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