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

Issue 975453004: Reformat (Closed)

Created:
5 years, 9 months ago by Brian Wilkerson
Modified:
5 years, 9 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14401 lines, -22517 lines) Patch
M pkg/analyzer/bin/formatter.dart View 7 chunks +36 lines, -61 lines 0 comments Download
M pkg/analyzer/example/parser_driver.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M pkg/analyzer/example/scanner_driver.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/analyzer.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/file_system/file_system.dart View 6 chunks +0 lines, -6 lines 0 comments Download
M pkg/analyzer/lib/file_system/memory_file_system.dart View 7 chunks +4 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/file_system/physical_file_system.dart View 4 chunks +0 lines, -5 lines 0 comments Download
M pkg/analyzer/lib/formatter.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/instrumentation/file_instrumentation.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer/lib/instrumentation/instrumentation.dart View 7 chunks +20 lines, -22 lines 0 comments Download
M pkg/analyzer/lib/options.dart View 11 chunks +99 lines, -128 lines 0 comments Download
M pkg/analyzer/lib/source/package_map_resolver.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/source/pub_package_map_provider.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/analyzer_impl.dart View 4 chunks +9 lines, -8 lines 0 comments Download
M pkg/analyzer/lib/src/cancelable_future.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/error_formatter.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/generated/ast.dart View 211 chunks +1065 lines, -1531 lines 0 comments Download
M pkg/analyzer/lib/src/generated/constant.dart View 62 chunks +145 lines, -213 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element.dart View 139 chunks +367 lines, -473 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element_handle.dart View 14 chunks +38 lines, -38 lines 0 comments Download
M pkg/analyzer/lib/src/generated/element_resolver.dart View 75 chunks +257 lines, -367 lines 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 214 chunks +562 lines, -960 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 276 chunks +348 lines, -650 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error_verifier.dart View 195 chunks +560 lines, -723 lines 0 comments Download
M pkg/analyzer/lib/src/generated/html.dart View 13 chunks +58 lines, -100 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_logger.dart View 7 chunks +3 lines, -13 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_resolution_validator.dart View 12 chunks +14 lines, -26 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_resolver.dart View 35 chunks +56 lines, -102 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_scanner.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_core.dart View 5 chunks +10 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_engine.dart View 6 chunks +8 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/generated/java_engine_io.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 298 chunks +1036 lines, -2034 lines 0 comments Download
M pkg/analyzer/lib/src/generated/resolver.dart View 231 chunks +631 lines, -897 lines 0 comments Download
M pkg/analyzer/lib/src/generated/scanner.dart View 31 chunks +131 lines, -163 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk_io.dart View 6 chunks +19 lines, -25 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M pkg/analyzer/lib/src/generated/source_io.dart View 6 chunks +14 lines, -20 lines 0 comments Download
M pkg/analyzer/lib/src/generated/static_type_analyzer.dart View 30 chunks +61 lines, -62 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/ast_factory.dart View 14 chunks +471 lines, -719 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/element_factory.dart View 14 chunks +46 lines, -40 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/html_factory.dart View 3 chunks +10 lines, -31 lines 0 comments Download
M pkg/analyzer/lib/src/generated/testing/test_type_provider.dart View 12 chunks +137 lines, -130 lines 0 comments Download
M pkg/analyzer/lib/src/generated/visitors.dart View 12 chunks +24 lines, -25 lines 0 comments Download
M pkg/analyzer/lib/src/services/formatter_impl.dart View 37 chunks +58 lines, -89 lines 0 comments Download
M pkg/analyzer/lib/src/services/lint.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/analyzer/lib/src/services/writer.dart View 13 chunks +55 lines, -74 lines 0 comments Download
M pkg/analyzer/lib/src/string_source.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 7 chunks +31 lines, -43 lines 0 comments Download
M pkg/analyzer/lib/src/task/general.dart View 2 chunks +4 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/task/inputs.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/task/model.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/task/task_dart.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/task/dart.dart View 5 chunks +8 lines, -8 lines 0 comments Download
M pkg/analyzer/lib/task/model.dart View 3 chunks +4 lines, -6 lines 0 comments Download
M pkg/analyzer/test/cancelable_future_test.dart View 4 chunks +18 lines, -7 lines 0 comments Download
M pkg/analyzer/test/enum_test.dart View 1 chunk +34 lines, -36 lines 0 comments Download
M pkg/analyzer/test/error_test.dart View 1 chunk +6 lines, -12 lines 0 comments Download
M pkg/analyzer/test/file_system/memory_file_system_test.dart View 2 chunks +1 line, -5 lines 0 comments Download
M pkg/analyzer/test/file_system/physical_resource_provider_test.dart View 3 chunks +3 lines, -9 lines 0 comments Download
M pkg/analyzer/test/file_system/resource_uri_resolver_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer/test/file_system/test_all.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analyzer/test/generated/all_the_rest_test.dart View 227 chunks +654 lines, -1149 lines 0 comments Download
M pkg/analyzer/test/generated/ast_test.dart View 61 chunks +804 lines, -1646 lines 0 comments Download
M pkg/analyzer/test/generated/compile_time_error_code_test.dart View 210 chunks +694 lines, -781 lines 0 comments Download
M pkg/analyzer/test/generated/element_test.dart View 70 chunks +178 lines, -290 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 201 chunks +495 lines, -1173 lines 0 comments Download
M pkg/analyzer/test/generated/incremental_resolver_test.dart View 20 chunks +48 lines, -99 lines 0 comments Download
M pkg/analyzer/test/generated/incremental_scanner_test.dart View 9 chunks +16 lines, -49 lines 0 comments Download
M pkg/analyzer/test/generated/non_error_resolver_test.dart View 20 chunks +65 lines, -85 lines 0 comments Download
M pkg/analyzer/test/generated/parser_test.dart View 282 chunks +1919 lines, -2802 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 263 chunks +725 lines, -1113 lines 0 comments Download
M pkg/analyzer/test/generated/scanner_test.dart View 16 chunks +171 lines, -228 lines 0 comments Download
M pkg/analyzer/test/generated/static_type_warning_code_test.dart View 55 chunks +85 lines, -134 lines 0 comments Download
M pkg/analyzer/test/generated/static_warning_code_test.dart View 107 chunks +355 lines, -370 lines 0 comments Download
M pkg/analyzer/test/generated/test_support.dart View 7 chunks +35 lines, -47 lines 0 comments Download
M pkg/analyzer/test/generated/utilities_test.dart View 94 chunks +1142 lines, -1778 lines 0 comments Download
M pkg/analyzer/test/instrumentation/instrumentation_test.dart View 4 chunks +8 lines, -18 lines 0 comments Download
M pkg/analyzer/test/options_test.dart View 6 chunks +33 lines, -39 lines 0 comments Download
M pkg/analyzer/test/parse_compilation_unit_test.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/analyzer/test/reflective_tests.dart View 5 chunks +8 lines, -22 lines 0 comments Download
M pkg/analyzer/test/services/formatter_test.dart View 24 chunks +397 lines, -605 lines 0 comments Download
M pkg/analyzer/test/services/test_utils.dart View 6 chunks +0 lines, -11 lines 0 comments Download
M pkg/analyzer/test/source/package_map_provider_test.dart View 6 chunks +12 lines, -26 lines 0 comments Download
M pkg/analyzer/test/source/package_map_resolver_test.dart View 6 chunks +22 lines, -20 lines 0 comments Download
M pkg/analyzer/test/source/test_all.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 5 chunks +6 lines, -13 lines 0 comments Download
M pkg/analyzer/test/src/task/inputs_test.dart View 11 chunks +11 lines, -34 lines 0 comments Download
M pkg/analyzer/test/src/task/manager_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M pkg/analyzer/test/src/task/model_test.dart View 2 chunks +4 lines, -10 lines 0 comments Download
M pkg/analyzer/test/src/task/test_support.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analyzer/test/src/util/asserts_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/util/lru_map_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analyzer/test/task/task_dart_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/analyzer/test/test_all.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer/test/utils.dart View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Brian Wilkerson
5 years, 9 months ago (2015-03-02 21:05:02 UTC) #2
Paul Berry
lgtm
5 years, 9 months ago (2015-03-02 21:22:41 UTC) #3
Brian Wilkerson
5 years, 9 months ago (2015-03-02 21:36:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 44149 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698