Skip to content

Commit 48e67d1

Browse files
bwilkersonCommit Queue
authored andcommitted
Add some files that are migrated but not reported as such
Change-Id: I2a6c4d4e8206c6238a8de43c389bb0de8cbf7dd9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/393160 Commit-Queue: Brian Wilkerson <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent caf3c82 commit 48e67d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkg/analysis_server/analyzer_use_new_elements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ lib/src/lsp/handlers/commands/simple_edit_handler.dart
129129
lib/src/lsp/handlers/commands/sort_members.dart
130130
lib/src/lsp/handlers/commands/validate_refactor.dart
131131
lib/src/lsp/handlers/custom/handler_connect_to_dtd.dart
132+
lib/src/lsp/handlers/custom/handler_dart_text_document_content_provider.dart
132133
lib/src/lsp/handlers/custom/handler_diagnostic_server.dart
133134
lib/src/lsp/handlers/custom/handler_reanalyze.dart
134135
lib/src/lsp/handlers/handler_call_hierarchy.dart
@@ -283,6 +284,7 @@ lib/src/services/correction/dart/convert_into_is_not_empty.dart
283284
lib/src/services/correction/dart/convert_map_from_iterable_to_for_literal.dart
284285
lib/src/services/correction/dart/convert_part_of_to_uri.dart
285286
lib/src/services/correction/dart/convert_quotes.dart
287+
lib/src/services/correction/dart/convert_related_to_cascade.dart
286288
lib/src/services/correction/dart/convert_to_boolean_expression.dart
287289
lib/src/services/correction/dart/convert_to_cascade.dart
288290
lib/src/services/correction/dart/convert_to_constant_pattern.dart
@@ -353,6 +355,7 @@ lib/src/services/correction/dart/insert_body.dart
353355
lib/src/services/correction/dart/insert_semicolon.dart
354356
lib/src/services/correction/dart/invert_conditional_expression.dart
355357
lib/src/services/correction/dart/invert_if_statement.dart
358+
lib/src/services/correction/dart/join_else_with_if.dart
356359
lib/src/services/correction/dart/join_if_with_inner.dart
357360
lib/src/services/correction/dart/join_if_with_outer.dart
358361
lib/src/services/correction/dart/join_variable_declaration.dart
@@ -1104,6 +1107,8 @@ test/src/services/correction/assist/flutter_wrap_builder_test.dart
11041107
test/src/services/correction/assist/flutter_wrap_center_test.dart
11051108
test/src/services/correction/assist/flutter_wrap_column_test.dart
11061109
test/src/services/correction/assist/flutter_wrap_container_test.dart
1110+
test/src/services/correction/assist/flutter_wrap_expanded_test.dart
1111+
test/src/services/correction/assist/flutter_wrap_flexible_test.dart
11071112
test/src/services/correction/assist/flutter_wrap_generic_test.dart
11081113
test/src/services/correction/assist/flutter_wrap_padding_test.dart
11091114
test/src/services/correction/assist/flutter_wrap_row_test.dart
@@ -1113,6 +1118,7 @@ test/src/services/correction/assist/import_add_show_test.dart
11131118
test/src/services/correction/assist/inline_invocation_test.dart
11141119
test/src/services/correction/assist/invert_conditional_expression_test.dart
11151120
test/src/services/correction/assist/invert_if_statement_test.dart
1121+
test/src/services/correction/assist/join_else_with_if_test.dart
11161122
test/src/services/correction/assist/join_if_with_inner_test.dart
11171123
test/src/services/correction/assist/join_if_with_outer_test.dart
11181124
test/src/services/correction/assist/join_variable_declaration_test.dart
@@ -1192,6 +1198,7 @@ test/src/services/correction/fix/convert_into_block_body_test.dart
11921198
test/src/services/correction/fix/convert_into_expression_body_test.dart
11931199
test/src/services/correction/fix/convert_into_is_not_test.dart
11941200
test/src/services/correction/fix/convert_quotes_test.dart
1201+
test/src/services/correction/fix/convert_related_to_cascade_test.dart
11951202
test/src/services/correction/fix/convert_to_block_function_body_test.dart
11961203
test/src/services/correction/fix/convert_to_boolean_expression_test.dart
11971204
test/src/services/correction/fix/convert_to_cascade_test.dart
@@ -1290,6 +1297,7 @@ test/src/services/correction/fix/fix_processor_map_test.dart
12901297
test/src/services/correction/fix/fix_test.dart
12911298
test/src/services/correction/fix/format_file_test.dart
12921299
test/src/services/correction/fix/ignore_diagnostic_test.dart
1300+
test/src/services/correction/fix/import_library_hide_test.dart
12931301
test/src/services/correction/fix/import_library_prefix_test.dart
12941302
test/src/services/correction/fix/import_library_project_test.dart
12951303
test/src/services/correction/fix/import_library_sdk_test.dart

0 commit comments

Comments
 (0)