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

Issue 969113002: 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 (+4025 lines, -6625 lines) Patch
M pkg/analysis_server/lib/src/analysis_logger.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/analysis_manager.dart View 3 chunks +11 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/analysis_server.dart View 21 chunks +37 lines, -69 lines 0 comments Download
M pkg/analysis_server/lib/src/channel/byte_stream_channel.dart View 3 chunks +23 lines, -22 lines 0 comments Download
M pkg/analysis_server/lib/src/channel/channel.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/channel/web_socket_channel.dart View 3 chunks +17 lines, -19 lines 0 comments Download
M pkg/analysis_server/lib/src/collections.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_highlights.dart View 10 chunks +24 lines, -36 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_hover.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_navigation.dart View 5 chunks +5 lines, -13 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_occurrences.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_outline.dart View 16 chunks +35 lines, -88 lines 0 comments Download
M pkg/analysis_server/lib/src/computer/computer_overrides.dart View 2 chunks +12 lines, -14 lines 0 comments Download
M pkg/analysis_server/lib/src/context_manager.dart View 8 chunks +12 lines, -23 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_analysis.dart View 5 chunks +6 lines, -11 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_completion.dart View 7 chunks +15 lines, -22 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_execution.dart View 6 chunks +10 lines, -21 lines 0 comments Download
M pkg/analysis_server/lib/src/domain_server.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/edit/edit_domain.dart View 11 chunks +14 lines, -29 lines 0 comments Download
M pkg/analysis_server/lib/src/get_handler.dart View 47 chunks +152 lines, -244 lines 0 comments Download
M pkg/analysis_server/lib/src/operation/operation.dart View 3 chunks +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/operation/operation_analysis.dart View 23 chunks +19 lines, -54 lines 0 comments Download
M pkg/analysis_server/lib/src/operation/operation_queue.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/plugin/plugin_impl.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/plugin/server_plugin.dart View 1 chunk +11 lines, -16 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol.dart View 27 chunks +48 lines, -94 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol_server.dart View 14 chunks +26 lines, -61 lines 0 comments Download
M pkg/analysis_server/lib/src/search/element_references.dart View 3 chunks +4 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/search/search_domain.dart View 5 chunks +7 lines, -13 lines 0 comments Download
M pkg/analysis_server/lib/src/search/type_hierarchy.dart View 4 chunks +12 lines, -14 lines 0 comments Download
M pkg/analysis_server/lib/src/server/driver.dart View 8 chunks +32 lines, -50 lines 0 comments Download
M pkg/analysis_server/lib/src/server/http_server.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/server/stdio_server.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/arglist_computer.dart View 7 chunks +17 lines, -33 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/combinator_computer.dart View 4 chunks +7 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/common_usage_computer.dart View 3 chunks +6 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/completion_manager.dart View 4 chunks +7 lines, -6 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/completion_target.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart_completion_cache.dart View 7 chunks +17 lines, -22 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/dart_completion_manager.dart View 8 chunks +27 lines, -36 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/imported_computer.dart View 7 chunks +16 lines, -26 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/invocation_computer.dart View 5 chunks +11 lines, -13 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/keyword_computer.dart View 5 chunks +66 lines, -75 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/local_computer.dart View 18 chunks +54 lines, -108 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/local_declaration_visitor.dart View 3 chunks +5 lines, -8 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/optype.dart View 5 chunks +12 lines, -18 lines 0 comments Download
M pkg/analysis_server/lib/src/services/completion/suggestion_builder.dart View 11 chunks +25 lines, -28 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/assist.dart View 5 chunks +19 lines, -38 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/assist_internal.dart View 20 chunks +25 lines, -48 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix.dart View 5 chunks +16 lines, -33 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix_internal.dart View 31 chunks +50 lines, -89 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/name_suggestion.dart View 4 chunks +3 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/namespace.dart View 7 chunks +3 lines, -12 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/selection_analyzer.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/sort_members.dart View 6 chunks +25 lines, -30 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/source_buffer.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/source_range.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart View 5 chunks +4 lines, -8 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/status.dart View 3 chunks +6 lines, -16 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/strings.dart View 7 chunks +0 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/util.dart View 48 chunks +42 lines, -90 lines 0 comments Download
M pkg/analysis_server/lib/src/services/dependencies/library_dependencies.dart View 4 chunks +7 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/services/generated/stubs.dart View 5 chunks +5 lines, -10 lines 0 comments Download
M pkg/analysis_server/lib/src/services/generated/util.dart View 40 chunks +134 lines, -64 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/index.dart View 8 chunks +4 lines, -11 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/index_contributor.dart View 17 chunks +30 lines, -65 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/index_store.dart View 4 chunks +6 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/local_file_index.dart View 1 chunk +3 lines, -8 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/local_index.dart View 4 chunks +6 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/local_memory_index.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/index/store/codec.dart View 5 chunks +2 lines, -6 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/store/collection.dart View 2 chunks +1 line, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/store/memory_node_manager.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/index/store/split_store.dart View 25 chunks +27 lines, -56 lines 0 comments Download
M pkg/analysis_server/lib/src/services/index/store/temporary_folder_file_manager.dart View 2 chunks +1 line, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/convert_getter_to_method.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/convert_method_to_getter.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_local.dart View 14 chunks +22 lines, -40 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_method.dart View 30 chunks +40 lines, -78 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/inline_local.dart View 7 chunks +15 lines, -20 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/inline_method.dart View 14 chunks +19 lines, -48 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/move_file.dart View 3 chunks +5 lines, -8 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/naming_conventions.dart View 4 chunks +6 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/refactoring.dart View 15 chunks +15 lines, -32 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/refactoring_internal.dart View 5 chunks +4 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename.dart View 6 chunks +6 lines, -13 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_class_member.dart View 7 chunks +22 lines, -39 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_constructor.dart View 2 chunks +3 lines, -6 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_import.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_label.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_library.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_local.dart View 2 chunks +3 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_unit_member.dart View 7 chunks +20 lines, -35 lines 0 comments Download
M pkg/analysis_server/lib/src/services/search/element_visitors.dart View 3 chunks +2 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/search/hierarchy.dart View 8 chunks +6 lines, -14 lines 0 comments Download
M pkg/analysis_server/lib/src/services/search/search_engine.dart View 3 chunks +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/services/search/search_engine_internal.dart View 8 chunks +28 lines, -49 lines 0 comments Download
M pkg/analysis_server/lib/src/socket_server.dart View 4 chunks +6 lines, -13 lines 0 comments Download
M pkg/analysis_server/lib/src/source/caching_pub_package_map_provider.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M pkg/analysis_server/lib/src/status/element_writer.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/abstract_context.dart View 3 chunks +0 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/abstract_single_unit.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/analysis/get_errors_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/get_hover_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_errors_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_highlights_test.dart View 11 chunks +16 lines, -32 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_navigation_test.dart View 4 chunks +5 lines, -9 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_occurrences_test.dart View 3 chunks +4 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_outline_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_overrides_test.dart View 3 chunks +6 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/analysis/reanalyze_test.dart View 2 chunks +1 line, -5 lines 0 comments Download
M pkg/analysis_server/test/analysis/update_content_test.dart View 8 chunks +12 lines, -28 lines 0 comments Download
M pkg/analysis_server/test/analysis_abstract.dart View 4 chunks +4 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/analysis_server_test.dart View 7 chunks +13 lines, -24 lines 0 comments Download
M pkg/analysis_server/test/channel/byte_stream_channel_test.dart View 9 chunks +37 lines, -36 lines 0 comments Download
M pkg/analysis_server/test/channel/test_all.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/channel/web_socket_channel_test.dart View 8 chunks +26 lines, -27 lines 0 comments Download
M pkg/analysis_server/test/completion_test.dart View 57 chunks +481 lines, -565 lines 0 comments Download
M pkg/analysis_server/test/completion_test_support.dart View 7 chunks +17 lines, -16 lines 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 15 chunks +30 lines, -56 lines 0 comments Download
M pkg/analysis_server/test/domain_analysis_test.dart View 17 chunks +32 lines, -57 lines 0 comments Download
M pkg/analysis_server/test/domain_completion_test.dart View 10 chunks +25 lines, -51 lines 0 comments Download
M pkg/analysis_server/test/domain_execution_test.dart View 8 chunks +31 lines, -34 lines 0 comments Download
M pkg/analysis_server/test/domain_server_test.dart View 3 chunks +8 lines, -15 lines 0 comments Download
M pkg/analysis_server/test/edit/assists_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/edit/fixes_test.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/edit/format_test.dart View 3 chunks +1 line, -7 lines 0 comments Download
M pkg/analysis_server/test/edit/refactoring_test.dart View 36 chunks +51 lines, -117 lines 0 comments Download
M pkg/analysis_server/test/edit/sort_members_test.dart View 4 chunks +3 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/error_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_errors.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/get_hover_test.dart View 3 chunks +52 lines, -122 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/highlights_test.dart View 4 chunks +15 lines, -17 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/navigation_test.dart View 3 chunks +11 lines, -26 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/occurrences_test.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/outline_test.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/overrides_test.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/package_root_test.dart View 3 chunks +7 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/test_all.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_list_test.dart View 2 chunks +6 lines, -8 lines 0 comments Download
M pkg/analysis_server/test/integration/analysis/update_content_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/integration/completion/get_suggestions_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/analysis_server/test/integration/integration_tests.dart View 16 chunks +52 lines, -74 lines 0 comments Download
M pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart View 6 chunks +24 lines, -34 lines 0 comments Download
M pkg/analysis_server/test/integration/server/set_subscriptions_invalid_service_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/integration/server/test_all.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/mock_sdk.dart View 6 chunks +19 lines, -20 lines 0 comments Download
M pkg/analysis_server/test/mocks.dart View 15 chunks +29 lines, -57 lines 0 comments Download
M pkg/analysis_server/test/operation/operation_queue_test.dart View 4 chunks +4 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/plugin/plugin_impl_test.dart View 5 chunks +13 lines, -22 lines 0 comments Download
M pkg/analysis_server/test/protocol_server_test.dart View 11 chunks +36 lines, -71 lines 0 comments Download
M pkg/analysis_server/test/protocol_test.dart View 10 chunks +21 lines, -66 lines 0 comments Download
M pkg/analysis_server/test/reflective_tests.dart View 5 chunks +8 lines, -22 lines 0 comments Download
M pkg/analysis_server/test/search/abstract_search_domain.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/element_references_test.dart View 5 chunks +5 lines, -18 lines 0 comments Download
M pkg/analysis_server/test/search/member_declarations_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/member_references_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/search_result_test.dart View 1 chunk +14 lines, -30 lines 0 comments Download
M pkg/analysis_server/test/search/top_level_declarations_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/search/type_hierarchy_test.dart View 35 chunks +74 lines, -61 lines 0 comments Download
M pkg/analysis_server/test/services/completion/arglist_computer_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/completion/combinator_computer_test.dart View 3 chunks +17 lines, -43 lines 0 comments Download
M pkg/analysis_server/test/services/completion/common_usage_computer_test.dart View 8 chunks +20 lines, -51 lines 0 comments Download
M pkg/analysis_server/test/services/completion/completion_computer_test.dart View 2 chunks +5 lines, -18 lines 0 comments Download
M pkg/analysis_server/test/services/completion/completion_test_util.dart View 35 chunks +140 lines, -190 lines 0 comments Download
M pkg/analysis_server/test/services/completion/imported_computer_test.dart View 6 chunks +23 lines, -33 lines 0 comments Download
M pkg/analysis_server/test/services/completion/invocation_computer_test.dart View 4 chunks +7 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/services/completion/keyword_computer_test.dart View 7 chunks +163 lines, -177 lines 0 comments Download
M pkg/analysis_server/test/services/completion/local_computer_test.dart View 3 chunks +33 lines, -52 lines 0 comments Download
M pkg/analysis_server/test/services/completion/optype_test.dart View 3 chunks +9 lines, -22 lines 0 comments Download
M pkg/analysis_server/test/services/correction/assist_test.dart View 15 chunks +24 lines, -49 lines 0 comments Download
M pkg/analysis_server/test/services/correction/change_test.dart View 10 chunks +61 lines, -108 lines 0 comments Download
M pkg/analysis_server/test/services/correction/fix_test.dart View 6 chunks +24 lines, -34 lines 0 comments Download
M pkg/analysis_server/test/services/correction/levenshtein_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/correction/name_suggestion_test.dart View 20 chunks +44 lines, -99 lines 0 comments Download
M pkg/analysis_server/test/services/correction/sort_members_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/source_range_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/correction/status_test.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/correction/strings_test.dart View 1 chunk +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/dependencies/library_dependencies_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/index/dart_index_contributor_test.dart View 70 chunks +161 lines, -442 lines 0 comments Download
M pkg/analysis_server/test/services/index/local_file_index_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/index/local_index_test.dart View 4 chunks +3 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/codec_test.dart View 8 chunks +6 lines, -9 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/collection_test.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/mocks.dart View 1 chunk +0 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/single_source_container.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/index/store/split_store_test.dart View 25 chunks +64 lines, -97 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/temporary_folder_file_manager_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/services/index/store/test_all.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/index/test_all.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/abstract_refactoring.dart View 3 chunks +4 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/abstract_rename.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/services/refactoring/convert_getter_to_method_test.dart View 2 chunks +1 line, -5 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/convert_method_to_getter_test.dart View 2 chunks +1 line, -5 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/extract_local_test.dart View 15 chunks +20 lines, -53 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/extract_method_test.dart View 15 chunks +20 lines, -38 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/inline_local_test.dart View 4 chunks +4 lines, -12 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/inline_method_test.dart View 5 chunks +5 lines, -17 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/move_file_test.dart View 3 chunks +6 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/naming_conventions_test.dart View 16 chunks +95 lines, -190 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_class_member_test.dart View 10 chunks +14 lines, -37 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_constructor_test.dart View 5 chunks +6 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_import_test.dart View 2 chunks +2 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_label_test.dart View 2 chunks +2 lines, -6 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_library_test.dart View 3 chunks +4 lines, -11 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_local_test.dart View 10 chunks +13 lines, -31 lines 0 comments Download
M pkg/analysis_server/test/services/refactoring/rename_unit_member_test.dart View 10 chunks +16 lines, -42 lines 0 comments Download
M pkg/analysis_server/test/services/search/hierarchy_test.dart View 2 chunks +3 lines, -7 lines 0 comments Download
M pkg/analysis_server/test/services/search/search_engine_test.dart View 28 chunks +117 lines, -113 lines 0 comments Download
M pkg/analysis_server/test/services/search/test_all.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/test/socket_server_test.dart View 4 chunks +12 lines, -19 lines 0 comments Download
M pkg/analysis_server/test/source/caching_put_package_map_provider_test.dart View 3 chunks +5 lines, -14 lines 0 comments Download
M pkg/analysis_server/test/timing/completion/completion_simple.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/timing/timing_framework.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analysis_server/tool/spec/api.dart View 7 chunks +18 lines, -25 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_dart_protocol.dart View 14 chunks +45 lines, -51 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_inttest_methods.dart View 5 chunks +15 lines, -13 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_java.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_java_types.dart View 7 chunks +12 lines, -18 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_matchers.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_tools.dart View 3 chunks +8 lines, -8 lines 0 comments Download
M pkg/analysis_server/tool/spec/from_html.dart View 5 chunks +31 lines, -37 lines 0 comments Download
M pkg/analysis_server/tool/spec/html_tools.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/tool/spec/implied_types.dart View 1 chunk +8 lines, -33 lines 0 comments Download
M pkg/analysis_server/tool/spec/to_html.dart View 5 chunks +16 lines, -30 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Brian Wilkerson
5 years, 9 months ago (2015-03-02 21:33:38 UTC) #2
Paul Berry
lgtm
5 years, 9 months ago (2015-03-02 21:52:28 UTC) #3
Brian Wilkerson
5 years, 9 months ago (2015-03-02 22:47:16 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 44151 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698