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

Issue 1513643009: Clean up package imports and library names (Closed)

Created:
5 years ago by Brian Wilkerson
Modified:
5 years 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 (+432 lines, -400 lines) Patch
M pkg/analyzer/lib/analyzer.dart View 1 chunk +11 lines, -12 lines 0 comments Download
M pkg/analyzer/lib/file_system/file_system.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/file_system/memory_file_system.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/file_system/physical_file_system.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/instrumentation/file_instrumentation.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/instrumentation/instrumentation.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/analysis_options_provider.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/embedder.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/source/package_map_provider.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/package_map_resolver.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/path_filter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/pub_package_map_provider.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/source/sdk_ext.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/cancelable_future.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/codegen/text_formatter.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analyzer/lib/src/codegen/tools.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/error.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/generated/ast.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/generated/constant.dart View 1 chunk +14 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element.dart View 4 chunks +21 lines, -18 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/element_resolver.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 4 chunks +15 lines, -15 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 +13 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_logger.dart View 1 chunk +1 line, -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 +14 lines, -14 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_scanner.dart View 1 chunk +5 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/src/generated/interner.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/java_core.dart View 1 chunk +5 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/java_engine.dart View 1 chunk +7 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_engine_io.dart View 1 chunk +12 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_io.dart View 1 chunk +6 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 1 chunk +11 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 30 chunks +61 lines, -62 lines 0 comments Download
M pkg/analyzer/lib/src/generated/scanner.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk.dart View 1 chunk +5 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk_io.dart View 1 chunk +11 lines, -12 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source.dart View 2 chunks +7 lines, -8 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source_io.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/generated/static_type_analyzer.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/ast_factory.dart View 1 chunk +1 line, -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 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/testing/token_factory.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/type_system.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/generated/utilities_collection.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/generated/utilities_dart.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/generated/utilities_general.dart View 1 chunk +1 line, -1 line 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/plugin/options_plugin.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/string_source.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/util/asserts.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/util/lru_map.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/util/utilities_timing.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/cancelable_future_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/enum_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/file_system/memory_file_system_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/file_system/physical_resource_provider_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/file_system/resource_uri_resolver_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/file_system/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/all_the_rest_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/ast_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/compile_time_error_code_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/element_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/incremental_resolver_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/incremental_scanner_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/java_core_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/java_io_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/non_error_resolver_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 25 chunks +56 lines, -36 lines 0 comments Download
M pkg/analyzer/test/generated/scanner_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/source_factory_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/static_type_warning_code_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/static_warning_code_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/test_support.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/type_system_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/generated/utilities_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/instrumentation/instrumentation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/instrumentation/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/parse_compilation_unit_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/reflective_tests.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/source/analysis_options_provider_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/source/embedder_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/source/package_map_provider_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/source/package_map_resolver_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/source/path_filter_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/source/sdk_ext_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/source/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/context/abstract_context.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/context/cache_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/context/mock_sdk.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/context/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/mock_sdk.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/plugin/plugin_config_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/summary/summary_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 1 chunk +1 line, -1 line 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/driver_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/general_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/html_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/html_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/inputs_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/manager_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/model_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/options_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/options_work_manager_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/strong/checker_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/strong/inferred_type_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 +1 line, -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/src/task/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/task/test_support.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/util/absolute_path_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/util/asserts_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/util/glob_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/util/lru_map_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/util/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/util/yaml_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/tool/task_dependency_graph/check_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/tool/task_dependency_graph/generate.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (2 generated)
Brian Wilkerson
5 years ago (2015-12-10 04:24:48 UTC) #2
scheglov
LGTM
5 years ago (2015-12-10 05:53:54 UTC) #3
Brian Wilkerson
5 years ago (2015-12-10 16:12:01 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
f0d249e269d0bd7dd323a3bfb52355bfa78160cc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698