Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Issue 1602803002: Clean-up imports (Closed)

Created:
4 years, 11 months ago by Brian Wilkerson
Modified:
4 years, 11 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -212 lines) Patch
M pkg/analyzer/example/parser_driver.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/example/resolver_driver.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/analyzer.dart View 4 chunks +20 lines, -18 lines 0 comments Download
M pkg/analyzer/lib/dart/element/element.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/context/context.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/dart/ast/utilities.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/element/element.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/dart/element/member.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/constant.dart View 3 chunks +14 lines, -12 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element_handle.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 3 chunks +6 lines, -5 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/error_verifier.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_resolution_validator.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_resolver.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk.dart View 2 chunks +12 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk_io.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/static_type_analyzer.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/testing/element_factory.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/testing/test_type_provider.dart View 6 chunks +13 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/src/generated/visitors.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/services/lint.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/summary/resynthesize.dart View 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/incremental_element_builder.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/strong/checker.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/strong/info.dart View 9 chunks +27 lines, -14 lines 0 comments Download
M pkg/analyzer/lib/src/task/strong_mode.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/lib/task/dart.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/all_the_rest_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/generated/ast_test.dart View 12 chunks +29 lines, -17 lines 0 comments Download
M pkg/analyzer/test/generated/declaration_resolver_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/incremental_resolver_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/generated/non_error_resolver_test.dart View 3 chunks +19 lines, -19 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 3 chunks +8 lines, -6 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/generated/test_support.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M pkg/analyzer/test/generated/utilities_test.dart View 7 chunks +14 lines, -13 lines 0 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 2 chunks +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/dart/element/element_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_test.dart View 1 chunk +4 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/summary/summary_test.dart View 4 chunks +9 lines, -6 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 3 chunks +36 lines, -35 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_work_manager_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/incremental_element_builder_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/strong/strong_test_helper.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/task/strong_mode_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/utils.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (2 generated)
Brian Wilkerson
4 years, 11 months ago (2016-01-18 22:20:33 UTC) #2
scheglov
LGTM
4 years, 11 months ago (2016-01-18 22:24:35 UTC) #3
Brian Wilkerson
4 years, 11 months ago (2016-01-18 23:42:12 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
21ecb1454805f86322396ad63b15348bf8c05b12 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698