| benchmark/benchmarks.dart |
| benchmark/integration/driver.dart |
| benchmark/integration/input_converter.dart |
| benchmark/integration/instrumentation_input_converter.dart |
| benchmark/integration/local_runner.dart |
| benchmark/integration/log_file_input_converter.dart |
| benchmark/integration/main.dart |
| benchmark/integration/operation.dart |
| benchmark/perf/benchmark_uploader.dart |
| benchmark/perf/benchmarks_impl.dart |
| benchmark/perf/dart_analyze.dart |
| benchmark/perf/flutter_analyze_benchmark.dart |
| benchmark/perf/flutter_completion_benchmark.dart |
| benchmark/perf/memory_tests.dart |
| benchmark/perf/utils.dart |
| bin/server.dart |
| lib/lsp_protocol/protocol.dart |
| lib/plugin/analysis/occurrences/occurrences_core.dart |
| lib/plugin/edit/assist/assist_core.dart |
| lib/plugin/edit/assist/assist_dart.dart |
| lib/protocol/protocol.dart |
| lib/protocol/protocol_constants.dart |
| lib/protocol/protocol_generated.dart |
| lib/src/analytics/active_request_data.dart |
| lib/src/analytics/analytics_manager.dart |
| lib/src/analytics/context_structure.dart |
| lib/src/analytics/notification_data.dart |
| lib/src/analytics/percentile_calculator.dart |
| lib/src/analytics/plugin_data.dart |
| lib/src/analytics/request_data.dart |
| lib/src/analytics/session_data.dart |
| lib/src/channel/byte_stream_channel.dart |
| lib/src/channel/channel.dart |
| lib/src/cider/assists.dart |
| lib/src/cider/document_symbols.dart |
| lib/src/cider/signature_help.dart |
| lib/src/collections.dart |
| lib/src/computer/computer_closing_labels.dart |
| lib/src/computer/computer_color.dart |
| lib/src/computer/computer_folding.dart |
| lib/src/computer/computer_selection_ranges.dart |
| lib/src/context_manager.dart |
| lib/src/domain_analysis_flags.dart |
| lib/src/domains/analysis/occurrences.dart |
| lib/src/domains/completion/available_suggestions.dart |
| lib/src/domains/execution/completion.dart |
| lib/src/flutter/flutter_notifications.dart |
| lib/src/g3/fixes.dart |
| lib/src/g3/utilities.dart |
| lib/src/handler/legacy/analysis_get_errors.dart |
| lib/src/handler/legacy/analysis_get_hover.dart |
| lib/src/handler/legacy/analysis_get_imported_elements.dart |
| lib/src/handler/legacy/analysis_get_navigation.dart |
| lib/src/handler/legacy/analysis_get_signature.dart |
| lib/src/handler/legacy/analysis_reanalyze.dart |
| lib/src/handler/legacy/analysis_set_analysis_roots.dart |
| lib/src/handler/legacy/analysis_set_general_subscriptions.dart |
| lib/src/handler/legacy/analysis_set_priority_files.dart |
| lib/src/handler/legacy/analysis_set_subscriptions.dart |
| lib/src/handler/legacy/analysis_update_content.dart |
| lib/src/handler/legacy/analysis_update_options.dart |
| lib/src/handler/legacy/analytics_enable.dart |
| lib/src/handler/legacy/analytics_is_enabled.dart |
| lib/src/handler/legacy/analytics_send_event.dart |
| lib/src/handler/legacy/analytics_send_timing.dart |
| lib/src/handler/legacy/completion_get_suggestion_details2.dart |
| lib/src/handler/legacy/diagnostic_get_diagnostics.dart |
| lib/src/handler/legacy/diagnostic_get_server_port.dart |
| lib/src/handler/legacy/edit_bulk_fixes.dart |
| lib/src/handler/legacy/edit_format.dart |
| lib/src/handler/legacy/edit_format_if_enabled.dart |
| lib/src/handler/legacy/edit_get_assists.dart |
| lib/src/handler/legacy/edit_get_fixes.dart |
| lib/src/handler/legacy/edit_get_postfix_completion.dart |
| lib/src/handler/legacy/edit_get_refactoring.dart |
| lib/src/handler/legacy/edit_get_statement_completion.dart |
| lib/src/handler/legacy/edit_import_elements.dart |
| lib/src/handler/legacy/edit_is_postfix_completion_applicable.dart |
| lib/src/handler/legacy/edit_list_postfix_completion_templates.dart |
| lib/src/handler/legacy/edit_organize_directives.dart |
| lib/src/handler/legacy/edit_sort_members.dart |
| lib/src/handler/legacy/execution_create_context.dart |
| lib/src/handler/legacy/execution_delete_context.dart |
| lib/src/handler/legacy/execution_get_suggestions.dart |
| lib/src/handler/legacy/execution_map_uri.dart |
| lib/src/handler/legacy/execution_set_subscriptions.dart |
| lib/src/handler/legacy/flutter_get_widget_description.dart |
| lib/src/handler/legacy/flutter_set_subscriptions.dart |
| lib/src/handler/legacy/flutter_set_widget_property_value.dart |
| lib/src/handler/legacy/lsp_over_legacy_handler.dart |
| lib/src/handler/legacy/search_find_member_declarations.dart |
| lib/src/handler/legacy/search_find_member_references.dart |
| lib/src/handler/legacy/search_find_top_level_declarations.dart |
| lib/src/handler/legacy/search_get_element_declarations.dart |
| lib/src/handler/legacy/server_cancel_request.dart |
| lib/src/handler/legacy/server_get_version.dart |
| lib/src/handler/legacy/server_set_client_capabilities.dart |
| lib/src/handler/legacy/server_set_subscriptions.dart |
| lib/src/handler/legacy/server_shutdown.dart |
| lib/src/handler/legacy/unsupported_request.dart |
| lib/src/legacy_analysis_server.dart |
| lib/src/lsp/channel/lsp_byte_stream_channel.dart |
| lib/src/lsp/channel/lsp_channel.dart |
| lib/src/lsp/client_capabilities.dart |
| lib/src/lsp/client_configuration.dart |
| lib/src/lsp/constants.dart |
| lib/src/lsp/dartdoc.dart |
| lib/src/lsp/error_or.dart |
| lib/src/lsp/handlers/code_actions/abstract_code_actions_producer.dart |
| lib/src/lsp/handlers/code_actions/analysis_options.dart |
| lib/src/lsp/handlers/code_actions/plugins.dart |
| lib/src/lsp/handlers/code_actions/pubspec.dart |
| lib/src/lsp/handlers/commands/fix_all.dart |
| lib/src/lsp/handlers/commands/fix_all_in_workspace.dart |
| lib/src/lsp/handlers/commands/log_action.dart |
| lib/src/lsp/handlers/commands/organize_imports.dart |
| lib/src/lsp/handlers/commands/perform_refactor.dart |
| lib/src/lsp/handlers/commands/refactor_command_handler.dart |
| lib/src/lsp/handlers/commands/send_workspace_edit.dart |
| lib/src/lsp/handlers/commands/simple_edit_handler.dart |
| lib/src/lsp/handlers/commands/sort_members.dart |
| lib/src/lsp/handlers/commands/validate_refactor.dart |
| lib/src/lsp/handlers/custom/handler_connect_to_dtd.dart |
| lib/src/lsp/handlers/custom/handler_diagnostic_server.dart |
| lib/src/lsp/handlers/custom/handler_reanalyze.dart |
| lib/src/lsp/handlers/handler_call_hierarchy.dart |
| lib/src/lsp/handlers/handler_cancel_request.dart |
| lib/src/lsp/handlers/handler_change_workspace_folders.dart |
| lib/src/lsp/handlers/handler_code_actions.dart |
| lib/src/lsp/handlers/handler_code_lens.dart |
| lib/src/lsp/handlers/handler_dart_text_document_content_provider.dart |
| lib/src/lsp/handlers/handler_document_color.dart |
| lib/src/lsp/handlers/handler_document_highlights.dart |
| lib/src/lsp/handlers/handler_document_link.dart |
| lib/src/lsp/handlers/handler_document_symbols.dart |
| lib/src/lsp/handlers/handler_execute_command.dart |
| lib/src/lsp/handlers/handler_exit.dart |
| lib/src/lsp/handlers/handler_folding.dart |
| lib/src/lsp/handlers/handler_format_on_type.dart |
| lib/src/lsp/handlers/handler_format_range.dart |
| lib/src/lsp/handlers/handler_formatting.dart |
| lib/src/lsp/handlers/handler_hover.dart |
| lib/src/lsp/handlers/handler_initialize.dart |
| lib/src/lsp/handlers/handler_initialized.dart |
| lib/src/lsp/handlers/handler_inlay_hint.dart |
| lib/src/lsp/handlers/handler_reject.dart |
| lib/src/lsp/handlers/handler_selection_range.dart |
| lib/src/lsp/handlers/handler_semantic_tokens.dart |
| lib/src/lsp/handlers/handler_shutdown.dart |
| lib/src/lsp/handlers/handler_signature_help.dart |
| lib/src/lsp/handlers/handler_states.dart |
| lib/src/lsp/handlers/handler_text_document_changes.dart |
| lib/src/lsp/handlers/handler_will_rename_files.dart |
| lib/src/lsp/handlers/handler_workspace_configuration.dart |
| lib/src/lsp/handlers/handler_workspace_symbols.dart |
| lib/src/lsp/handlers/handlers.dart |
| lib/src/lsp/lsp_analysis_server.dart |
| lib/src/lsp/lsp_packet_transformer.dart |
| lib/src/lsp/lsp_socket_server.dart |
| lib/src/lsp/mapping.dart |
| lib/src/lsp/notification_manager.dart |
| lib/src/lsp/progress.dart |
| lib/src/lsp/registration/feature_registration.dart |
| lib/src/lsp/semantic_tokens/encoder.dart |
| lib/src/lsp/semantic_tokens/legend.dart |
| lib/src/lsp/semantic_tokens/mapping.dart |
| lib/src/lsp/server_capabilities_computer.dart |
| lib/src/lsp/snippets.dart |
| lib/src/lsp/temporary_overlay_operation.dart |
| lib/src/plugin/notification_manager.dart |
| lib/src/plugin/plugin_locator.dart |
| lib/src/plugin/plugin_manager.dart |
| lib/src/plugin/plugin_watcher.dart |
| lib/src/plugin/request_converter.dart |
| lib/src/plugin/result_collector.dart |
| lib/src/plugin/result_converter.dart |
| lib/src/plugin/result_merger.dart |
| lib/src/plugin2/generator.dart |
| lib/src/protocol/protocol_internal.dart |
| lib/src/provisional/completion/completion_core.dart |
| lib/src/provisional/completion/dart/completion_dart.dart |
| lib/src/request_handler_mixin.dart |
| lib/src/server/crash_reporting.dart |
| lib/src/server/crash_reporting_attachments.dart |
| lib/src/server/debounce_requests.dart |
| lib/src/server/detachable_filesystem_manager.dart |
| lib/src/server/dev_server.dart |
| lib/src/server/diagnostic_server.dart |
| lib/src/server/driver.dart |
| lib/src/server/error_notifier.dart |
| lib/src/server/features.dart |
| lib/src/server/http_server.dart |
| lib/src/server/isolate_analysis_server.dart |
| lib/src/server/lsp_stdio_server.dart |
| lib/src/server/message_scheduler.dart |
| lib/src/server/performance.dart |
| lib/src/server/sdk_configuration.dart |
| lib/src/server/stdio_server.dart |
| lib/src/services/completion/completion_performance.dart |
| lib/src/services/completion/completion_state.dart |
| lib/src/services/completion/dart/fuzzy_filter_sort.dart |
| lib/src/services/completion/dart/keyword_helper.dart |
| lib/src/services/completion/dart/label_helper.dart |
| lib/src/services/completion/dart/probability_range.dart |
| lib/src/services/completion/dart/relevance_tables.g.dart |
| lib/src/services/completion/dart/suggestion_collector.dart |
| lib/src/services/completion/dart/uri_helper.dart |
| lib/src/services/completion/yaml/analysis_options_generator.dart |
| lib/src/services/completion/yaml/fix_data_generator.dart |
| lib/src/services/completion/yaml/producer.dart |
| lib/src/services/completion/yaml/pubspec_generator.dart |
| lib/src/services/completion/yaml/yaml_completion_generator.dart |
| lib/src/services/correction/assist.dart |
| lib/src/services/correction/assist_internal.dart |
| lib/src/services/correction/dart/abstract_producer.dart |
| lib/src/services/correction/dart/add_async.dart |
| lib/src/services/correction/dart/add_await.dart |
| lib/src/services/correction/dart/add_call_super.dart |
| lib/src/services/correction/dart/add_class_modifier.dart |
| lib/src/services/correction/dart/add_const.dart |
| lib/src/services/correction/dart/add_diagnostic_property_reference.dart |
| lib/src/services/correction/dart/add_digit_separators.dart |
| lib/src/services/correction/dart/add_empty_argument_list.dart |
| lib/src/services/correction/dart/add_enum_constant.dart |
| lib/src/services/correction/dart/add_eol_at_end_of_file.dart |
| lib/src/services/correction/dart/add_explicit_call.dart |
| lib/src/services/correction/dart/add_explicit_cast.dart |
| lib/src/services/correction/dart/add_field_formal_parameters.dart |
| lib/src/services/correction/dart/add_key_to_constructors.dart |
| lib/src/services/correction/dart/add_late.dart |
| lib/src/services/correction/dart/add_leading_newline_to_string.dart |
| lib/src/services/correction/dart/add_missing_enum_like_case_clauses.dart |
| lib/src/services/correction/dart/add_missing_parameter.dart |
| lib/src/services/correction/dart/add_missing_parameter_named.dart |
| lib/src/services/correction/dart/add_missing_required_argument.dart |
| lib/src/services/correction/dart/add_ne_null.dart |
| lib/src/services/correction/dart/add_null_check.dart |
| lib/src/services/correction/dart/add_override.dart |
| lib/src/services/correction/dart/add_redeclare.dart |
| lib/src/services/correction/dart/add_reopen.dart |
| lib/src/services/correction/dart/add_required_keyword.dart |
| lib/src/services/correction/dart/add_return_null.dart |
| lib/src/services/correction/dart/add_return_type.dart |
| lib/src/services/correction/dart/add_static.dart |
| lib/src/services/correction/dart/add_super_parameter.dart |
| lib/src/services/correction/dart/add_switch_case_break.dart |
| lib/src/services/correction/dart/add_trailing_comma.dart |
| lib/src/services/correction/dart/add_type_annotation.dart |
| lib/src/services/correction/dart/assign_to_local_variable.dart |
| lib/src/services/correction/dart/change_argument_name.dart |
| lib/src/services/correction/dart/change_to_nearest_precise_value.dart |
| lib/src/services/correction/dart/change_type_annotation.dart |
| lib/src/services/correction/dart/convert_add_all_to_spread.dart |
| lib/src/services/correction/dart/convert_class_to_enum.dart |
| lib/src/services/correction/dart/convert_class_to_mixin.dart |
| lib/src/services/correction/dart/convert_conditional_expression_to_if_element.dart |
| lib/src/services/correction/dart/convert_documentation_into_block.dart |
| lib/src/services/correction/dart/convert_documentation_into_line.dart |
| lib/src/services/correction/dart/convert_flutter_child.dart |
| lib/src/services/correction/dart/convert_flutter_children.dart |
| lib/src/services/correction/dart/convert_for_each_to_for_loop.dart |
| lib/src/services/correction/dart/convert_into_async_body.dart |
| lib/src/services/correction/dart/convert_into_block_body.dart |
| lib/src/services/correction/dart/convert_into_final_field.dart |
| lib/src/services/correction/dart/convert_into_for_index.dart |
| lib/src/services/correction/dart/convert_into_getter.dart |
| lib/src/services/correction/dart/convert_into_is_not.dart |
| lib/src/services/correction/dart/convert_map_from_iterable_to_for_literal.dart |
| lib/src/services/correction/dart/convert_part_of_to_uri.dart |
| lib/src/services/correction/dart/convert_quotes.dart |
| lib/src/services/correction/dart/convert_to_boolean_expression.dart |
| lib/src/services/correction/dart/convert_to_cascade.dart |
| lib/src/services/correction/dart/convert_to_constant_pattern.dart |
| lib/src/services/correction/dart/convert_to_contains.dart |
| lib/src/services/correction/dart/convert_to_expression_function_body.dart |
| lib/src/services/correction/dart/convert_to_field_parameter.dart |
| lib/src/services/correction/dart/convert_to_flutter_style_todo.dart |
| lib/src/services/correction/dart/convert_to_function_declaration.dart |
| lib/src/services/correction/dart/convert_to_generic_function_syntax.dart |
| lib/src/services/correction/dart/convert_to_if_case_statement_chain.dart |
| lib/src/services/correction/dart/convert_to_if_null.dart |
| lib/src/services/correction/dart/convert_to_initializing_formal.dart |
| lib/src/services/correction/dart/convert_to_int_literal.dart |
| lib/src/services/correction/dart/convert_to_map_literal.dart |
| lib/src/services/correction/dart/convert_to_multiline_string.dart |
| lib/src/services/correction/dart/convert_to_named_arguments.dart |
| lib/src/services/correction/dart/convert_to_normal_parameter.dart |
| lib/src/services/correction/dart/convert_to_null_aware.dart |
| lib/src/services/correction/dart/convert_to_null_aware_spread.dart |
| lib/src/services/correction/dart/convert_to_on_type.dart |
| lib/src/services/correction/dart/convert_to_raw_string.dart |
| lib/src/services/correction/dart/convert_to_set_literal.dart |
| lib/src/services/correction/dart/convert_to_super_parameters.dart |
| lib/src/services/correction/dart/convert_to_switch_expression.dart |
| lib/src/services/correction/dart/convert_to_switch_statement.dart |
| lib/src/services/correction/dart/convert_to_where_type.dart |
| lib/src/services/correction/dart/convert_to_wildcard_pattern.dart |
| lib/src/services/correction/dart/convert_to_wildcard_variable.dart |
| lib/src/services/correction/dart/create_class.dart |
| lib/src/services/correction/dart/create_constructor.dart |
| lib/src/services/correction/dart/create_constructor_for_final_fields.dart |
| lib/src/services/correction/dart/create_field.dart |
| lib/src/services/correction/dart/create_function.dart |
| lib/src/services/correction/dart/create_getter.dart |
| lib/src/services/correction/dart/create_local_variable.dart |
| lib/src/services/correction/dart/create_method.dart |
| lib/src/services/correction/dart/create_method_or_function.dart |
| lib/src/services/correction/dart/create_no_such_method.dart |
| lib/src/services/correction/dart/create_parameter.dart |
| lib/src/services/correction/dart/create_setter.dart |
| lib/src/services/correction/dart/data_driven.dart |
| lib/src/services/correction/dart/destructure_local_variable_assignment.dart |
| lib/src/services/correction/dart/encapsulate_field.dart |
| lib/src/services/correction/dart/exchange_operands.dart |
| lib/src/services/correction/dart/extend_class_for_mixin.dart |
| lib/src/services/correction/dart/extract_local_variable.dart |
| lib/src/services/correction/dart/flutter_convert_to_children.dart |
| lib/src/services/correction/dart/flutter_move_down.dart |
| lib/src/services/correction/dart/flutter_move_up.dart |
| lib/src/services/correction/dart/flutter_remove_widget.dart |
| lib/src/services/correction/dart/flutter_swap_with_child.dart |
| lib/src/services/correction/dart/flutter_swap_with_parent.dart |
| lib/src/services/correction/dart/flutter_wrap_generic.dart |
| lib/src/services/correction/dart/ignore_diagnostic.dart |
| lib/src/services/correction/dart/import_add_show.dart |
| lib/src/services/correction/dart/inline_invocation.dart |
| lib/src/services/correction/dart/inline_typedef.dart |
| lib/src/services/correction/dart/insert_body.dart |
| lib/src/services/correction/dart/insert_semicolon.dart |
| lib/src/services/correction/dart/invert_conditional_expression.dart |
| lib/src/services/correction/dart/invert_if_statement.dart |
| lib/src/services/correction/dart/join_if_with_inner.dart |
| lib/src/services/correction/dart/join_if_with_outer.dart |
| lib/src/services/correction/dart/join_variable_declaration.dart |
| lib/src/services/correction/dart/make_class_abstract.dart |
| lib/src/services/correction/dart/make_conditional_on_debug_mode.dart |
| lib/src/services/correction/dart/make_field_not_final.dart |
| lib/src/services/correction/dart/make_field_public.dart |
| lib/src/services/correction/dart/make_final.dart |
| lib/src/services/correction/dart/make_required_named_parameters_first.dart |
| lib/src/services/correction/dart/make_return_type_nullable.dart |
| lib/src/services/correction/dart/make_super_invocation_last.dart |
| lib/src/services/correction/dart/make_variable_not_final.dart |
| lib/src/services/correction/dart/make_variable_nullable.dart |
| lib/src/services/correction/dart/move_annotation_to_library_directive.dart |
| lib/src/services/correction/dart/move_doc_comment_to_library_directive.dart |
| lib/src/services/correction/dart/move_type_arguments_to_class.dart |
| lib/src/services/correction/dart/organize_imports.dart |
| lib/src/services/correction/dart/qualify_reference.dart |
| lib/src/services/correction/dart/remove_abstract.dart |
| lib/src/services/correction/dart/remove_annotation.dart |
| lib/src/services/correction/dart/remove_argument.dart |
| lib/src/services/correction/dart/remove_assertion.dart |
| lib/src/services/correction/dart/remove_assignment.dart |
| lib/src/services/correction/dart/remove_await.dart |
| lib/src/services/correction/dart/remove_break.dart |
| lib/src/services/correction/dart/remove_character.dart |
| lib/src/services/correction/dart/remove_comma.dart |
| lib/src/services/correction/dart/remove_comparison.dart |
| lib/src/services/correction/dart/remove_const.dart |
| lib/src/services/correction/dart/remove_constructor.dart |
| lib/src/services/correction/dart/remove_constructor_name.dart |
| lib/src/services/correction/dart/remove_dead_code.dart |
| lib/src/services/correction/dart/remove_dead_if_null.dart |
| lib/src/services/correction/dart/remove_default_value.dart |
| lib/src/services/correction/dart/remove_deprecated_new_in_comment_reference.dart |
| lib/src/services/correction/dart/remove_digit_separators.dart |
| lib/src/services/correction/dart/remove_duplicate_case.dart |
| lib/src/services/correction/dart/remove_empty_catch.dart |
| lib/src/services/correction/dart/remove_empty_constructor_body.dart |
| lib/src/services/correction/dart/remove_empty_else.dart |
| lib/src/services/correction/dart/remove_empty_statement.dart |
| lib/src/services/correction/dart/remove_extends_clause.dart |
| lib/src/services/correction/dart/remove_if_null_operator.dart |
| lib/src/services/correction/dart/remove_initializer.dart |
| lib/src/services/correction/dart/remove_interpolation_braces.dart |
| lib/src/services/correction/dart/remove_invocation.dart |
| lib/src/services/correction/dart/remove_late.dart |
| lib/src/services/correction/dart/remove_leading_underscore.dart |
| lib/src/services/correction/dart/remove_lexeme.dart |
| lib/src/services/correction/dart/remove_library_name.dart |
| lib/src/services/correction/dart/remove_method_declaration.dart |
| lib/src/services/correction/dart/remove_name_from_combinator.dart |
| lib/src/services/correction/dart/remove_name_from_declaration_clause.dart |
| lib/src/services/correction/dart/remove_non_null_assertion.dart |
| lib/src/services/correction/dart/remove_on_clause.dart |
| lib/src/services/correction/dart/remove_operator.dart |
| lib/src/services/correction/dart/remove_parameters_in_getter_declaration.dart |
| lib/src/services/correction/dart/remove_parentheses_in_getter_invocation.dart |
| lib/src/services/correction/dart/remove_print.dart |
| lib/src/services/correction/dart/remove_question_mark.dart |
| lib/src/services/correction/dart/remove_required.dart |
| lib/src/services/correction/dart/remove_returned_value.dart |
| lib/src/services/correction/dart/remove_this_expression.dart |
| lib/src/services/correction/dart/remove_to_list.dart |
| lib/src/services/correction/dart/remove_type_annotation.dart |
| lib/src/services/correction/dart/remove_type_arguments.dart |
| lib/src/services/correction/dart/remove_unexpected_underscores.dart |
| lib/src/services/correction/dart/remove_unnecessary_cast.dart |
| lib/src/services/correction/dart/remove_unnecessary_final.dart |
| lib/src/services/correction/dart/remove_unnecessary_late.dart |
| lib/src/services/correction/dart/remove_unnecessary_library_directive.dart |
| lib/src/services/correction/dart/remove_unnecessary_new.dart |
| lib/src/services/correction/dart/remove_unnecessary_parentheses.dart |
| lib/src/services/correction/dart/remove_unnecessary_raw_string.dart |
| lib/src/services/correction/dart/remove_unnecessary_string_escape.dart |
| lib/src/services/correction/dart/remove_unnecessary_string_interpolation.dart |
| lib/src/services/correction/dart/remove_unnecessary_wildcard_pattern.dart |
| lib/src/services/correction/dart/remove_unused_catch_clause.dart |
| lib/src/services/correction/dart/remove_unused_catch_stack.dart |
| lib/src/services/correction/dart/remove_unused_import.dart |
| lib/src/services/correction/dart/remove_unused_label.dart |
| lib/src/services/correction/dart/remove_unused_local_variable.dart |
| lib/src/services/correction/dart/remove_unused_parameter.dart |
| lib/src/services/correction/dart/remove_var.dart |
| lib/src/services/correction/dart/remove_var_keyword.dart |
| lib/src/services/correction/dart/rename_to_camel_case.dart |
| lib/src/services/correction/dart/replace_boolean_with_bool.dart |
| lib/src/services/correction/dart/replace_cascade_with_dot.dart |
| lib/src/services/correction/dart/replace_colon_with_equals.dart |
| lib/src/services/correction/dart/replace_colon_with_in.dart |
| lib/src/services/correction/dart/replace_conditional_with_if_else.dart |
| lib/src/services/correction/dart/replace_container_with_colored_box.dart |
| lib/src/services/correction/dart/replace_container_with_sized_box.dart |
| lib/src/services/correction/dart/replace_empty_map_pattern.dart |
| lib/src/services/correction/dart/replace_final_with_const.dart |
| lib/src/services/correction/dart/replace_final_with_var.dart |
| lib/src/services/correction/dart/replace_if_else_with_conditional.dart |
| lib/src/services/correction/dart/replace_new_with_const.dart |
| lib/src/services/correction/dart/replace_null_check_with_cast.dart |
| lib/src/services/correction/dart/replace_null_with_closure.dart |
| lib/src/services/correction/dart/replace_null_with_void.dart |
| lib/src/services/correction/dart/replace_return_type.dart |
| lib/src/services/correction/dart/replace_return_type_future.dart |
| lib/src/services/correction/dart/replace_return_type_iterable.dart |
| lib/src/services/correction/dart/replace_return_type_stream.dart |
| lib/src/services/correction/dart/replace_var_with_dynamic.dart |
| lib/src/services/correction/dart/replace_with_arrow.dart |
| lib/src/services/correction/dart/replace_with_brackets.dart |
| lib/src/services/correction/dart/replace_with_conditional_assignment.dart |
| lib/src/services/correction/dart/replace_with_decorated_box.dart |
| lib/src/services/correction/dart/replace_with_eight_digit_hex.dart |
| lib/src/services/correction/dart/replace_with_extension_name.dart |
| lib/src/services/correction/dart/replace_with_identifier.dart |
| lib/src/services/correction/dart/replace_with_interpolation.dart |
| lib/src/services/correction/dart/replace_with_is_empty.dart |
| lib/src/services/correction/dart/replace_with_is_nan.dart |
| lib/src/services/correction/dart/replace_with_named_constant.dart |
| lib/src/services/correction/dart/replace_with_not_null_aware.dart |
| lib/src/services/correction/dart/replace_with_null_aware.dart |
| lib/src/services/correction/dart/replace_with_part_of_uri.dart |
| lib/src/services/correction/dart/replace_with_tear_off.dart |
| lib/src/services/correction/dart/replace_with_unicode_escape.dart |
| lib/src/services/correction/dart/replace_with_var.dart |
| lib/src/services/correction/dart/replace_with_wildcard.dart |
| lib/src/services/correction/dart/shadow_field.dart |
| lib/src/services/correction/dart/sort_child_property_last.dart |
| lib/src/services/correction/dart/sort_combinators.dart |
| lib/src/services/correction/dart/sort_constructor_first.dart |
| lib/src/services/correction/dart/sort_unnamed_constructor_first.dart |
| lib/src/services/correction/dart/split_and_condition.dart |
| lib/src/services/correction/dart/split_multiple_declarations.dart |
| lib/src/services/correction/dart/split_variable_declaration.dart |
| lib/src/services/correction/dart/surround_with.dart |
| lib/src/services/correction/dart/surround_with_parentheses.dart |
| lib/src/services/correction/dart/update_sdk_constraints.dart |
| lib/src/services/correction/dart/use_curly_braces.dart |
| lib/src/services/correction/dart/use_effective_integer_division.dart |
| lib/src/services/correction/dart/use_eq_eq_null.dart |
| lib/src/services/correction/dart/use_is_not_empty.dart |
| lib/src/services/correction/dart/use_not_eq_null.dart |
| lib/src/services/correction/dart/use_rethrow.dart |
| lib/src/services/correction/dart/wrap_in_text.dart |
| lib/src/services/correction/dart/wrap_in_unawaited.dart |
| lib/src/services/correction/executable_parameters.dart |
| lib/src/services/correction/fix.dart |
| lib/src/services/correction/fix/analysis_options/fix_generator.dart |
| lib/src/services/correction/fix/data_driven/accessor.dart |
| lib/src/services/correction/fix/data_driven/add_type_parameter.dart |
| lib/src/services/correction/fix/data_driven/change.dart |
| lib/src/services/correction/fix/data_driven/changes_selector.dart |
| lib/src/services/correction/fix/data_driven/code_fragment_parser.dart |
| lib/src/services/correction/fix/data_driven/code_template.dart |
| lib/src/services/correction/fix/data_driven/element_descriptor.dart |
| lib/src/services/correction/fix/data_driven/element_kind.dart |
| lib/src/services/correction/fix/data_driven/expression.dart |
| lib/src/services/correction/fix/data_driven/modify_parameters.dart |
| lib/src/services/correction/fix/data_driven/rename.dart |
| lib/src/services/correction/fix/data_driven/transform.dart |
| lib/src/services/correction/fix/data_driven/transform_set.dart |
| lib/src/services/correction/fix/data_driven/transform_set_error_code.dart |
| lib/src/services/correction/fix/data_driven/transform_set_manager.dart |
| lib/src/services/correction/fix/data_driven/transform_set_parser.dart |
| lib/src/services/correction/fix/data_driven/value_generator.dart |
| lib/src/services/correction/fix/data_driven/variable_scope.dart |
| lib/src/services/correction/fix/pubspec/fix_generator.dart |
| lib/src/services/correction/fix/pubspec/fix_kind.dart |
| lib/src/services/correction/fix_internal.dart |
| lib/src/services/correction/levenshtein.dart |
| lib/src/services/correction/name_suggestion.dart |
| lib/src/services/correction/organize_imports.dart |
| lib/src/services/correction/selection_analyzer.dart |
| lib/src/services/correction/sort_members.dart |
| lib/src/services/correction/source_buffer.dart |
| lib/src/services/correction/statement_analyzer.dart |
| lib/src/services/correction/status.dart |
| lib/src/services/dart_tooling_daemon/dtd_services.dart |
| lib/src/services/execution/execution_context.dart |
| lib/src/services/kythe/schema.dart |
| lib/src/services/pub/pub_api.dart |
| lib/src/services/pub/pub_command.dart |
| lib/src/services/pub/pub_package_service.dart |
| lib/src/services/refactoring/convert_all_formal_parameters_to_named.dart |
| lib/src/services/refactoring/convert_selected_formal_parameters_to_named.dart |
| lib/src/services/refactoring/framework/refactoring_context.dart |
| lib/src/services/refactoring/framework/refactoring_processor.dart |
| lib/src/services/refactoring/framework/refactoring_producer.dart |
| lib/src/services/refactoring/framework/write_invocation_arguments.dart |
| lib/src/services/refactoring/legacy/naming_conventions.dart |
| lib/src/services/refactoring/move_selected_formal_parameters_left.dart |
| lib/src/services/snippets/dart/class_declaration.dart |
| lib/src/services/snippets/dart/do_statement.dart |
| lib/src/services/snippets/dart/for_in_statement.dart |
| lib/src/services/snippets/dart/for_statement.dart |
| lib/src/services/snippets/dart/function_declaration.dart |
| lib/src/services/snippets/dart/if_else_statement.dart |
| lib/src/services/snippets/dart/if_statement.dart |
| lib/src/services/snippets/dart/main_function.dart |
| lib/src/services/snippets/dart/switch_expression.dart |
| lib/src/services/snippets/dart/switch_statement.dart |
| lib/src/services/snippets/dart/test_definition.dart |
| lib/src/services/snippets/dart/test_group_definition.dart |
| lib/src/services/snippets/dart/try_catch_statement.dart |
| lib/src/services/snippets/dart/while_statement.dart |
| lib/src/services/snippets/dart_snippet_request.dart |
| lib/src/services/snippets/snippet.dart |
| lib/src/services/snippets/snippet_context.dart |
| lib/src/services/user_prompts/dart_fix_prompt_manager.dart |
| lib/src/services/user_prompts/survey_manager.dart |
| lib/src/services/user_prompts/user_prompts.dart |
| lib/src/socket_server.dart |
| lib/src/status/pages.dart |
| lib/src/utilities/change_builder.dart |
| lib/src/utilities/extensions/numeric.dart |
| lib/src/utilities/extensions/object.dart |
| lib/src/utilities/extensions/range_factory.dart |
| lib/src/utilities/extensions/string.dart |
| lib/src/utilities/extensions/yaml.dart |
| lib/src/utilities/file_string_sink.dart |
| lib/src/utilities/index_range.dart |
| lib/src/utilities/mocks.dart |
| lib/src/utilities/null_string_sink.dart |
| lib/src/utilities/process.dart |
| lib/src/utilities/profiling.dart |
| lib/src/utilities/request_statistics.dart |
| lib/src/utilities/source_change_merger.dart |
| lib/src/utilities/stream.dart |
| lib/src/utilities/strings.dart |
| lib/src/utilities/tee_string_sink.dart |
| lib/src/utilities/timing_byte_store.dart |
| lib/src/utilities/usage_tracking/usage_tracking.dart |
| lib/src/utilities/yaml_node_locator.dart |
| lib/starter.dart |
| test/abstract_context.dart |
| test/analysis/get_errors_test.dart |
| test/analysis/get_hover_test.dart |
| test/analysis/get_navigation_test.dart |
| test/analysis/get_signature_test.dart |
| test/analysis/notification_analysis_options_test.dart |
| test/analysis/notification_analyzed_files_test.dart |
| test/analysis/notification_closing_labels_test.dart |
| test/analysis/notification_errors_test.dart |
| test/analysis/notification_folding_test.dart |
| test/analysis/notification_highlights2_test.dart |
| test/analysis/notification_implemented_test.dart |
| test/analysis/notification_navigation_test.dart |
| test/analysis/notification_occurrences_test.dart |
| test/analysis/notification_outline_test.dart |
| test/analysis/notification_overrides_test.dart |
| test/analysis/reanalyze_test.dart |
| test/analysis/set_priority_files_test.dart |
| test/analysis/test_all.dart |
| test/analysis/update_content_test.dart |
| test/analysis_abstract.dart |
| test/analysis_server_base.dart |
| test/analysis_server_test.dart |
| test/benchmarks_test.dart |
| test/channel/byte_stream_channel_test.dart |
| test/channel/test_all.dart |
| test/client/completion_driver_test.dart |
| test/client/impl/completion_driver.dart |
| test/client/impl/expect_mixin.dart |
| test/client/test_all.dart |
| test/completion_test_support.dart |
| test/constants.dart |
| test/domain_analysis_test.dart |
| test/domain_completion_test.dart |
| test/domain_completion_util.dart |
| test/domain_diagnostic_test.dart |
| test/domain_execution_test.dart |
| test/domain_server_test.dart |
| test/edit/assists_test.dart |
| test/edit/bulk_fixes_test.dart |
| test/edit/fixes_test.dart |
| test/edit/format_if_enabled_test.dart |
| test/edit/format_test.dart |
| test/edit/organize_directives_test.dart |
| test/edit/postfix_completion_test.dart |
| test/edit/refactoring_test.dart |
| test/edit/sort_members_test.dart |
| test/edit/statement_completion_test.dart |
| test/edit/test_all.dart |
| test/integration/analysis/analysis_options_test.dart |
| test/integration/analysis/error_test.dart |
| test/integration/analysis/get_errors_non_standard_sdk_test.dart |
| test/integration/analysis/get_errors_test.dart |
| test/integration/analysis/get_hover_test.dart |
| test/integration/analysis/get_imported_elements_test.dart |
| test/integration/analysis/get_library_dependencies_test.dart |
| test/integration/analysis/get_navigation_test.dart |
| test/integration/analysis/get_reachable_sources_test.dart |
| test/integration/analysis/highlights_test.dart |
| test/integration/analysis/lint_test.dart |
| test/integration/analysis/navigation_test.dart |
| test/integration/analysis/occurrences_test.dart |
| test/integration/analysis/outline_test.dart |
| test/integration/analysis/overrides_test.dart |
| test/integration/analysis/package_root_test.dart |
| test/integration/analysis/reanalyze_concurrent_test.dart |
| test/integration/analysis/reanalyze_test.dart |
| test/integration/analysis/set_analysis_roots_test.dart |
| test/integration/analysis/set_general_subscriptions_test.dart |
| test/integration/analysis/set_priority_files_test.dart |
| test/integration/analysis/set_subscriptions_test.dart |
| test/integration/analysis/test_all.dart |
| test/integration/analysis/update_content_list_test.dart |
| test/integration/analysis/update_content_test.dart |
| test/integration/analysis/update_options_test.dart |
| test/integration/completion/get_suggestions_test.dart |
| test/integration/completion/test_all.dart |
| test/integration/coverage_test.dart |
| test/integration/diagnostic/get_diagnostics_test.dart |
| test/integration/diagnostic/get_server_port_test.dart |
| test/integration/diagnostic/test_all.dart |
| test/integration/dtd/dtd_test.dart |
| test/integration/dtd/test_all.dart |
| test/integration/edit/bulk_fixes_test.dart |
| test/integration/edit/format_test.dart |
| test/integration/edit/get_assists_test.dart |
| test/integration/edit/get_available_refactorings_test.dart |
| test/integration/edit/get_fixes_test.dart |
| test/integration/edit/get_postfix_completion_test.dart |
| test/integration/edit/get_refactoring_test.dart |
| test/integration/edit/get_statement_completion_test.dart |
| test/integration/edit/import_elements_test.dart |
| test/integration/edit/is_postfix_completion_applicable_test.dart |
| test/integration/edit/list_postfix_completion_templates_test.dart |
| test/integration/edit/organize_directives_test.dart |
| test/integration/edit/sort_members_test.dart |
| test/integration/edit/test_all.dart |
| test/integration/execution/create_context_test.dart |
| test/integration/execution/delete_context_test.dart |
| test/integration/execution/map_uri_test.dart |
| test/integration/execution/set_subscriptions_test.dart |
| test/integration/execution/test_all.dart |
| test/integration/lsp/abstract_lsp_over_legacy.dart |
| test/integration/lsp/handle_test.dart |
| test/integration/lsp/notification_test.dart |
| test/integration/lsp/test_all.dart |
| test/integration/lsp_server/analyzer_status_test.dart |
| test/integration/lsp_server/diagnostic_test.dart |
| test/integration/lsp_server/dtd_test.dart |
| test/integration/lsp_server/initialization_test.dart |
| test/integration/lsp_server/integration_tests.dart |
| test/integration/lsp_server/server_test.dart |
| test/integration/lsp_server/test_all.dart |
| test/integration/lsp_server/workspace_symbol_benchmark.dart |
| test/integration/search/find_element_references_test.dart |
| test/integration/search/find_member_declarations_test.dart |
| test/integration/search/find_member_references_test.dart |
| test/integration/search/find_top_level_declarations_test.dart |
| test/integration/search/get_type_hierarchy_test.dart |
| test/integration/search/test_all.dart |
| test/integration/server/blaze_changes_test.dart |
| test/integration/server/command_line_options_test.dart |
| test/integration/server/get_version_test.dart |
| test/integration/server/message_scheduler_test.dart |
| test/integration/server/set_subscriptions_invalid_service_test.dart |
| test/integration/server/set_subscriptions_test.dart |
| test/integration/server/shutdown_test.dart |
| test/integration/server/status_test.dart |
| test/integration/server/test_all.dart |
| test/integration/support/dart_tooling_daemon.dart |
| test/integration/support/integration_test_methods.dart |
| test/integration/support/integration_tests.dart |
| test/integration/support/protocol_matchers.dart |
| test/integration/support/web_sockets.dart |
| test/integration/test_all.dart |
| test/lsp/analyzer_status_test.dart |
| test/lsp/augmentation_test.dart |
| test/lsp/augmented_test.dart |
| test/lsp/call_hierarchy_test.dart |
| test/lsp/cancel_request_test.dart |
| test/lsp/change_verifier.dart |
| test/lsp/change_workspace_folders_test.dart |
| test/lsp/client_configuration_test.dart |
| test/lsp/closing_labels_test.dart |
| test/lsp/code_actions_abstract.dart |
| test/lsp/code_actions_assists_test.dart |
| test/lsp/code_actions_fixes_test.dart |
| test/lsp/code_actions_refactor_test.dart |
| test/lsp/code_actions_source_test.dart |
| test/lsp/code_lens/augmentations_test.dart |
| test/lsp/code_lens/test_all.dart |
| test/lsp/commands/fix_all_in_workspace_test.dart |
| test/lsp/commands/test_all.dart |
| test/lsp/completion.dart |
| test/lsp/completion_dart_test.dart |
| test/lsp/completion_yaml_test.dart |
| test/lsp/configuration_test.dart |
| test/lsp/dart_text_document_content_provider_test.dart |
| test/lsp/definition_test.dart |
| test/lsp/diagnostic_test.dart |
| test/lsp/document_changes_test.dart |
| test/lsp/document_color_test.dart |
| test/lsp/document_highlights_test.dart |
| test/lsp/document_link_test.dart |
| test/lsp/document_symbols_test.dart |
| test/lsp/error_or_test.dart |
| test/lsp/file_modification_test.dart |
| test/lsp/flutter_outline_test.dart |
| test/lsp/folding_test.dart |
| test/lsp/format_test.dart |
| test/lsp/hover_test.dart |
| test/lsp/implementation_test.dart |
| test/lsp/initialization_test.dart |
| test/lsp/inlay_hint_test.dart |
| test/lsp/mapping_test.dart |
| test/lsp/open_uri_test.dart |
| test/lsp/outline_test.dart |
| test/lsp/priority_files_test.dart |
| test/lsp/pub_package_service_test.dart |
| test/lsp/reanalyze_test.dart |
| test/lsp/references_test.dart |
| test/lsp/rename_test.dart |
| test/lsp/request_helpers_mixin.dart |
| test/lsp/selection_range_test.dart |
| test/lsp/semantic_tokens_test.dart |
| test/lsp/server_abstract.dart |
| test/lsp/server_test.dart |
| test/lsp/signature_help_test.dart |
| test/lsp/snippets_test.dart |
| test/lsp/source_edits_test.dart |
| test/lsp/super_test.dart |
| test/lsp/temporary_overlay_operation_test.dart |
| test/lsp/test_all.dart |
| test/lsp/type_definition_test.dart |
| test/lsp/type_hierarchy_test.dart |
| test/lsp/will_rename_files_test.dart |
| test/lsp/workspace_symbols_test.dart |
| test/lsp_over_legacy/abstract_lsp_over_legacy.dart |
| test/lsp_over_legacy/call_hierarchy_test.dart |
| test/lsp_over_legacy/dart_text_document_content_provider_test.dart |
| test/lsp_over_legacy/document_color_test.dart |
| test/lsp_over_legacy/document_highlights_test.dart |
| test/lsp_over_legacy/document_symbols_test.dart |
| test/lsp_over_legacy/format_test.dart |
| test/lsp_over_legacy/hover_test.dart |
| test/lsp_over_legacy/implementation_test.dart |
| test/lsp_over_legacy/signature_help_test.dart |
| test/lsp_over_legacy/test_all.dart |
| test/lsp_over_legacy/type_definition_test.dart |
| test/lsp_over_legacy/type_hierarchy_test.dart |
| test/lsp_over_legacy/will_rename_files_test.dart |
| test/lsp_over_legacy/workspace_symbols_test.dart |
| test/mocks.dart |
| test/mocks_lsp.dart |
| test/plugin/test_all.dart |
| test/protocol_server_test.dart |
| test/protocol_test.dart |
| test/search/abstract_search_domain.dart |
| test/search/declarations_test.dart |
| test/search/element_references_test.dart |
| test/search/member_declarations_test.dart |
| test/search/member_references_test.dart |
| test/search/search_result_test.dart |
| test/search/test_all.dart |
| test/search/top_level_declarations_test.dart |
| test/search/type_hierarchy_test.dart |
| test/services/completion/dart/completion_check.dart |
| test/services/completion/dart/completion_printer.dart |
| test/services/completion/dart/completion_test.dart |
| test/services/completion/dart/declaration/class_member_test.dart |
| test/services/completion/dart/declaration/class_test.dart |
| test/services/completion/dart/declaration/closure_test.dart |
| test/services/completion/dart/declaration/constructor_test.dart |
| test/services/completion/dart/declaration/documentation_test.dart |
| test/services/completion/dart/declaration/enum_test.dart |
| test/services/completion/dart/declaration/extension_member_test.dart |
| test/services/completion/dart/declaration/imported_reference_test.dart |
| test/services/completion/dart/declaration/label_test.dart |
| test/services/completion/dart/declaration/library_member_test.dart |
| test/services/completion/dart/declaration/library_prefix_test.dart |
| test/services/completion/dart/declaration/library_test.dart |
| test/services/completion/dart/declaration/local_library_test.dart |
| test/services/completion/dart/declaration/local_reference_test.dart |
| test/services/completion/dart/declaration/pattern_variable_test.dart |
| test/services/completion/dart/declaration/record_type_test.dart |
| test/services/completion/dart/declaration/test_all.dart |
| test/services/completion/dart/declaration/type_member_test.dart |
| test/services/completion/dart/declaration/uri_test.dart |
| test/services/completion/dart/declaration/variable_name_test.dart |
| test/services/completion/dart/declaration/wildcard_variables_test.dart |
| test/services/completion/dart/location/argument_list_test.dart |
| test/services/completion/dart/location/as_expression_test.dart |
| test/services/completion/dart/location/assert_initializer_test.dart |
| test/services/completion/dart/location/assert_statement_test.dart |
| test/services/completion/dart/location/assignment_expression_test.dart |
| test/services/completion/dart/location/block_test.dart |
| test/services/completion/dart/location/case_clause_test.dart |
| test/services/completion/dart/location/cast_pattern_test.dart |
| test/services/completion/dart/location/catch_clause_test.dart |
| test/services/completion/dart/location/class_body_test.dart |
| test/services/completion/dart/location/class_declaration_test.dart |
| test/services/completion/dart/location/compilation_unit_member_test.dart |
| test/services/completion/dart/location/compilation_unit_test.dart |
| test/services/completion/dart/location/conditional_expression_test.dart |
| test/services/completion/dart/location/constructor_declaration_test.dart |
| test/services/completion/dart/location/constructor_invocation_test.dart |
| test/services/completion/dart/location/directive_uri_test.dart |
| test/services/completion/dart/location/enum_constant_test.dart |
| test/services/completion/dart/location/enum_declaration_test.dart |
| test/services/completion/dart/location/extends_clause_test.dart |
| test/services/completion/dart/location/extension_body_test.dart |
| test/services/completion/dart/location/extension_declaration_test.dart |
| test/services/completion/dart/location/extension_type_declaration_test.dart |
| test/services/completion/dart/location/field_declaration_test.dart |
| test/services/completion/dart/location/field_formal_parameter_test.dart |
| test/services/completion/dart/location/for_element_test.dart |
| test/services/completion/dart/location/for_statement_test.dart |
| test/services/completion/dart/location/function_declaration_test.dart |
| test/services/completion/dart/location/function_expression_test.dart |
| test/services/completion/dart/location/function_invocation_test.dart |
| test/services/completion/dart/location/if_element_test.dart |
| test/services/completion/dart/location/if_statement_test.dart |
| test/services/completion/dart/location/implements_clause_test.dart |
| test/services/completion/dart/location/import_directive_test.dart |
| test/services/completion/dart/location/index_expression_test.dart |
| test/services/completion/dart/location/instance_creation_expression_test.dart |
| test/services/completion/dart/location/is_expression_test.dart |
| test/services/completion/dart/location/library_directive_test.dart |
| test/services/completion/dart/location/list_literal_test.dart |
| test/services/completion/dart/location/list_pattern_test.dart |
| test/services/completion/dart/location/logical_and_pattern_test.dart |
| test/services/completion/dart/location/logical_or_pattern_test.dart |
| test/services/completion/dart/location/map_literal_test.dart |
| test/services/completion/dart/location/map_pattern_test.dart |
| test/services/completion/dart/location/method_declaration_test.dart |
| test/services/completion/dart/location/method_invocation_test.dart |
| test/services/completion/dart/location/mixin_declaration_test.dart |
| test/services/completion/dart/location/named_expression_test.dart |
| test/services/completion/dart/location/named_type_test.dart |
| test/services/completion/dart/location/object_pattern_test.dart |
| test/services/completion/dart/location/parameter_list_test.dart |
| test/services/completion/dart/location/parenthesized_pattern_test.dart |
| test/services/completion/dart/location/pattern_assignment_test.dart |
| test/services/completion/dart/location/pattern_variable_declaration_test.dart |
| test/services/completion/dart/location/property_access_expression_test.dart |
| test/services/completion/dart/location/record_literal_test.dart |
| test/services/completion/dart/location/record_pattern_test.dart |
| test/services/completion/dart/location/record_type_annotation_test.dart |
| test/services/completion/dart/location/redirecting_constructor_invocation_test.dart |
| test/services/completion/dart/location/relational_pattern_test.dart |
| test/services/completion/dart/location/rest_pattern_test.dart |
| test/services/completion/dart/location/return_statement_test.dart |
| test/services/completion/dart/location/set_literal_test.dart |
| test/services/completion/dart/location/string_literal_test.dart |
| test/services/completion/dart/location/super_constructor_invocation_test.dart |
| test/services/completion/dart/location/super_formal_parameter_test.dart |
| test/services/completion/dart/location/switch_expression_test.dart |
| test/services/completion/dart/location/switch_pattern_case_test.dart |
| test/services/completion/dart/location/switch_statement_test.dart |
| test/services/completion/dart/location/test_all.dart |
| test/services/completion/dart/location/try_statement_test.dart |
| test/services/completion/dart/location/type_argument_list_test.dart |
| test/services/completion/dart/location/type_test_test.dart |
| test/services/completion/dart/location/variable_declaration_list_test.dart |
| test/services/completion/dart/location/wildcard_pattern_test.dart |
| test/services/completion/dart/location/with_clause_test.dart |
| test/services/completion/dart/relevance/bool_assignment_test.dart |
| test/services/completion/dart/relevance/completion_relevance.dart |
| test/services/completion/dart/relevance/deprecated_member_test.dart |
| test/services/completion/dart/relevance/instance_member_test.dart |
| test/services/completion/dart/relevance/is_no_such_method_test.dart |
| test/services/completion/dart/relevance/locality_test.dart |
| test/services/completion/dart/relevance/named_argument_test.dart |
| test/services/completion/dart/relevance/non_type_member_test.dart |
| test/services/completion/dart/relevance/static_member_test.dart |
| test/services/completion/dart/relevance/switch_statement_test.dart |
| test/services/completion/dart/relevance/test_all.dart |
| test/services/completion/dart/shadowing_test.dart |
| test/services/completion/dart/test_all.dart |
| test/services/completion/dart/text_expectations.dart |
| test/services/completion/dart/visibility/test_all.dart |
| test/services/completion/dart/visibility/types_test.dart |
| test/services/completion/postfix/postfix_completion_test.dart |
| test/services/completion/postfix/test_all.dart |
| test/services/completion/statement/statement_completion_test.dart |
| test/services/completion/statement/test_all.dart |
| test/services/completion/test_all.dart |
| test/services/correction/change_test.dart |
| test/services/correction/levenshtein_test.dart |
| test/services/correction/organize_directives_test.dart |
| test/services/correction/sort_members_test.dart |
| test/services/correction/test_all.dart |
| test/services/linter/linter_test.dart |
| test/services/linter/test_all.dart |
| test/services/refactoring/agnostic/test_all.dart |
| test/services/refactoring/legacy/abstract_refactoring.dart |
| test/services/refactoring/legacy/extract_local_test.dart |
| test/services/refactoring/legacy/extract_widget_test.dart |
| test/services/refactoring/legacy/inline_local_test.dart |
| test/services/refactoring/legacy/inline_method_test.dart |
| test/services/refactoring/legacy/move_file_test.dart |
| test/services/refactoring/legacy/naming_conventions_test.dart |
| test/services/refactoring/legacy/rename_extension_member_test.dart |
| test/services/refactoring/legacy/rename_label_test.dart |
| test/services/refactoring/legacy/rename_local_test.dart |
| test/services/refactoring/legacy/rename_type_parameter_test.dart |
| test/services/refactoring/legacy/rename_unit_member_test.dart |
| test/services/refactoring/legacy/test_all.dart |
| test/services/refactoring/test_all.dart |
| test/services/search/test_all.dart |
| test/services/snippets/dart/class_declaration_test.dart |
| test/services/snippets/dart/do_statement_test.dart |
| test/services/snippets/dart/flutter_stateful_widget_test.dart |
| test/services/snippets/dart/flutter_stateful_widget_with_animation_controller_test.dart |
| test/services/snippets/dart/flutter_stateless_widget_test.dart |
| test/services/snippets/dart/for_in_statement_test.dart |
| test/services/snippets/dart/for_statement_test.dart |
| test/services/snippets/dart/function_declaration_test.dart |
| test/services/snippets/dart/if_else_statement_test.dart |
| test/services/snippets/dart/if_statement_test.dart |
| test/services/snippets/dart/main_function_test.dart |
| test/services/snippets/dart/switch_expression_test.dart |
| test/services/snippets/dart/switch_statement_test.dart |
| test/services/snippets/dart/test_all.dart |
| test/services/snippets/dart/test_definition_test.dart |
| test/services/snippets/dart/test_group_definition_test.dart |
| test/services/snippets/dart/try_catch_statement_test.dart |
| test/services/snippets/dart/while_statement_test.dart |
| test/services/snippets/snippet_request_test.dart |
| test/services/snippets/test_all.dart |
| test/services/test_all.dart |
| test/services/user_prompts/dart_fix_prompt_manager_test.dart |
| test/services/user_prompts/preferences_test.dart |
| test/services/user_prompts/survey_manager_test.dart |
| test/services/user_prompts/test_all.dart |
| test/shared/shared_dtd_tests.dart |
| test/socket_server_test.dart |
| test/src/analytics/analytics_manager_test.dart |
| test/src/analytics/percentile_calculator_test.dart |
| test/src/analytics/test_all.dart |
| test/src/cider/assists_test.dart |
| test/src/cider/cider_service.dart |
| test/src/cider/document_symbols_test.dart |
| test/src/cider/fixes_test.dart |
| test/src/cider/signature_help_test.dart |
| test/src/cider/test_all.dart |
| test/src/computer/call_hierarchy_computer_test.dart |
| test/src/computer/closing_labels_computer_test.dart |
| test/src/computer/color_computer_test.dart |
| test/src/computer/folding_computer_test.dart |
| test/src/computer/highlights_computer_test.dart |
| test/src/computer/import_elements_computer_test.dart |
| test/src/computer/imported_elements_computer_test.dart |
| test/src/computer/outline_computer_test.dart |
| test/src/computer/selection_range_computer_test.dart |
| test/src/computer/test_all.dart |
| test/src/domains/execution/completion_test.dart |
| test/src/domains/execution/test_all.dart |
| test/src/domains/flutter/base.dart |
| test/src/domains/flutter/get_widget_description_test.dart |
| test/src/domains/flutter/set_property_value_test.dart |
| test/src/domains/flutter/test_all.dart |
| test/src/domains/test_all.dart |
| test/src/flutter/flutter_outline_computer_test.dart |
| test/src/flutter/flutter_outline_notification_test.dart |
| test/src/flutter/test_all.dart |
| test/src/g3/fixes_test.dart |
| test/src/g3/test_all.dart |
| test/src/g3/utilities_test.dart |
| test/src/lsp/lsp_packet_transformer_test.dart |
| test/src/lsp/test_all.dart |
| test/src/plugin/notification_manager_test.dart |
| test/src/plugin/plugin_locator_test.dart |
| test/src/plugin/plugin_manager_test.dart |
| test/src/plugin/plugin_watcher_test.dart |
| test/src/plugin/protocol_test_utilities.dart |
| test/src/plugin/request_converter_test.dart |
| test/src/plugin/result_collector_test.dart |
| test/src/plugin/result_converter_test.dart |
| test/src/plugin/result_merger_test.dart |
| test/src/plugin/test_all.dart |
| test/src/plugin2/generator_test.dart |
| test/src/plugin2/test_all.dart |
| test/src/server/sdk_configuration_test.dart |
| test/src/server/test_all.dart |
| test/src/services/completion/dart/completion_test.dart |
| test/src/services/completion/dart/feature_computer_test.dart |
| test/src/services/completion/dart/test_all.dart |
| test/src/services/completion/test_all.dart |
| test/src/services/completion/yaml/analysis_options_generator_test.dart |
| test/src/services/completion/yaml/fix_data_generator_test.dart |
| test/src/services/completion/yaml/pubspec_generator_test.dart |
| test/src/services/completion/yaml/test_all.dart |
| test/src/services/completion/yaml/yaml_generator_test_support.dart |
| test/src/services/correction/assist/add_diagnostic_property_reference_test.dart |
| test/src/services/correction/assist/add_digit_separators_test.dart |
| test/src/services/correction/assist/add_return_type_test.dart |
| test/src/services/correction/assist/add_type_annotation_test.dart |
| test/src/services/correction/assist/assign_to_local_variable_test.dart |
| test/src/services/correction/assist/assist_processor.dart |
| test/src/services/correction/assist/convert_class_to_enum_test.dart |
| test/src/services/correction/assist/convert_class_to_mixin_test.dart |
| test/src/services/correction/assist/convert_documentation_into_block_test.dart |
| test/src/services/correction/assist/convert_documentation_into_line_test.dart |
| test/src/services/correction/assist/convert_into_async_body_test.dart |
| test/src/services/correction/assist/convert_into_block_body_test.dart |
| test/src/services/correction/assist/convert_into_expression_body_test.dart |
| test/src/services/correction/assist/convert_into_final_field_test.dart |
| test/src/services/correction/assist/convert_into_for_index_test.dart |
| test/src/services/correction/assist/convert_into_generic_function_syntax_test.dart |
| test/src/services/correction/assist/convert_into_getter_test.dart |
| test/src/services/correction/assist/convert_into_is_not_empty_test.dart |
| test/src/services/correction/assist/convert_into_is_not_test.dart |
| test/src/services/correction/assist/convert_part_of_to_uri_test.dart |
| test/src/services/correction/assist/convert_to_double_quoted_string_test.dart |
| test/src/services/correction/assist/convert_to_field_parameter_test.dart |
| test/src/services/correction/assist/convert_to_for_element_test.dart |
| test/src/services/correction/assist/convert_to_if_case_statement_chain_test.dart |
| test/src/services/correction/assist/convert_to_if_case_statement_test.dart |
| test/src/services/correction/assist/convert_to_if_element_test.dart |
| test/src/services/correction/assist/convert_to_int_literal_test.dart |
| test/src/services/correction/assist/convert_to_map_literal_test.dart |
| test/src/services/correction/assist/convert_to_multiline_string_test.dart |
| test/src/services/correction/assist/convert_to_normal_parameter_test.dart |
| test/src/services/correction/assist/convert_to_null_aware_test.dart |
| test/src/services/correction/assist/convert_to_package_import_test.dart |
| test/src/services/correction/assist/convert_to_set_literal_test.dart |
| test/src/services/correction/assist/convert_to_single_quoted_string_test.dart |
| test/src/services/correction/assist/convert_to_spread_test.dart |
| test/src/services/correction/assist/convert_to_super_parameters_test.dart |
| test/src/services/correction/assist/convert_to_switch_expression_test.dart |
| test/src/services/correction/assist/convert_to_switch_statement_test.dart |
| test/src/services/correction/assist/destructure_local_variable_assignment_test.dart |
| test/src/services/correction/assist/encapsulate_field_test.dart |
| test/src/services/correction/assist/exchange_operands_test.dart |
| test/src/services/correction/assist/flutter_convert_to_children_test.dart |
| test/src/services/correction/assist/flutter_convert_to_stateful_widget_test.dart |
| test/src/services/correction/assist/flutter_convert_to_stateless_widget_test.dart |
| test/src/services/correction/assist/flutter_move_down_test.dart |
| test/src/services/correction/assist/flutter_move_up_test.dart |
| test/src/services/correction/assist/flutter_remove_widget_test.dart |
| test/src/services/correction/assist/flutter_surround_with_set_state_test.dart |
| test/src/services/correction/assist/flutter_swap_with_child_test.dart |
| test/src/services/correction/assist/flutter_swap_with_parent_test.dart |
| test/src/services/correction/assist/flutter_wrap_builder_test.dart |
| test/src/services/correction/assist/flutter_wrap_center_test.dart |
| test/src/services/correction/assist/flutter_wrap_column_test.dart |
| test/src/services/correction/assist/flutter_wrap_container_test.dart |
| test/src/services/correction/assist/flutter_wrap_generic_test.dart |
| test/src/services/correction/assist/flutter_wrap_padding_test.dart |
| test/src/services/correction/assist/flutter_wrap_row_test.dart |
| test/src/services/correction/assist/flutter_wrap_sized_box_test.dart |
| test/src/services/correction/assist/flutter_wrap_stream_builder_test.dart |
| test/src/services/correction/assist/import_add_show_test.dart |
| test/src/services/correction/assist/inline_invocation_test.dart |
| test/src/services/correction/assist/invert_conditional_expression_test.dart |
| test/src/services/correction/assist/invert_if_statement_test.dart |
| test/src/services/correction/assist/join_if_with_inner_test.dart |
| test/src/services/correction/assist/join_if_with_outer_test.dart |
| test/src/services/correction/assist/join_variable_declaration_test.dart |
| test/src/services/correction/assist/remove_digit_separators_test.dart |
| test/src/services/correction/assist/remove_type_annotation_test.dart |
| test/src/services/correction/assist/replace_conditional_with_if_else_test.dart |
| test/src/services/correction/assist/replace_if_else_with_conditional_test.dart |
| test/src/services/correction/assist/replace_with_var_test.dart |
| test/src/services/correction/assist/shadow_field_test.dart |
| test/src/services/correction/assist/sort_child_property_last_test.dart |
| test/src/services/correction/assist/split_and_condition_test.dart |
| test/src/services/correction/assist/split_variable_declaration_test.dart |
| test/src/services/correction/assist/surround_with_block_test.dart |
| test/src/services/correction/assist/surround_with_do_while_test.dart |
| test/src/services/correction/assist/surround_with_for_in_test.dart |
| test/src/services/correction/assist/surround_with_for_test.dart |
| test/src/services/correction/assist/surround_with_if_test.dart |
| test/src/services/correction/assist/surround_with_try_catch_test.dart |
| test/src/services/correction/assist/surround_with_try_finally_test.dart |
| test/src/services/correction/assist/surround_with_while_test.dart |
| test/src/services/correction/assist/test_all.dart |
| test/src/services/correction/assist/use_curly_braces_test.dart |
| test/src/services/correction/fix/add_async_test.dart |
| test/src/services/correction/fix/add_await_test.dart |
| test/src/services/correction/fix/add_call_super_test.dart |
| test/src/services/correction/fix/add_class_modifier_test.dart |
| test/src/services/correction/fix/add_const_test.dart |
| test/src/services/correction/fix/add_curly_braces_test.dart |
| test/src/services/correction/fix/add_diagnostic_property_reference_test.dart |
| test/src/services/correction/fix/add_empty_argument_list_test.dart |
| test/src/services/correction/fix/add_enum_constant_test.dart |
| test/src/services/correction/fix/add_eol_at_end_of_file_test.dart |
| test/src/services/correction/fix/add_explicit_call_test.dart |
| test/src/services/correction/fix/add_explicit_cast_test.dart |
| test/src/services/correction/fix/add_extension_override_test.dart |
| test/src/services/correction/fix/add_field_formal_parameters_test.dart |
| test/src/services/correction/fix/add_key_to_constructors_test.dart |
| test/src/services/correction/fix/add_late_test.dart |
| test/src/services/correction/fix/add_leading_newline_to_string_test.dart |
| test/src/services/correction/fix/add_missing_enum_case_clauses_test.dart |
| test/src/services/correction/fix/add_missing_enum_like_case_clauses_test.dart |
| test/src/services/correction/fix/add_missing_parameter_named_test.dart |
| test/src/services/correction/fix/add_missing_parameter_positional_test.dart |
| test/src/services/correction/fix/add_missing_parameter_required_test.dart |
| test/src/services/correction/fix/add_missing_required_argument_test.dart |
| test/src/services/correction/fix/add_missing_switch_cases_test.dart |
| test/src/services/correction/fix/add_ne_null_test.dart |
| test/src/services/correction/fix/add_null_check_test.dart |
| test/src/services/correction/fix/add_override_test.dart |
| test/src/services/correction/fix/add_redeclare_test.dart |
| test/src/services/correction/fix/add_reopen_test.dart |
| test/src/services/correction/fix/add_required_test.dart |
| test/src/services/correction/fix/add_return_null_test.dart |
| test/src/services/correction/fix/add_return_type_test.dart |
| test/src/services/correction/fix/add_static_test.dart |
| test/src/services/correction/fix/add_super_constructor_invocation_test.dart |
| test/src/services/correction/fix/add_super_parameter_test.dart |
| test/src/services/correction/fix/add_switch_case_break_test.dart |
| test/src/services/correction/fix/add_trailing_comma_test.dart |
| test/src/services/correction/fix/add_type_annotation_test.dart |
| test/src/services/correction/fix/analysis_options/remove_lint_test.dart |
| test/src/services/correction/fix/analysis_options/remove_setting_test.dart |
| test/src/services/correction/fix/analysis_options/test_all.dart |
| test/src/services/correction/fix/analysis_options/test_support.dart |
| test/src/services/correction/fix/bulk_fix_processor_test.dart |
| test/src/services/correction/fix/change_argument_name_test.dart |
| test/src/services/correction/fix/change_to_nearest_precise_value_test.dart |
| test/src/services/correction/fix/change_to_static_access_test.dart |
| test/src/services/correction/fix/change_to_test.dart |
| test/src/services/correction/fix/change_type_annotation_test.dart |
| test/src/services/correction/fix/convert_class_to_enum_test.dart |
| test/src/services/correction/fix/convert_documentation_into_line_test.dart |
| test/src/services/correction/fix/convert_flutter_child_test.dart |
| test/src/services/correction/fix/convert_flutter_children_test.dart |
| test/src/services/correction/fix/convert_for_each_to_for_loop_test.dart |
| test/src/services/correction/fix/convert_into_block_body_test.dart |
| test/src/services/correction/fix/convert_into_expression_body_test.dart |
| test/src/services/correction/fix/convert_into_is_not_test.dart |
| test/src/services/correction/fix/convert_quotes_test.dart |
| test/src/services/correction/fix/convert_to_block_function_body_test.dart |
| test/src/services/correction/fix/convert_to_boolean_expression_test.dart |
| test/src/services/correction/fix/convert_to_cascade_test.dart |
| test/src/services/correction/fix/convert_to_constant_pattern_test.dart |
| test/src/services/correction/fix/convert_to_contains_test.dart |
| test/src/services/correction/fix/convert_to_double_quoted_string_test.dart |
| test/src/services/correction/fix/convert_to_flutter_style_todo_test.dart |
| test/src/services/correction/fix/convert_to_for_element_test.dart |
| test/src/services/correction/fix/convert_to_function_declaration_test.dart |
| test/src/services/correction/fix/convert_to_generic_function_syntax_test.dart |
| test/src/services/correction/fix/convert_to_if_element_test.dart |
| test/src/services/correction/fix/convert_to_if_null_test.dart |
| test/src/services/correction/fix/convert_to_initializing_formal_test.dart |
| test/src/services/correction/fix/convert_to_int_literal_test.dart |
| test/src/services/correction/fix/convert_to_map_literal_test.dart |
| test/src/services/correction/fix/convert_to_named_arguments_test.dart |
| test/src/services/correction/fix/convert_to_null_aware_spread_test.dart |
| test/src/services/correction/fix/convert_to_null_aware_test.dart |
| test/src/services/correction/fix/convert_to_on_type_test.dart |
| test/src/services/correction/fix/convert_to_package_import_test.dart |
| test/src/services/correction/fix/convert_to_raw_string_test.dart |
| test/src/services/correction/fix/convert_to_relative_import_test.dart |
| test/src/services/correction/fix/convert_to_set_literal_test.dart |
| test/src/services/correction/fix/convert_to_single_quoted_string_test.dart |
| test/src/services/correction/fix/convert_to_spread_test.dart |
| test/src/services/correction/fix/convert_to_super_parameters_test.dart |
| test/src/services/correction/fix/convert_to_where_type_test.dart |
| test/src/services/correction/fix/convert_to_wildcard_pattern_test.dart |
| test/src/services/correction/fix/convert_to_wildcard_variable_test.dart |
| test/src/services/correction/fix/create_class_test.dart |
| test/src/services/correction/fix/create_constructor_for_final_fields_test.dart |
| test/src/services/correction/fix/create_constructor_super_test.dart |
| test/src/services/correction/fix/create_constructor_test.dart |
| test/src/services/correction/fix/create_extension_member_test.dart |
| test/src/services/correction/fix/create_field_test.dart |
| test/src/services/correction/fix/create_file_test.dart |
| test/src/services/correction/fix/create_function_test.dart |
| test/src/services/correction/fix/create_getter_test.dart |
| test/src/services/correction/fix/create_local_variable_test.dart |
| test/src/services/correction/fix/create_method_test.dart |
| test/src/services/correction/fix/create_missing_overrides_test.dart |
| test/src/services/correction/fix/create_mixin_test.dart |
| test/src/services/correction/fix/create_no_such_method_test.dart |
| test/src/services/correction/fix/create_parameter_test.dart |
| test/src/services/correction/fix/create_setter_test.dart |
| test/src/services/correction/fix/data_driven/add_type_parameter_test.dart |
| test/src/services/correction/fix/data_driven/code_fragment_parser_test.dart |
| test/src/services/correction/fix/data_driven/code_template_test.dart |
| test/src/services/correction/fix/data_driven/collection_use_case_test.dart |
| test/src/services/correction/fix/data_driven/data_driven_test.dart |
| test/src/services/correction/fix/data_driven/data_driven_test_support.dart |
| test/src/services/correction/fix/data_driven/diagnostics/conflicting_key_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/expected_primary_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/incompatible_element_kind_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/invalid_change_for_kind_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/invalid_character_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/invalid_key_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/invalid_parameter_style_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/invalid_required_if_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/invalid_value_one_of_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/invalid_value_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/missing_key_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/missing_one_of_multiple_keys_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/missing_template_end_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/missing_token_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/missing_uri_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/test_all.dart |
| test/src/services/correction/fix/data_driven/diagnostics/undefined_variable_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/unexpected_token_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/unknown_accessor_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/unsupported_key_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/unsupported_static_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/unsupported_version_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/wrong_token_test.dart |
| test/src/services/correction/fix/data_driven/diagnostics/yaml_syntax_error_test.dart |
| test/src/services/correction/fix/data_driven/element_matcher_test.dart |
| test/src/services/correction/fix/data_driven/end_to_end_test.dart |
| test/src/services/correction/fix/data_driven/flutter_use_case_test.dart |
| test/src/services/correction/fix/data_driven/modify_parameters_test.dart |
| test/src/services/correction/fix/data_driven/platform_use_case_test.dart |
| test/src/services/correction/fix/data_driven/rename_parameter_test.dart |
| test/src/services/correction/fix/data_driven/rename_test.dart |
| test/src/services/correction/fix/data_driven/replaced_by_test.dart |
| test/src/services/correction/fix/data_driven/sdk_fix_test.dart |
| test/src/services/correction/fix/data_driven/test_all.dart |
| test/src/services/correction/fix/data_driven/test_use_case_test.dart |
| test/src/services/correction/fix/data_driven/transform_set_manager_test.dart |
| test/src/services/correction/fix/data_driven/transform_set_parser_test.dart |
| test/src/services/correction/fix/data_driven/transform_set_parser_test_support.dart |
| test/src/services/correction/fix/directives_ordering_test.dart |
| test/src/services/correction/fix/extend_class_for_mixin_test.dart |
| test/src/services/correction/fix/extract_local_variable_test.dart |
| test/src/services/correction/fix/fix_in_file_test.dart |
| test/src/services/correction/fix/fix_processor.dart |
| test/src/services/correction/fix/fix_processor_map_test.dart |
| test/src/services/correction/fix/fix_test.dart |
| test/src/services/correction/fix/format_file_test.dart |
| test/src/services/correction/fix/ignore_diagnostic_test.dart |
| test/src/services/correction/fix/import_library_prefix_test.dart |
| test/src/services/correction/fix/import_library_project_test.dart |
| test/src/services/correction/fix/import_library_sdk_test.dart |
| test/src/services/correction/fix/import_library_show_test.dart |
| test/src/services/correction/fix/inline_invocation_test.dart |
| test/src/services/correction/fix/inline_typedef_test.dart |
| test/src/services/correction/fix/insert_body_test.dart |
| test/src/services/correction/fix/insert_semicolon_test.dart |
| test/src/services/correction/fix/make_class_abstract_test.dart |
| test/src/services/correction/fix/make_conditional_on_debug_mode_test.dart |
| test/src/services/correction/fix/make_field_not_final_test.dart |
| test/src/services/correction/fix/make_field_public_test.dart |
| test/src/services/correction/fix/make_final_test.dart |
| test/src/services/correction/fix/make_required_named_parameters_first_test.dart |
| test/src/services/correction/fix/make_return_type_nullable_test.dart |
| test/src/services/correction/fix/make_super_invocation_last_test.dart |
| test/src/services/correction/fix/make_variable_not_final_test.dart |
| test/src/services/correction/fix/make_variable_nullable_test.dart |
| test/src/services/correction/fix/move_annotation_to_library_directive_test.dart |
| test/src/services/correction/fix/move_doc_comment_to_library_directive_test.dart |
| test/src/services/correction/fix/move_type_arguments_to_class_test.dart |
| test/src/services/correction/fix/organize_imports_test.dart |
| test/src/services/correction/fix/pubspec/add_dependency_test.dart |
| test/src/services/correction/fix/pubspec/missing_name_test.dart |
| test/src/services/correction/fix/pubspec/test_all.dart |
| test/src/services/correction/fix/pubspec/test_support.dart |
| test/src/services/correction/fix/qualify_reference_test.dart |
| test/src/services/correction/fix/remove_abstract_test.dart |
| test/src/services/correction/fix/remove_annotation_test.dart |
| test/src/services/correction/fix/remove_argument_test.dart |
| test/src/services/correction/fix/remove_assertion_test.dart |
| test/src/services/correction/fix/remove_assignment_test.dart |
| test/src/services/correction/fix/remove_await_test.dart |
| test/src/services/correction/fix/remove_break_test.dart |
| test/src/services/correction/fix/remove_character_test.dart |
| test/src/services/correction/fix/remove_comma_test.dart |
| test/src/services/correction/fix/remove_comparison_test.dart |
| test/src/services/correction/fix/remove_const_test.dart |
| test/src/services/correction/fix/remove_constructor_name_test.dart |
| test/src/services/correction/fix/remove_constructor_test.dart |
| test/src/services/correction/fix/remove_dead_code_test.dart |
| test/src/services/correction/fix/remove_default_value_test.dart |
| test/src/services/correction/fix/remove_deprecated_new_in_comment_reference_test.dart |
| test/src/services/correction/fix/remove_duplicate_case_test.dart |
| test/src/services/correction/fix/remove_empty_catch_test.dart |
| test/src/services/correction/fix/remove_empty_constructor_body_test.dart |
| test/src/services/correction/fix/remove_empty_else_test.dart |
| test/src/services/correction/fix/remove_empty_statement_test.dart |
| test/src/services/correction/fix/remove_extends_clause_test.dart |
| test/src/services/correction/fix/remove_if_null_operator_test.dart |
| test/src/services/correction/fix/remove_initializer_test.dart |
| test/src/services/correction/fix/remove_interpolation_braces_test.dart |
| test/src/services/correction/fix/remove_invocation_test.dart |
| test/src/services/correction/fix/remove_late_test.dart |
| test/src/services/correction/fix/remove_leading_underscore_test.dart |
| test/src/services/correction/fix/remove_lexeme_test.dart |
| test/src/services/correction/fix/remove_library_name_test.dart |
| test/src/services/correction/fix/remove_method_declaration_test.dart |
| test/src/services/correction/fix/remove_name_from_combinator_test.dart |
| test/src/services/correction/fix/remove_name_from_declaration_clause_test.dart |
| test/src/services/correction/fix/remove_non_null_assertion_test.dart |
| test/src/services/correction/fix/remove_on_clause_test.dart |
| test/src/services/correction/fix/remove_operator_test.dart |
| test/src/services/correction/fix/remove_parameters_in_getter_declaration_test.dart |
| test/src/services/correction/fix/remove_parentheses_in_getter_invocation_test.dart |
| test/src/services/correction/fix/remove_print_test.dart |
| test/src/services/correction/fix/remove_question_mark_test.dart |
| test/src/services/correction/fix/remove_required_test.dart |
| test/src/services/correction/fix/remove_returned_value_test.dart |
| test/src/services/correction/fix/remove_this_expression_test.dart |
| test/src/services/correction/fix/remove_type_annotation_test.dart |
| test/src/services/correction/fix/remove_type_arguments_test.dart |
| test/src/services/correction/fix/remove_unexpected_underscores_test.dart |
| test/src/services/correction/fix/remove_unnecessary_cast_test.dart |
| test/src/services/correction/fix/remove_unnecessary_const_test.dart |
| test/src/services/correction/fix/remove_unnecessary_final_test.dart |
| test/src/services/correction/fix/remove_unnecessary_late_test.dart |
| test/src/services/correction/fix/remove_unnecessary_library_directive_test.dart |
| test/src/services/correction/fix/remove_unnecessary_new_test.dart |
| test/src/services/correction/fix/remove_unnecessary_parentheses_test.dart |
| test/src/services/correction/fix/remove_unnecessary_raw_string_test.dart |
| test/src/services/correction/fix/remove_unnecessary_string_escapes_test.dart |
| test/src/services/correction/fix/remove_unnecessary_string_interpolation_test.dart |
| test/src/services/correction/fix/remove_unnecessary_to_list_test.dart |
| test/src/services/correction/fix/remove_unnecessary_wildcard_pattern_test.dart |
| test/src/services/correction/fix/remove_unused_catch_clause_test.dart |
| test/src/services/correction/fix/remove_unused_catch_stack_test.dart |
| test/src/services/correction/fix/remove_unused_element_test.dart |
| test/src/services/correction/fix/remove_unused_field_test.dart |
| test/src/services/correction/fix/remove_unused_import_test.dart |
| test/src/services/correction/fix/remove_unused_label_test.dart |
| test/src/services/correction/fix/remove_unused_local_variable_test.dart |
| test/src/services/correction/fix/remove_unused_parameter_test.dart |
| test/src/services/correction/fix/remove_var_keyword_test.dart |
| test/src/services/correction/fix/remove_var_test.dart |
| test/src/services/correction/fix/rename_method_parameter_test.dart |
| test/src/services/correction/fix/rename_to_camel_case_test.dart |
| test/src/services/correction/fix/replace_boolean_with_bool_test.dart |
| test/src/services/correction/fix/replace_cascade_with_dot_test.dart |
| test/src/services/correction/fix/replace_colon_with_equals_test.dart |
| test/src/services/correction/fix/replace_colon_with_in_test.dart |
| test/src/services/correction/fix/replace_container_with_colored_box_test.dart |
| test/src/services/correction/fix/replace_container_with_sized_box_test.dart |
| test/src/services/correction/fix/replace_empty_amp_pattern_test.dart |
| test/src/services/correction/fix/replace_final_with_const_test.dart |
| test/src/services/correction/fix/replace_final_with_var_test.dart |
| test/src/services/correction/fix/replace_new_with_const_test.dart |
| test/src/services/correction/fix/replace_null_check_with_cast_test.dart |
| test/src/services/correction/fix/replace_null_with_closure_test.dart |
| test/src/services/correction/fix/replace_null_with_void_test.dart |
| test/src/services/correction/fix/replace_return_type_future_test.dart |
| test/src/services/correction/fix/replace_return_type_iterable_test.dart |
| test/src/services/correction/fix/replace_return_type_stream_test.dart |
| test/src/services/correction/fix/replace_return_type_test.dart |
| test/src/services/correction/fix/replace_var_with_dynamic_test.dart |
| test/src/services/correction/fix/replace_with_arrow_test.dart |
| test/src/services/correction/fix/replace_with_brackets_test.dart |
| test/src/services/correction/fix/replace_with_conditional_assignment_test.dart |
| test/src/services/correction/fix/replace_with_decorated_box_test.dart |
| test/src/services/correction/fix/replace_with_eight_digit_hex_test.dart |
| test/src/services/correction/fix/replace_with_extension_name_test.dart |
| test/src/services/correction/fix/replace_with_identifier_test.dart |
| test/src/services/correction/fix/replace_with_interpolation_test.dart |
| test/src/services/correction/fix/replace_with_is_empty_test.dart |
| test/src/services/correction/fix/replace_with_is_nan_test.dart |
| test/src/services/correction/fix/replace_with_is_not_empty_test.dart |
| test/src/services/correction/fix/replace_with_named_constant_test.dart |
| test/src/services/correction/fix/replace_with_not_null_aware_test.dart |
| test/src/services/correction/fix/replace_with_null_aware_test.dart |
| test/src/services/correction/fix/replace_with_part_of_uri_test.dart |
| test/src/services/correction/fix/replace_with_tear_off_test.dart |
| test/src/services/correction/fix/replace_with_unicode_escape_test.dart |
| test/src/services/correction/fix/replace_with_var_test.dart |
| test/src/services/correction/fix/replace_with_wildcard_test.dart |
| test/src/services/correction/fix/sort_child_property_last_test.dart |
| test/src/services/correction/fix/sort_combinators_test.dart |
| test/src/services/correction/fix/sort_constructor_first_test.dart |
| test/src/services/correction/fix/sort_unnamed_constructor_first_test.dart |
| test/src/services/correction/fix/split_multiple_declarations_test.dart |
| test/src/services/correction/fix/surround_with_parentheses_test.dart |
| test/src/services/correction/fix/test_all.dart |
| test/src/services/correction/fix/update_sdk_constraints_test.dart |
| test/src/services/correction/fix/use_curly_braces_test.dart |
| test/src/services/correction/fix/use_effective_integer_division_test.dart |
| test/src/services/correction/fix/use_eq_eq_null_test.dart |
| test/src/services/correction/fix/use_is_not_empty_test.dart |
| test/src/services/correction/fix/use_not_eq_null_test.dart |
| test/src/services/correction/fix/use_rethrow_test.dart |
| test/src/services/correction/fix/wrap_in_text_test.dart |
| test/src/services/correction/fix/wrap_in_unawaited_test.dart |
| test/src/services/correction/test_all.dart |
| test/src/services/flutter/constants.dart |
| test/src/services/flutter/container_properties_test.dart |
| test/src/services/flutter/test_all.dart |
| test/src/services/flutter/widget_description.dart |
| test/src/services/flutter/widget_descriptions_test.dart |
| test/src/services/refactoring/convert_all_formal_parameters_to_named_test.dart |
| test/src/services/refactoring/convert_selected_formal_parameters_to_named_test.dart |
| test/src/services/refactoring/move_selected_formal_parameters_left_test.dart |
| test/src/services/refactoring/move_top_level_to_file_test.dart |
| test/src/services/refactoring/refactoring_test_support.dart |
| test/src/services/refactoring/test_all.dart |
| test/src/services/test_all.dart |
| test/src/test_all.dart |
| test/src/utilities/extensions/ast_test.dart |
| test/src/utilities/extensions/range_factory_test.dart |
| test/src/utilities/extensions/string_test.dart |
| test/src/utilities/extensions/test_all.dart |
| test/src/utilities/json_test.dart |
| test/src/utilities/profiling_test.dart |
| test/src/utilities/selection_test.dart |
| test/src/utilities/source_change_merger_test.dart |
| test/src/utilities/strings_test.dart |
| test/src/utilities/test_all.dart |
| test/stress/completion/completion.dart |
| test/stress/completion/completion_runner.dart |
| test/stress/replay/operation.dart |
| test/stress/replay/replay.dart |
| test/stress/utilities/git.dart |
| test/stress/utilities/logger.dart |
| test/stress/utilities/server.dart |
| test/support/configuration_files.dart |
| test/test_all.dart |
| test/test_macros.dart |
| test/timing/completion/completion_simple.dart |
| test/timing/timing_framework.dart |
| test/tool/completion_metrics/metrics_util_test.dart |
| test/tool/completion_metrics/test_all.dart |
| test/tool/lsp_spec/dart_test.dart |
| test/tool/lsp_spec/generated_classes_test.dart |
| test/tool/lsp_spec/json_test.dart |
| test/tool/lsp_spec/matchers.dart |
| test/tool/lsp_spec/meta_model_test.dart |
| test/tool/lsp_spec/readme_test.dart |
| test/tool/lsp_spec/test_all.dart |
| test/tool/test_all.dart |
| test/utilities/test_all.dart |
| test/utilities/usage_tracking/test_all.dart |
| test/utilities/usage_tracking/usage_tracking_test.dart |
| test/utils/lsp_protocol_extensions.dart |
| test/utils/test_code_extensions.dart |
| test/utils/test_instrumentation_service.dart |
| test/utils/test_support.dart |
| test/verify_error_fix_status_test.dart |
| test/verify_no_utf8_encode_test.dart |
| test/verify_sorted_test.dart |
| test/verify_tests_test.dart |
| tool/bulk_fix/supported_diagnostics.dart |
| tool/bulk_fix/supported_lints.dart |
| tool/code_completion/benchmark/flutter.dart |
| tool/code_completion/benchmark/sliding_statistics.dart |
| tool/code_completion/code_metrics.dart |
| tool/code_completion/completion_at.dart |
| tool/code_completion/completion_metrics_base.dart |
| tool/code_completion/completion_metrics_client.dart |
| tool/code_completion/corpus.dart |
| tool/code_completion/implicit_type_declarations.dart |
| tool/code_completion/metrics_util.dart |
| tool/code_completion/output_utilities.dart |
| tool/codebase/failing_tests.dart |
| tool/generate_testing_package.dart |
| tool/instrumentation/log/log.dart |
| tool/instrumentation/log_viewer.dart |
| tool/instrumentation/page/log_page.dart |
| tool/instrumentation/page/page_writer.dart |
| tool/instrumentation/page/stats_page.dart |
| tool/instrumentation/server.dart |
| tool/lsp_spec/codegen_dart.dart |
| tool/lsp_spec/generate_all.dart |
| tool/lsp_spec/meta_model.dart |
| tool/lsp_spec/meta_model_cleaner.dart |
| tool/lsp_spec/meta_model_reader.dart |
| tool/lsp_test_with_parameters.dart |
| tool/presubmit/verify_error_fix_status.dart |
| tool/spec/api.dart |
| tool/spec/check_all_test.dart |
| tool/spec/codegen_analysis_server.dart |
| tool/spec/codegen_dart.dart |
| tool/spec/codegen_dart_notification_handler.dart |
| tool/spec/codegen_dart_protocol.dart |
| tool/spec/codegen_inttest_methods.dart |
| tool/spec/codegen_java.dart |
| tool/spec/codegen_java_types.dart |
| tool/spec/codegen_matchers.dart |
| tool/spec/codegen_protocol_constants.dart |
| tool/spec/from_html.dart |
| tool/spec/generate_all.dart |
| tool/spec/implied_types.dart |
| tool/spec/to_html.dart |