Add a file to track all codes and fix status

Also sort a few files.

In general only "has fix(es)" and "needs evaluation" has been marked so far.

Evaluations will come later.

Change-Id: Ibc2207a17ac158db795920216af2a7e9f376658c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/230543
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
diff --git a/pkg/analysis_server/lib/src/services/correction/error_fix_status.txt b/pkg/analysis_server/lib/src/services/correction/error_fix_status.txt
new file mode 100644
index 0000000..badc576
--- /dev/null
+++ b/pkg/analysis_server/lib/src/services/correction/error_fix_status.txt
@@ -0,0 +1,1079 @@
+This file contains, for each analysis code and lint name:
+* "has fix(es)", if the code has fix(es)
+* "needs evaluation", if the code has not been evaluated in terms of fixes
+* "needs fix", if the code needs a fix, with a possible issue link
+* "fixes infeasible", if it has been deemed infeasible to write a fix for this code
+
+TODO(srawlins): Add lint names not found in LintNames?
+
+Stats:
+* 808 "needs evaluation"
+* 253 "has fix(es)"
+
+AnalysisOptionsErrorCode.INCLUDED_FILE_PARSE_ERROR: needs evaluation
+AnalysisOptionsErrorCode.PARSE_ERROR: needs evaluation
+AnalysisOptionsHintCode.PREVIEW_DART_2_SETTING_DEPRECATED: needs evaluation
+AnalysisOptionsHintCode.STRONG_MODE_SETTING_DEPRECATED: needs evaluation
+AnalysisOptionsHintCode.SUPER_MIXINS_SETTING_DEPRECATED: needs evaluation
+AnalysisOptionsWarningCode.ANALYSIS_OPTION_DEPRECATED: needs evaluation
+AnalysisOptionsWarningCode.INCLUDE_FILE_NOT_FOUND: needs evaluation
+AnalysisOptionsWarningCode.INCLUDED_FILE_WARNING: needs evaluation
+AnalysisOptionsWarningCode.INVALID_OPTION: needs evaluation
+AnalysisOptionsWarningCode.INVALID_SECTION_FORMAT: needs evaluation
+AnalysisOptionsWarningCode.SPEC_MODE_REMOVED: needs evaluation
+AnalysisOptionsWarningCode.UNRECOGNIZED_ERROR_CODE: needs evaluation
+AnalysisOptionsWarningCode.UNSUPPORTED_OPTION_WITH_LEGAL_VALUE: needs evaluation
+AnalysisOptionsWarningCode.UNSUPPORTED_OPTION_WITH_LEGAL_VALUES: needs evaluation
+AnalysisOptionsWarningCode.UNSUPPORTED_OPTION_WITHOUT_VALUES: needs evaluation
+AnalysisOptionsWarningCode.UNSUPPORTED_VALUE: needs evaluation
+CompileTimeErrorCode.ABSTRACT_FIELD_CONSTRUCTOR_INITIALIZER: needs evaluation
+CompileTimeErrorCode.ABSTRACT_FIELD_INITIALIZER: needs evaluation
+CompileTimeErrorCode.ABSTRACT_SUPER_MEMBER_REFERENCE: needs evaluation
+CompileTimeErrorCode.AMBIGUOUS_EXPORT: needs evaluation
+CompileTimeErrorCode.AMBIGUOUS_EXTENSION_MEMBER_ACCESS: needs evaluation
+CompileTimeErrorCode.AMBIGUOUS_IMPORT: needs evaluation
+CompileTimeErrorCode.AMBIGUOUS_SET_OR_MAP_LITERAL_BOTH: needs evaluation
+CompileTimeErrorCode.AMBIGUOUS_SET_OR_MAP_LITERAL_EITHER: needs evaluation
+CompileTimeErrorCode.ARGUMENT_TYPE_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.ASSERT_IN_REDIRECTING_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.ASSIGNMENT_TO_CONST: needs evaluation
+CompileTimeErrorCode.ASSIGNMENT_TO_FINAL: has fix(es)
+CompileTimeErrorCode.ASSIGNMENT_TO_FINAL_LOCAL: has fix(es)
+CompileTimeErrorCode.ASSIGNMENT_TO_FINAL_NO_SETTER: needs evaluation
+CompileTimeErrorCode.ASSIGNMENT_TO_FUNCTION: needs evaluation
+CompileTimeErrorCode.ASSIGNMENT_TO_METHOD: needs evaluation
+CompileTimeErrorCode.ASSIGNMENT_TO_TYPE: needs evaluation
+CompileTimeErrorCode.ASYNC_FOR_IN_WRONG_CONTEXT: has fix(es)
+CompileTimeErrorCode.AWAIT_IN_LATE_LOCAL_VARIABLE_INITIALIZER: needs evaluation
+CompileTimeErrorCode.AWAIT_IN_WRONG_CONTEXT: has fix(es)
+CompileTimeErrorCode.BODY_MIGHT_COMPLETE_NORMALLY: has fix(es)
+CompileTimeErrorCode.BREAK_LABEL_ON_SWITCH_MEMBER: needs evaluation
+CompileTimeErrorCode.BUILT_IN_IDENTIFIER_AS_EXTENSION_NAME: needs evaluation
+CompileTimeErrorCode.BUILT_IN_IDENTIFIER_AS_PREFIX_NAME: needs evaluation
+CompileTimeErrorCode.BUILT_IN_IDENTIFIER_AS_TYPE: needs evaluation
+CompileTimeErrorCode.BUILT_IN_IDENTIFIER_AS_TYPE_NAME: needs evaluation
+CompileTimeErrorCode.BUILT_IN_IDENTIFIER_AS_TYPE_PARAMETER_NAME: needs evaluation
+CompileTimeErrorCode.BUILT_IN_IDENTIFIER_AS_TYPEDEF_NAME: needs evaluation
+CompileTimeErrorCode.CASE_BLOCK_NOT_TERMINATED: needs evaluation
+CompileTimeErrorCode.CASE_EXPRESSION_TYPE_IMPLEMENTS_EQUALS: needs evaluation
+CompileTimeErrorCode.CASE_EXPRESSION_TYPE_IS_NOT_SWITCH_EXPRESSION_SUBTYPE: needs evaluation
+CompileTimeErrorCode.CAST_TO_NON_TYPE: has fix(es)
+CompileTimeErrorCode.CLASS_INSTANTIATION_ACCESS_TO_INSTANCE_MEMBER: needs evaluation
+CompileTimeErrorCode.CLASS_INSTANTIATION_ACCESS_TO_STATIC_MEMBER: needs evaluation
+CompileTimeErrorCode.CLASS_INSTANTIATION_ACCESS_TO_UNKNOWN_MEMBER: needs evaluation
+CompileTimeErrorCode.CONCRETE_CLASS_WITH_ABSTRACT_MEMBER: has fix(es)
+CompileTimeErrorCode.CONFLICTING_CONSTRUCTOR_AND_STATIC_FIELD: needs evaluation
+CompileTimeErrorCode.CONFLICTING_CONSTRUCTOR_AND_STATIC_GETTER: needs evaluation
+CompileTimeErrorCode.CONFLICTING_CONSTRUCTOR_AND_STATIC_METHOD: needs evaluation
+CompileTimeErrorCode.CONFLICTING_CONSTRUCTOR_AND_STATIC_SETTER: needs evaluation
+CompileTimeErrorCode.CONFLICTING_FIELD_AND_METHOD: needs evaluation
+CompileTimeErrorCode.CONFLICTING_GENERIC_INTERFACES: needs evaluation
+CompileTimeErrorCode.CONFLICTING_METHOD_AND_FIELD: needs evaluation
+CompileTimeErrorCode.CONFLICTING_STATIC_AND_INSTANCE: needs evaluation
+CompileTimeErrorCode.CONFLICTING_TYPE_VARIABLE_AND_CLASS: needs evaluation
+CompileTimeErrorCode.CONFLICTING_TYPE_VARIABLE_AND_EXTENSION: needs evaluation
+CompileTimeErrorCode.CONFLICTING_TYPE_VARIABLE_AND_MEMBER_CLASS: needs evaluation
+CompileTimeErrorCode.CONFLICTING_TYPE_VARIABLE_AND_MEMBER_EXTENSION: needs evaluation
+CompileTimeErrorCode.CONFLICTING_TYPE_VARIABLE_AND_MEMBER_MIXIN: needs evaluation
+CompileTimeErrorCode.CONFLICTING_TYPE_VARIABLE_AND_MIXIN: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_FIELD_TYPE_MISMATCH: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_PARAM_TYPE_MISMATCH: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_THROWS_EXCEPTION: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_WITH_FIELD_INITIALIZED_BY_NON_CONST: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_WITH_MIXIN_WITH_FIELD: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_WITH_MIXIN_WITH_FIELDS: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_WITH_NON_CONST_SUPER: needs evaluation
+CompileTimeErrorCode.CONST_CONSTRUCTOR_WITH_NON_FINAL_FIELD: needs evaluation
+CompileTimeErrorCode.CONST_DEFERRED_CLASS: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_THROWS_EXCEPTION: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_THROWS_IDBZE: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_TYPE_BOOL: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_TYPE_BOOL_INT: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_TYPE_BOOL_NUM_STRING: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_TYPE_INT: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_TYPE_NUM: needs evaluation
+CompileTimeErrorCode.CONST_EVAL_TYPE_TYPE: needs evaluation
+CompileTimeErrorCode.CONST_FIELD_INITIALIZER_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.CONST_INITIALIZED_WITH_NON_CONSTANT_VALUE: has fix(es)
+CompileTimeErrorCode.CONST_INITIALIZED_WITH_NON_CONSTANT_VALUE_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.CONST_INSTANCE_FIELD: has fix(es)
+CompileTimeErrorCode.CONST_MAP_KEY_EXPRESSION_TYPE_IMPLEMENTS_EQUALS: needs evaluation
+CompileTimeErrorCode.CONST_NOT_INITIALIZED: needs evaluation
+CompileTimeErrorCode.CONST_SET_ELEMENT_TYPE_IMPLEMENTS_EQUALS: needs evaluation
+CompileTimeErrorCode.CONST_SPREAD_EXPECTED_LIST_OR_SET: needs evaluation
+CompileTimeErrorCode.CONST_SPREAD_EXPECTED_MAP: needs evaluation
+CompileTimeErrorCode.CONST_WITH_NON_CONST: has fix(es)
+CompileTimeErrorCode.CONST_WITH_NON_CONSTANT_ARGUMENT: needs evaluation
+CompileTimeErrorCode.CONST_WITH_NON_TYPE: has fix(es)
+CompileTimeErrorCode.CONST_WITH_TYPE_PARAMETERS: needs evaluation
+CompileTimeErrorCode.CONST_WITH_TYPE_PARAMETERS_CONSTRUCTOR_TEAROFF: needs evaluation
+CompileTimeErrorCode.CONST_WITH_TYPE_PARAMETERS_FUNCTION_TEAROFF: needs evaluation
+CompileTimeErrorCode.CONST_WITH_UNDEFINED_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.CONST_WITH_UNDEFINED_CONSTRUCTOR_DEFAULT: needs evaluation
+CompileTimeErrorCode.CONTINUE_LABEL_ON_SWITCH: needs evaluation
+CompileTimeErrorCode.COULD_NOT_INFER: needs evaluation
+CompileTimeErrorCode.DEFAULT_LIST_CONSTRUCTOR: has fix(es)
+CompileTimeErrorCode.DEFAULT_VALUE_IN_REDIRECTING_FACTORY_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.DEFAULT_VALUE_ON_REQUIRED_PARAMETER: needs evaluation
+CompileTimeErrorCode.DEFERRED_IMPORT_OF_EXTENSION: needs evaluation
+CompileTimeErrorCode.DEFINITELY_UNASSIGNED_LATE_LOCAL_VARIABLE: needs evaluation
+CompileTimeErrorCode.DISALLOWED_TYPE_INSTANTIATION_EXPRESSION: needs evaluation
+CompileTimeErrorCode.DUPLICATE_CONSTRUCTOR_DEFAULT: needs evaluation
+CompileTimeErrorCode.DUPLICATE_CONSTRUCTOR_NAME: needs evaluation
+CompileTimeErrorCode.DUPLICATE_DEFINITION: needs evaluation
+CompileTimeErrorCode.DUPLICATE_FIELD_FORMAL_PARAMETER: needs evaluation
+CompileTimeErrorCode.DUPLICATE_NAMED_ARGUMENT: needs evaluation
+CompileTimeErrorCode.DUPLICATE_PART: needs evaluation
+CompileTimeErrorCode.ENUM_CONSTANT_SAME_NAME_AS_ENCLOSING: needs evaluation
+CompileTimeErrorCode.EQUAL_ELEMENTS_IN_CONST_SET: needs evaluation
+CompileTimeErrorCode.EQUAL_KEYS_IN_CONST_MAP: needs evaluation
+CompileTimeErrorCode.EXPECTED_ONE_LIST_TYPE_ARGUMENTS: needs evaluation
+CompileTimeErrorCode.EXPECTED_ONE_SET_TYPE_ARGUMENTS: needs evaluation
+CompileTimeErrorCode.EXPECTED_TWO_MAP_TYPE_ARGUMENTS: needs evaluation
+CompileTimeErrorCode.EXPORT_INTERNAL_LIBRARY: needs evaluation
+CompileTimeErrorCode.EXPORT_LEGACY_SYMBOL: needs evaluation
+CompileTimeErrorCode.EXPORT_OF_NON_LIBRARY: needs evaluation
+CompileTimeErrorCode.EXPRESSION_IN_MAP: needs evaluation
+CompileTimeErrorCode.EXTENDS_DEFERRED_CLASS: needs evaluation
+CompileTimeErrorCode.EXTENDS_DISALLOWED_CLASS: needs evaluation
+CompileTimeErrorCode.EXTENDS_NON_CLASS: has fix(es)
+CompileTimeErrorCode.EXTENDS_TYPE_ALIAS_EXPANDS_TO_TYPE_PARAMETER: needs evaluation
+CompileTimeErrorCode.EXTENSION_AS_EXPRESSION: needs evaluation
+CompileTimeErrorCode.EXTENSION_CONFLICTING_STATIC_AND_INSTANCE: needs evaluation
+CompileTimeErrorCode.EXTENSION_DECLARES_MEMBER_OF_OBJECT: needs evaluation
+CompileTimeErrorCode.EXTENSION_OVERRIDE_ACCESS_TO_STATIC_MEMBER: has fix(es)
+CompileTimeErrorCode.EXTENSION_OVERRIDE_ARGUMENT_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.EXTENSION_OVERRIDE_WITH_CASCADE: needs evaluation
+CompileTimeErrorCode.EXTENSION_OVERRIDE_WITHOUT_ACCESS: needs evaluation
+CompileTimeErrorCode.EXTERNAL_FIELD_CONSTRUCTOR_INITIALIZER: needs evaluation
+CompileTimeErrorCode.EXTERNAL_FIELD_INITIALIZER: needs evaluation
+CompileTimeErrorCode.EXTERNAL_VARIABLE_INITIALIZER: needs evaluation
+CompileTimeErrorCode.EXTRA_POSITIONAL_ARGUMENTS: has fix(es)
+CompileTimeErrorCode.EXTRA_POSITIONAL_ARGUMENTS_COULD_BE_NAMED: has fix(es)
+CompileTimeErrorCode.FIELD_INITIALIZED_BY_MULTIPLE_INITIALIZERS: needs evaluation
+CompileTimeErrorCode.FIELD_INITIALIZED_IN_INITIALIZER_AND_DECLARATION: needs evaluation
+CompileTimeErrorCode.FIELD_INITIALIZED_IN_PARAMETER_AND_INITIALIZER: needs evaluation
+CompileTimeErrorCode.FIELD_INITIALIZER_FACTORY_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.FIELD_INITIALIZER_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.FIELD_INITIALIZER_OUTSIDE_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.FIELD_INITIALIZER_REDIRECTING_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.FIELD_INITIALIZING_FORMAL_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.FINAL_INITIALIZED_IN_DECLARATION_AND_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.FINAL_NOT_INITIALIZED: has fix(es)
+CompileTimeErrorCode.FINAL_NOT_INITIALIZED_CONSTRUCTOR_1: has fix(es)
+CompileTimeErrorCode.FINAL_NOT_INITIALIZED_CONSTRUCTOR_2: has fix(es)
+CompileTimeErrorCode.FINAL_NOT_INITIALIZED_CONSTRUCTOR_3_PLUS: has fix(es)
+CompileTimeErrorCode.FOR_IN_OF_INVALID_ELEMENT_TYPE: needs evaluation
+CompileTimeErrorCode.FOR_IN_OF_INVALID_TYPE: needs evaluation
+CompileTimeErrorCode.FOR_IN_WITH_CONST_VARIABLE: needs evaluation
+CompileTimeErrorCode.GENERIC_FUNCTION_TYPE_CANNOT_BE_BOUND: needs evaluation
+CompileTimeErrorCode.GENERIC_FUNCTION_TYPE_CANNOT_BE_TYPE_ARGUMENT: needs evaluation
+CompileTimeErrorCode.GENERIC_METHOD_TYPE_INSTANTIATION_ON_DYNAMIC: needs evaluation
+CompileTimeErrorCode.GETTER_NOT_ASSIGNABLE_SETTER_TYPES: needs evaluation
+CompileTimeErrorCode.GETTER_NOT_SUBTYPE_SETTER_TYPES: needs evaluation
+CompileTimeErrorCode.IF_ELEMENT_CONDITION_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.ILLEGAL_ASYNC_GENERATOR_RETURN_TYPE: has fix(es)
+CompileTimeErrorCode.ILLEGAL_ASYNC_RETURN_TYPE: has fix(es)
+CompileTimeErrorCode.ILLEGAL_SYNC_GENERATOR_RETURN_TYPE: has fix(es)
+CompileTimeErrorCode.IMPLEMENTS_DEFERRED_CLASS: needs evaluation
+CompileTimeErrorCode.IMPLEMENTS_DISALLOWED_CLASS: needs evaluation
+CompileTimeErrorCode.IMPLEMENTS_NON_CLASS: has fix(es)
+CompileTimeErrorCode.IMPLEMENTS_REPEATED: needs evaluation
+CompileTimeErrorCode.IMPLEMENTS_SUPER_CLASS: needs evaluation
+CompileTimeErrorCode.IMPLEMENTS_TYPE_ALIAS_EXPANDS_TO_TYPE_PARAMETER: needs evaluation
+CompileTimeErrorCode.IMPLICIT_THIS_REFERENCE_IN_INITIALIZER: needs evaluation
+CompileTimeErrorCode.IMPLICIT_UNNAMED_SUPER_CONSTRUCTOR_INVOCATION_MISSING_REQUIRED_ARGUMENT: has fix(es)
+CompileTimeErrorCode.IMPLICIT_UNNAMED_SUPER_CONSTRUCTOR_INVOCATION_NOT_ENOUGH_POSITIONAL_ARGUMENTS: has fix(es)
+CompileTimeErrorCode.IMPORT_INTERNAL_LIBRARY: needs evaluation
+CompileTimeErrorCode.IMPORT_OF_NON_LIBRARY: needs evaluation
+CompileTimeErrorCode.INCONSISTENT_CASE_EXPRESSION_TYPES: needs evaluation
+CompileTimeErrorCode.INCONSISTENT_INHERITANCE: needs evaluation
+CompileTimeErrorCode.INCONSISTENT_INHERITANCE_GETTER_AND_METHOD: needs evaluation
+CompileTimeErrorCode.INCONSISTENT_LANGUAGE_VERSION_OVERRIDE: needs evaluation
+CompileTimeErrorCode.INITIALIZER_FOR_NON_EXISTENT_FIELD: needs evaluation
+CompileTimeErrorCode.INITIALIZER_FOR_STATIC_FIELD: needs evaluation
+CompileTimeErrorCode.INITIALIZING_FORMAL_FOR_NON_EXISTENT_FIELD: has fix(es)
+CompileTimeErrorCode.INSTANCE_ACCESS_TO_STATIC_MEMBER: has fix(es)
+CompileTimeErrorCode.INSTANCE_ACCESS_TO_STATIC_MEMBER_OF_UNNAMED_EXTENSION: needs evaluation
+CompileTimeErrorCode.INSTANCE_MEMBER_ACCESS_FROM_FACTORY: needs evaluation
+CompileTimeErrorCode.INSTANCE_MEMBER_ACCESS_FROM_STATIC: needs evaluation
+CompileTimeErrorCode.INSTANTIATE_ABSTRACT_CLASS: needs evaluation
+CompileTimeErrorCode.INSTANTIATE_ENUM: needs evaluation
+CompileTimeErrorCode.INSTANTIATE_TYPE_ALIAS_EXPANDS_TO_TYPE_PARAMETER: needs evaluation
+CompileTimeErrorCode.INTEGER_LITERAL_IMPRECISE_AS_DOUBLE: has fix(es)
+CompileTimeErrorCode.INTEGER_LITERAL_OUT_OF_RANGE: needs evaluation
+CompileTimeErrorCode.INVALID_ANNOTATION: has fix(es)
+CompileTimeErrorCode.INVALID_ANNOTATION_CONSTANT_VALUE_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.INVALID_ANNOTATION_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.INVALID_ASSIGNMENT: has fix(es)
+CompileTimeErrorCode.INVALID_CAST_FUNCTION: needs evaluation
+CompileTimeErrorCode.INVALID_CAST_FUNCTION_EXPR: needs evaluation
+CompileTimeErrorCode.INVALID_CAST_LITERAL: needs evaluation
+CompileTimeErrorCode.INVALID_CAST_LITERAL_LIST: needs evaluation
+CompileTimeErrorCode.INVALID_CAST_LITERAL_MAP: needs evaluation
+CompileTimeErrorCode.INVALID_CAST_LITERAL_SET: needs evaluation
+CompileTimeErrorCode.INVALID_CAST_METHOD: needs evaluation
+CompileTimeErrorCode.INVALID_CAST_NEW_EXPR: needs evaluation
+CompileTimeErrorCode.INVALID_CONSTANT: needs evaluation
+CompileTimeErrorCode.INVALID_EXTENSION_ARGUMENT_COUNT: needs evaluation
+CompileTimeErrorCode.INVALID_FACTORY_NAME_NOT_A_CLASS: needs evaluation
+CompileTimeErrorCode.INVALID_IMPLEMENTATION_OVERRIDE: needs evaluation
+CompileTimeErrorCode.INVALID_INLINE_FUNCTION_TYPE: needs evaluation
+CompileTimeErrorCode.INVALID_MODIFIER_ON_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.INVALID_MODIFIER_ON_SETTER: needs evaluation
+CompileTimeErrorCode.INVALID_OVERRIDE: has fix(es)
+CompileTimeErrorCode.INVALID_REFERENCE_TO_THIS: needs evaluation
+CompileTimeErrorCode.INVALID_SUPER_FORMAL_PARAMETER_LOCATION: needs evaluation
+CompileTimeErrorCode.INVALID_TYPE_ARGUMENT_IN_CONST_LIST: needs evaluation
+CompileTimeErrorCode.INVALID_TYPE_ARGUMENT_IN_CONST_MAP: needs evaluation
+CompileTimeErrorCode.INVALID_TYPE_ARGUMENT_IN_CONST_SET: needs evaluation
+CompileTimeErrorCode.INVALID_URI: needs evaluation
+CompileTimeErrorCode.INVALID_USE_OF_COVARIANT: needs evaluation
+CompileTimeErrorCode.INVALID_USE_OF_NULL_VALUE: needs evaluation
+CompileTimeErrorCode.INVOCATION_OF_EXTENSION_WITHOUT_CALL: needs evaluation
+CompileTimeErrorCode.INVOCATION_OF_NON_FUNCTION: needs evaluation
+CompileTimeErrorCode.INVOCATION_OF_NON_FUNCTION_EXPRESSION: has fix(es)
+CompileTimeErrorCode.LABEL_IN_OUTER_SCOPE: needs evaluation
+CompileTimeErrorCode.LABEL_UNDEFINED: needs evaluation
+CompileTimeErrorCode.LATE_FINAL_FIELD_WITH_CONST_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.LATE_FINAL_LOCAL_ALREADY_ASSIGNED: needs evaluation
+CompileTimeErrorCode.LIST_ELEMENT_TYPE_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.MAIN_FIRST_POSITIONAL_PARAMETER_TYPE: needs evaluation
+CompileTimeErrorCode.MAIN_HAS_REQUIRED_NAMED_PARAMETERS: needs evaluation
+CompileTimeErrorCode.MAIN_HAS_TOO_MANY_REQUIRED_POSITIONAL_PARAMETERS: needs evaluation
+CompileTimeErrorCode.MAIN_IS_NOT_FUNCTION: needs evaluation
+CompileTimeErrorCode.MAP_ENTRY_NOT_IN_MAP: needs evaluation
+CompileTimeErrorCode.MAP_KEY_TYPE_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.MAP_VALUE_TYPE_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.MISSING_CONST_IN_LIST_LITERAL: needs evaluation
+CompileTimeErrorCode.MISSING_CONST_IN_MAP_LITERAL: needs evaluation
+CompileTimeErrorCode.MISSING_CONST_IN_SET_LITERAL: needs evaluation
+CompileTimeErrorCode.MISSING_DART_LIBRARY: needs evaluation
+CompileTimeErrorCode.MISSING_DEFAULT_VALUE_FOR_PARAMETER: has fix(es)
+CompileTimeErrorCode.MISSING_DEFAULT_VALUE_FOR_PARAMETER_WITH_ANNOTATION: has fix(es)
+CompileTimeErrorCode.MISSING_REQUIRED_ARGUMENT: has fix(es)
+CompileTimeErrorCode.MIXIN_APPLICATION_CONCRETE_SUPER_INVOKED_MEMBER_TYPE: needs evaluation
+CompileTimeErrorCode.MIXIN_APPLICATION_NO_CONCRETE_SUPER_INVOKED_MEMBER: needs evaluation
+CompileTimeErrorCode.MIXIN_APPLICATION_NOT_IMPLEMENTED_INTERFACE: has fix(es)
+CompileTimeErrorCode.MIXIN_CLASS_DECLARES_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.MIXIN_DEFERRED_CLASS: needs evaluation
+CompileTimeErrorCode.MIXIN_INHERITS_FROM_NOT_OBJECT: needs evaluation
+CompileTimeErrorCode.MIXIN_INSTANTIATE: needs evaluation
+CompileTimeErrorCode.MIXIN_OF_DISALLOWED_CLASS: needs evaluation
+CompileTimeErrorCode.MIXIN_OF_NON_CLASS: has fix(es)
+CompileTimeErrorCode.MIXIN_OF_TYPE_ALIAS_EXPANDS_TO_TYPE_PARAMETER: needs evaluation
+CompileTimeErrorCode.MIXIN_ON_TYPE_ALIAS_EXPANDS_TO_TYPE_PARAMETER: needs evaluation
+CompileTimeErrorCode.MIXIN_SUPER_CLASS_CONSTRAINT_DEFERRED_CLASS: needs evaluation
+CompileTimeErrorCode.MIXIN_SUPER_CLASS_CONSTRAINT_DISALLOWED_CLASS: needs evaluation
+CompileTimeErrorCode.MIXIN_SUPER_CLASS_CONSTRAINT_NON_INTERFACE: needs evaluation
+CompileTimeErrorCode.MIXIN_WITH_NON_CLASS_SUPERCLASS: needs evaluation
+CompileTimeErrorCode.MIXINS_SUPER_CLASS: needs evaluation
+CompileTimeErrorCode.MULTIPLE_REDIRECTING_CONSTRUCTOR_INVOCATIONS: needs evaluation
+CompileTimeErrorCode.MULTIPLE_SUPER_INITIALIZERS: needs evaluation
+CompileTimeErrorCode.NEW_WITH_NON_TYPE: has fix(es)
+CompileTimeErrorCode.NEW_WITH_UNDEFINED_CONSTRUCTOR: has fix(es)
+CompileTimeErrorCode.NEW_WITH_UNDEFINED_CONSTRUCTOR_DEFAULT: has fix(es)
+CompileTimeErrorCode.NO_ANNOTATION_CONSTRUCTOR_ARGUMENTS: needs evaluation
+CompileTimeErrorCode.NO_COMBINED_SUPER_SIGNATURE: needs evaluation
+CompileTimeErrorCode.NO_DEFAULT_SUPER_CONSTRUCTOR_EXPLICIT: has fix(es)
+CompileTimeErrorCode.NO_DEFAULT_SUPER_CONSTRUCTOR_IMPLICIT: has fix(es)
+CompileTimeErrorCode.NO_GENERATIVE_CONSTRUCTORS_IN_SUPERCLASS: needs evaluation
+CompileTimeErrorCode.NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_FIVE_PLUS: has fix(es)
+CompileTimeErrorCode.NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_FOUR: has fix(es)
+CompileTimeErrorCode.NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_ONE: has fix(es)
+CompileTimeErrorCode.NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_THREE: has fix(es)
+CompileTimeErrorCode.NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER_TWO: has fix(es)
+CompileTimeErrorCode.NON_BOOL_CONDITION: has fix(es)
+CompileTimeErrorCode.NON_BOOL_EXPRESSION: needs evaluation
+CompileTimeErrorCode.NON_BOOL_NEGATION_EXPRESSION: needs evaluation
+CompileTimeErrorCode.NON_BOOL_OPERAND: needs evaluation
+CompileTimeErrorCode.NON_CONST_MAP_AS_EXPRESSION_STATEMENT: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_ANNOTATION_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_CASE_EXPRESSION: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_CASE_EXPRESSION_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_DEFAULT_VALUE: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_DEFAULT_VALUE_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_LIST_ELEMENT: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_LIST_ELEMENT_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_MAP_ELEMENT: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_MAP_KEY: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_MAP_KEY_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_MAP_VALUE: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_MAP_VALUE_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.NON_CONSTANT_SET_ELEMENT: needs evaluation
+CompileTimeErrorCode.NON_GENERATIVE_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.NON_GENERATIVE_IMPLICIT_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.NON_SYNC_FACTORY: needs evaluation
+CompileTimeErrorCode.NON_TYPE_AS_TYPE_ARGUMENT: has fix(es)
+CompileTimeErrorCode.NON_TYPE_IN_CATCH_CLAUSE: has fix(es)
+CompileTimeErrorCode.NON_VOID_RETURN_FOR_OPERATOR: needs evaluation
+CompileTimeErrorCode.NON_VOID_RETURN_FOR_SETTER: needs evaluation
+CompileTimeErrorCode.NOT_A_TYPE: has fix(es)
+CompileTimeErrorCode.NOT_ASSIGNED_POTENTIALLY_NON_NULLABLE_LOCAL_VARIABLE: needs evaluation
+CompileTimeErrorCode.NOT_BINARY_OPERATOR: needs evaluation
+CompileTimeErrorCode.NOT_ENOUGH_POSITIONAL_ARGUMENTS: has fix(es)
+CompileTimeErrorCode.NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD: has fix(es)
+CompileTimeErrorCode.NOT_INITIALIZED_NON_NULLABLE_INSTANCE_FIELD_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.NOT_INITIALIZED_NON_NULLABLE_VARIABLE: needs evaluation
+CompileTimeErrorCode.NOT_INSTANTIATED_BOUND: needs evaluation
+CompileTimeErrorCode.NOT_ITERABLE_SPREAD: needs evaluation
+CompileTimeErrorCode.NOT_MAP_SPREAD: needs evaluation
+CompileTimeErrorCode.NOT_NULL_AWARE_NULL_SPREAD: needs evaluation
+CompileTimeErrorCode.NULLABLE_TYPE_IN_EXTENDS_CLAUSE: has fix(es)
+CompileTimeErrorCode.NULLABLE_TYPE_IN_IMPLEMENTS_CLAUSE: has fix(es)
+CompileTimeErrorCode.NULLABLE_TYPE_IN_ON_CLAUSE: has fix(es)
+CompileTimeErrorCode.NULLABLE_TYPE_IN_WITH_CLAUSE: has fix(es)
+CompileTimeErrorCode.OBJECT_CANNOT_EXTEND_ANOTHER_CLASS: fix infeasible
+CompileTimeErrorCode.ON_REPEATED: needs evaluation
+CompileTimeErrorCode.OPTIONAL_PARAMETER_IN_OPERATOR: needs evaluation
+CompileTimeErrorCode.PART_OF_DIFFERENT_LIBRARY: needs evaluation
+CompileTimeErrorCode.PART_OF_NON_PART: needs evaluation
+CompileTimeErrorCode.PART_OF_UNNAMED_LIBRARY: needs evaluation
+CompileTimeErrorCode.POSITIONAL_SUPER_FORMAL_PARAMETER_WITH_POSITIONAL_ARGUMENT: needs evaluation
+CompileTimeErrorCode.PREFIX_COLLIDES_WITH_TOP_LEVEL_MEMBER: needs evaluation
+CompileTimeErrorCode.PREFIX_IDENTIFIER_NOT_FOLLOWED_BY_DOT: needs evaluation
+CompileTimeErrorCode.PREFIX_SHADOWED_BY_LOCAL_DECLARATION: needs evaluation
+CompileTimeErrorCode.PRIVATE_COLLISION_IN_MIXIN_APPLICATION: needs evaluation
+CompileTimeErrorCode.PRIVATE_OPTIONAL_PARAMETER: needs evaluation
+CompileTimeErrorCode.PRIVATE_SETTER: needs evaluation
+CompileTimeErrorCode.READ_POTENTIALLY_UNASSIGNED_FINAL: needs evaluation
+CompileTimeErrorCode.RECURSIVE_COMPILE_TIME_CONSTANT: needs evaluation
+CompileTimeErrorCode.RECURSIVE_CONSTRUCTOR_REDIRECT: needs evaluation
+CompileTimeErrorCode.RECURSIVE_FACTORY_REDIRECT: needs evaluation
+CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE: needs evaluation
+CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE_EXTENDS: needs evaluation
+CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE_IMPLEMENTS: needs evaluation
+CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE_ON: needs evaluation
+CompileTimeErrorCode.RECURSIVE_INTERFACE_INHERITANCE_WITH: needs evaluation
+CompileTimeErrorCode.REDIRECT_GENERATIVE_TO_MISSING_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.REDIRECT_GENERATIVE_TO_NON_GENERATIVE_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.REDIRECT_TO_ABSTRACT_CLASS_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.REDIRECT_TO_INVALID_FUNCTION_TYPE: needs evaluation
+CompileTimeErrorCode.REDIRECT_TO_INVALID_RETURN_TYPE: needs evaluation
+CompileTimeErrorCode.REDIRECT_TO_MISSING_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.REDIRECT_TO_NON_CLASS: needs evaluation
+CompileTimeErrorCode.REDIRECT_TO_NON_CONST_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.REDIRECT_TO_TYPE_ALIAS_EXPANDS_TO_TYPE_PARAMETER: needs evaluation
+CompileTimeErrorCode.REFERENCED_BEFORE_DECLARATION: needs evaluation
+CompileTimeErrorCode.RETHROW_OUTSIDE_CATCH: needs evaluation
+CompileTimeErrorCode.RETURN_IN_GENERATIVE_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.RETURN_IN_GENERATOR: needs evaluation
+CompileTimeErrorCode.RETURN_OF_INVALID_TYPE_FROM_CLOSURE: needs evaluation
+CompileTimeErrorCode.RETURN_OF_INVALID_TYPE_FROM_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.RETURN_OF_INVALID_TYPE_FROM_FUNCTION: has fix(es)
+CompileTimeErrorCode.RETURN_OF_INVALID_TYPE_FROM_METHOD: has fix(es)
+CompileTimeErrorCode.RETURN_WITHOUT_VALUE: needs evaluation
+CompileTimeErrorCode.SET_ELEMENT_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.SET_ELEMENT_TYPE_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.SHARED_DEFERRED_PREFIX: needs evaluation
+CompileTimeErrorCode.SPREAD_EXPRESSION_FROM_DEFERRED_LIBRARY: needs evaluation
+CompileTimeErrorCode.STATIC_ACCESS_TO_INSTANCE_MEMBER: needs evaluation
+CompileTimeErrorCode.SUPER_FORMAL_PARAMETER_TYPE_IS_NOT_SUBTYPE_OF_ASSOCIATED: needs evaluation
+CompileTimeErrorCode.SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_NAMED: needs evaluation
+CompileTimeErrorCode.SUPER_FORMAL_PARAMETER_WITHOUT_ASSOCIATED_POSITIONAL: needs evaluation
+CompileTimeErrorCode.SUPER_IN_EXTENSION: needs evaluation
+CompileTimeErrorCode.SUPER_IN_INVALID_CONTEXT: needs evaluation
+CompileTimeErrorCode.SUPER_IN_REDIRECTING_CONSTRUCTOR: needs evaluation
+CompileTimeErrorCode.SUPER_INITIALIZER_IN_OBJECT: needs evaluation
+CompileTimeErrorCode.SUPER_INVOCATION_NOT_LAST: needs evaluation
+CompileTimeErrorCode.SWITCH_CASE_COMPLETES_NORMALLY: has fix(es)
+CompileTimeErrorCode.SWITCH_EXPRESSION_NOT_ASSIGNABLE: needs evaluation
+CompileTimeErrorCode.TEAROFF_OF_GENERATIVE_CONSTRUCTOR_OF_ABSTRACT_CLASS: needs evaluation
+CompileTimeErrorCode.THROW_OF_INVALID_TYPE: needs evaluation
+CompileTimeErrorCode.TOP_LEVEL_CYCLE: needs evaluation
+CompileTimeErrorCode.TYPE_ALIAS_CANNOT_REFERENCE_ITSELF: needs evaluation
+CompileTimeErrorCode.TYPE_ANNOTATION_DEFERRED_CLASS: needs evaluation
+CompileTimeErrorCode.TYPE_ARGUMENT_NOT_MATCHING_BOUNDS: needs evaluation
+CompileTimeErrorCode.TYPE_PARAMETER_REFERENCED_BY_STATIC: needs evaluation
+CompileTimeErrorCode.TYPE_PARAMETER_SUPERTYPE_OF_ITS_BOUND: needs evaluation
+CompileTimeErrorCode.TYPE_TEST_WITH_NON_TYPE: needs evaluation
+CompileTimeErrorCode.TYPE_TEST_WITH_UNDEFINED_NAME: has fix(es)
+CompileTimeErrorCode.UNCHECKED_INVOCATION_OF_NULLABLE_VALUE: has fix(es)
+CompileTimeErrorCode.UNCHECKED_METHOD_INVOCATION_OF_NULLABLE_VALUE: has fix(es)
+CompileTimeErrorCode.UNCHECKED_OPERATOR_INVOCATION_OF_NULLABLE_VALUE: has fix(es)
+CompileTimeErrorCode.UNCHECKED_PROPERTY_ACCESS_OF_NULLABLE_VALUE: has fix(es)
+CompileTimeErrorCode.UNCHECKED_USE_OF_NULLABLE_VALUE_AS_CONDITION: has fix(es)
+CompileTimeErrorCode.UNCHECKED_USE_OF_NULLABLE_VALUE_AS_ITERATOR: has fix(es)
+CompileTimeErrorCode.UNCHECKED_USE_OF_NULLABLE_VALUE_IN_SPREAD: has fix(es)
+CompileTimeErrorCode.UNCHECKED_USE_OF_NULLABLE_VALUE_IN_YIELD_EACH: has fix(es)
+CompileTimeErrorCode.UNDEFINED_ANNOTATION: has fix(es)
+CompileTimeErrorCode.UNDEFINED_CLASS: has fix(es)
+CompileTimeErrorCode.UNDEFINED_CLASS_BOOLEAN: has fix(es)
+CompileTimeErrorCode.UNDEFINED_CONSTRUCTOR_IN_INITIALIZER: needs evaluation
+CompileTimeErrorCode.UNDEFINED_CONSTRUCTOR_IN_INITIALIZER_DEFAULT: has fix(es)
+CompileTimeErrorCode.UNDEFINED_ENUM_CONSTANT: needs evaluation
+CompileTimeErrorCode.UNDEFINED_EXTENSION_GETTER: has fix(es)
+CompileTimeErrorCode.UNDEFINED_EXTENSION_METHOD: has fix(es)
+CompileTimeErrorCode.UNDEFINED_EXTENSION_OPERATOR: needs evaluation
+CompileTimeErrorCode.UNDEFINED_EXTENSION_SETTER: has fix(es)
+CompileTimeErrorCode.UNDEFINED_FUNCTION: has fix(es)
+CompileTimeErrorCode.UNDEFINED_GETTER: has_fix(es)
+CompileTimeErrorCode.UNDEFINED_GETTER_ON_FUNCTION_TYPE: needs evaluation
+CompileTimeErrorCode.UNDEFINED_IDENTIFIER: has fix(es)
+CompileTimeErrorCode.UNDEFINED_IDENTIFIER_AWAIT: has fix(es)
+CompileTimeErrorCode.UNDEFINED_METHOD: has fix(es)
+CompileTimeErrorCode.UNDEFINED_METHOD_ON_FUNCTION_TYPE: needs evaluation
+CompileTimeErrorCode.UNDEFINED_NAMED_PARAMETER: has fix(es)
+CompileTimeErrorCode.UNDEFINED_OPERATOR: has fix(es)
+CompileTimeErrorCode.UNDEFINED_PREFIXED_NAME: has fix(es)
+CompileTimeErrorCode.UNDEFINED_SETTER: has fix(es)
+CompileTimeErrorCode.UNDEFINED_SETTER_ON_FUNCTION_TYPE: needs evaluation
+CompileTimeErrorCode.UNDEFINED_SUPER_GETTER: needs evaluation
+CompileTimeErrorCode.UNDEFINED_SUPER_METHOD: needs evaluation
+CompileTimeErrorCode.UNDEFINED_SUPER_OPERATOR: needs evaluation
+CompileTimeErrorCode.UNDEFINED_SUPER_SETTER: needs evaluation
+CompileTimeErrorCode.UNQUALIFIED_REFERENCE_TO_NON_LOCAL_STATIC_MEMBER: has fix(es)
+CompileTimeErrorCode.UNQUALIFIED_REFERENCE_TO_STATIC_MEMBER_OF_EXTENDED_TYPE: has fix(es)
+CompileTimeErrorCode.URI_DOES_NOT_EXIST: has fix(es)
+CompileTimeErrorCode.URI_HAS_NOT_BEEN_GENERATED: needs evaluation
+CompileTimeErrorCode.URI_WITH_INTERPOLATION: needs evaluation
+CompileTimeErrorCode.USE_OF_NATIVE_EXTENSION: needs evaluation
+CompileTimeErrorCode.USE_OF_VOID_RESULT: needs evaluation
+CompileTimeErrorCode.VARIABLE_TYPE_MISMATCH: needs evaluation
+CompileTimeErrorCode.WRONG_EXPLICIT_TYPE_PARAMETER_VARIANCE_IN_SUPERINTERFACE: needs evaluation
+CompileTimeErrorCode.WRONG_NUMBER_OF_PARAMETERS_FOR_OPERATOR: needs evaluation
+CompileTimeErrorCode.WRONG_NUMBER_OF_PARAMETERS_FOR_OPERATOR_MINUS: needs evaluation
+CompileTimeErrorCode.WRONG_NUMBER_OF_PARAMETERS_FOR_SETTER: needs evaluation
+CompileTimeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS: has fix(es)
+CompileTimeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS_ANONYMOUS_FUNCTION: needs evaluation
+CompileTimeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS_CONSTRUCTOR: has fix(es)
+CompileTimeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS_EXTENSION: has fix(es)
+CompileTimeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS_FUNCTION: needs evaluation
+CompileTimeErrorCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS_METHOD: has fix(es)
+CompileTimeErrorCode.WRONG_TYPE_PARAMETER_VARIANCE_IN_SUPERINTERFACE: needs evaluation
+CompileTimeErrorCode.WRONG_TYPE_PARAMETER_VARIANCE_POSITION: needs evaluation
+CompileTimeErrorCode.YIELD_EACH_IN_NON_GENERATOR: needs evaluation
+CompileTimeErrorCode.YIELD_IN_NON_GENERATOR: needs evaluation
+CompileTimeErrorCode.YIELD_EACH_OF_INVALID_TYPE: needs evaluation
+CompileTimeErrorCode.YIELD_OF_INVALID_TYPE: has fix(es)
+FfiCode.ABI_SPECIFIC_INTEGER_INVALID: needs evaluation
+FfiCode.ABI_SPECIFIC_INTEGER_MAPPING_EXTRA: needs evaluation
+FfiCode.ABI_SPECIFIC_INTEGER_MAPPING_MISSING: needs evaluation
+FfiCode.ABI_SPECIFIC_INTEGER_MAPPING_UNSUPPORTED: needs evaluation
+FfiCode.ANNOTATION_ON_POINTER_FIELD: needs evaluation
+FfiCode.ARGUMENT_MUST_BE_A_CONSTANT: needs evaluation
+FfiCode.CREATION_OF_STRUCT_OR_UNION: needs evaluation
+FfiCode.EMPTY_STRUCT: needs evaluation
+FfiCode.EXTRA_ANNOTATION_ON_STRUCT_FIELD: needs evaluation
+FfiCode.EXTRA_SIZE_ANNOTATION_CARRAY: needs evaluation
+FfiCode.FFI_NATIVE_MUST_BE_EXTERNAL: needs evaluation
+  FfiCode
+    .FFI_NATIVE_ONLY_CLASSES_EXTENDING_NATIVEFIELDWRAPPERCLASS1_CAN_BE_POINTER: needs evaluation
+FfiCode.FFI_NATIVE_UNEXPECTED_NUMBER_OF_PARAMETERS: needs evaluation
+FfiCode.FFI_NATIVE_UNEXPECTED_NUMBER_OF_PARAMETERS_WITH_RECEIVER: needs evaluation
+FfiCode.FIELD_IN_STRUCT_WITH_INITIALIZER: needs evaluation
+FfiCode.FIELD_INITIALIZER_IN_STRUCT: needs evaluation
+FfiCode.FIELD_MUST_BE_EXTERNAL_IN_STRUCT: needs evaluation
+FfiCode.GENERIC_STRUCT_SUBCLASS: needs evaluation
+FfiCode.INVALID_EXCEPTION_VALUE: needs evaluation
+FfiCode.INVALID_FIELD_TYPE_IN_STRUCT: needs evaluation
+FfiCode.LEAF_CALL_MUST_NOT_RETURN_HANDLE: needs evaluation
+FfiCode.LEAF_CALL_MUST_NOT_TAKE_HANDLE: needs evaluation
+FfiCode.MISMATCHED_ANNOTATION_ON_STRUCT_FIELD: needs evaluation
+FfiCode.MISSING_ANNOTATION_ON_STRUCT_FIELD: needs evaluation
+FfiCode.MISSING_EXCEPTION_VALUE: needs evaluation
+FfiCode.MISSING_FIELD_TYPE_IN_STRUCT: needs evaluation
+FfiCode.MISSING_SIZE_ANNOTATION_CARRAY: needs evaluation
+FfiCode.MUST_BE_A_NATIVE_FUNCTION_TYPE: needs evaluation
+FfiCode.MUST_BE_A_SUBTYPE: needs evaluation
+FfiCode.NON_CONSTANT_TYPE_ARGUMENT: needs evaluation
+FfiCode.NON_NATIVE_FUNCTION_TYPE_ARGUMENT_TO_POINTER: needs evaluation
+FfiCode.NON_POSITIVE_ARRAY_DIMENSION: needs evaluation
+FfiCode.NON_SIZED_TYPE_ARGUMENT: needs evaluation
+FfiCode.PACKED_ANNOTATION: needs evaluation
+FfiCode.PACKED_ANNOTATION_ALIGNMENT: needs evaluation
+FfiCode.PACKED_NESTING_NON_PACKED: needs evaluation
+FfiCode.SIZE_ANNOTATION_DIMENSIONS: needs evaluation
+FfiCode.SUBTYPE_OF_FFI_CLASS_IN_EXTENDS: needs evaluation
+FfiCode.SUBTYPE_OF_FFI_CLASS_IN_IMPLEMENTS: needs evaluation
+FfiCode.SUBTYPE_OF_FFI_CLASS_IN_WITH: needs evaluation
+FfiCode.SUBTYPE_OF_STRUCT_CLASS_IN_EXTENDS: needs evaluation
+FfiCode.SUBTYPE_OF_STRUCT_CLASS_IN_IMPLEMENTS: needs evaluation
+FfiCode.SUBTYPE_OF_STRUCT_CLASS_IN_WITH: needs evaluation
+HintCode.ARGUMENT_TYPE_NOT_ASSIGNABLE_TO_ERROR_HANDLER: has fix(es)
+HintCode.ASSIGNMENT_OF_DO_NOT_STORE: needs evaluation
+HintCode.BODY_MIGHT_COMPLETE_NORMALLY_NULLABLE: has fix(es)
+HintCode.CAN_BE_NULL_AFTER_NULL_AWARE: has fix(es)
+HintCode.DEAD_CODE: has fix(es)
+HintCode.DEAD_CODE_CATCH_FOLLOWING_CATCH: has fix(es)
+HintCode.DEAD_CODE_ON_CATCH_SUBTYPE: has fix(es)
+HintCode.DEPRECATED_EXTENDS_FUNCTION: needs evaluation
+HintCode.DEPRECATED_FUNCTION_CLASS_DECLARATION: needs evaluation
+HintCode.DEPRECATED_IMPLEMENTS_FUNCTION: needs evaluation
+HintCode.DEPRECATED_MEMBER_USE: has fix(es)
+HintCode.DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE: needs evaluation
+HintCode.DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE_WITH_MESSAGE: needs evaluation
+HintCode.DEPRECATED_MEMBER_USE_WITH_MESSAGE: has fix(es)
+HintCode.DEPRECATED_MIXIN_FUNCTION: needs evaluation
+HintCode.DEPRECATED_NEW_IN_COMMENT_REFERENCE: has fix(es)
+HintCode.DIVISION_OPTIMIZATION: has fix(es)
+HintCode.DUPLICATE_HIDDEN_NAME: has fix(es)
+HintCode.DUPLICATE_IGNORE: needs evaluation
+HintCode.DUPLICATE_IMPORT: has fix(es)
+HintCode.DUPLICATE_SHOWN_NAME: has fix(es)
+HintCode.EQUAL_ELEMENTS_IN_SET: needs evaluation
+HintCode.EQUAL_KEYS_IN_MAP: needs evaluation
+HintCode.FILE_IMPORT_INSIDE_LIB_REFERENCES_FILE_OUTSIDE: needs evaluation
+HintCode.FILE_IMPORT_OUTSIDE_LIB_REFERENCES_FILE_INSIDE: needs evaluation
+HintCode.IMPORT_DEFERRED_LIBRARY_WITH_LOAD_FUNCTION: needs evaluation
+HintCode.IMPORT_OF_LEGACY_LIBRARY_INTO_NULL_SAFE: needs evaluation
+HintCode.INFERENCE_FAILURE_ON_COLLECTION_LITERAL: needs evaluation
+HintCode.INFERENCE_FAILURE_ON_FUNCTION_INVOCATION: needs evaluation
+HintCode.INFERENCE_FAILURE_ON_FUNCTION_RETURN_TYPE: needs evaluation
+HintCode.INFERENCE_FAILURE_ON_GENERIC_INVOCATION: needs evaluation
+HintCode.INFERENCE_FAILURE_ON_INSTANCE_CREATION: needs evaluation
+HintCode.INFERENCE_FAILURE_ON_UNINITIALIZED_VARIABLE: needs evaluation
+HintCode.INFERENCE_FAILURE_ON_UNTYPED_PARAMETER: needs evaluation
+HintCode.INVALID_ANNOTATION_TARGET: needs evaluation
+HintCode.INVALID_EXPORT_OF_INTERNAL_ELEMENT: needs evaluation
+HintCode.INVALID_EXPORT_OF_INTERNAL_ELEMENT_INDIRECTLY: needs evaluation
+HintCode.INVALID_FACTORY_ANNOTATION: has fix(es)
+HintCode.INVALID_FACTORY_METHOD_DECL: needs evaluation
+HintCode.INVALID_FACTORY_METHOD_IMPL: needs evaluation
+HintCode.INVALID_IMMUTABLE_ANNOTATION: has fix(es)
+HintCode.INVALID_INTERNAL_ANNOTATION: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_AT_SIGN: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_EQUALS: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_GREATER: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_LOCATION: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_LOWER_CASE: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_NUMBER: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_PREFIX: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_TRAILING_CHARACTERS: needs evaluation
+HintCode.INVALID_LANGUAGE_VERSION_OVERRIDE_TWO_SLASHES: needs evaluation
+HintCode.INVALID_LITERAL_ANNOTATION: has fix(es)
+HintCode.INVALID_NON_VIRTUAL_ANNOTATION: needs evaluation
+HintCode.INVALID_OVERRIDE_OF_NON_VIRTUAL_MEMBER: needs evaluation
+HintCode.INVALID_REQUIRED_NAMED_PARAM: has fix(es)
+HintCode.INVALID_REQUIRED_OPTIONAL_POSITIONAL_PARAM: has fix(es)
+HintCode.INVALID_REQUIRED_POSITIONAL_PARAM: has fix(es)
+HintCode.INVALID_SEALED_ANNOTATION: has fix(es)
+HintCode.INVALID_USE_OF_INTERNAL_MEMBER: needs evaluation
+HintCode.INVALID_USE_OF_PROTECTED_MEMBER: needs evaluation
+HintCode.INVALID_USE_OF_VISIBLE_FOR_OVERRIDING_MEMBER: needs evaluation
+HintCode.INVALID_USE_OF_VISIBLE_FOR_TEMPLATE_MEMBER: needs evaluation
+HintCode.INVALID_USE_OF_VISIBLE_FOR_TESTING_MEMBER: needs evaluation
+HintCode.INVALID_VISIBILITY_ANNOTATION: needs evaluation
+HintCode.INVALID_VISIBLE_FOR_OVERRIDING_ANNOTATION: needs evaluation
+HintCode.MISSING_REQUIRED_PARAM: has fix(es)
+HintCode.MISSING_REQUIRED_PARAM_WITH_DETAILS: has fix(es)
+HintCode.MISSING_RETURN: needs evaluation
+HintCode.MIXIN_ON_SEALED_CLASS: needs evaluation
+HintCode.MUST_BE_IMMUTABLE: needs evaluation
+HintCode.MUST_CALL_SUPER: needs fix; https://github.com/dart-lang/sdk/issues/33985
+HintCode.NON_CONST_CALL_TO_LITERAL_CONSTRUCTOR: needs evaluation
+HintCode.NON_CONST_CALL_TO_LITERAL_CONSTRUCTOR_USING_NEW: needs evaluation
+HintCode.NULL_ARGUMENT_TO_NON_NULL_TYPE: needs evaluation
+HintCode.NULL_AWARE_BEFORE_OPERATOR: needs evaluation
+HintCode.NULL_AWARE_IN_CONDITION: needs evaluation
+HintCode.NULL_AWARE_IN_LOGICAL_OPERATOR: needs evaluation
+HintCode.NULL_CHECK_ALWAYS_FAILS: needs evaluation
+HintCode.NULLABLE_TYPE_IN_CATCH_CLAUSE: has fix(es)
+HintCode.OVERRIDE_ON_NON_OVERRIDING_FIELD: has fix(es)
+HintCode.OVERRIDE_ON_NON_OVERRIDING_GETTER: has fix(es)
+HintCode.OVERRIDE_ON_NON_OVERRIDING_METHOD: has fix(es)
+HintCode.OVERRIDE_ON_NON_OVERRIDING_SETTER: has fix(es)
+HintCode.PACKAGE_IMPORT_CONTAINS_DOT_DOT: needs evaluation
+HintCode.RECEIVER_OF_TYPE_NEVER: needs evaluation
+HintCode.RETURN_OF_DO_NOT_STORE: needs evaluation
+HintCode.RETURN_OF_INVALID_TYPE_FROM_CATCH_ERROR: needs evaluation
+HintCode.RETURN_TYPE_INVALID_FOR_CATCH_ERROR: needs evaluation
+HintCode.SDK_VERSION_AS_EXPRESSION_IN_CONST_CONTEXT: has fix(es)
+HintCode.SDK_VERSION_ASYNC_EXPORTED_FROM_CORE: has fix(es)
+HintCode.SDK_VERSION_BOOL_OPERATOR_IN_CONST_CONTEXT: has fix(es)
+HintCode.SDK_VERSION_CONSTRUCTOR_TEAROFFS: needs evaluation
+HintCode.SDK_VERSION_EQ_EQ_OPERATOR_IN_CONST_CONTEXT: has fix(es)
+HintCode.SDK_VERSION_EXTENSION_METHODS: has fix(es)
+HintCode.SDK_VERSION_GT_GT_GT_OPERATOR: has fix(es)
+HintCode.SDK_VERSION_IS_EXPRESSION_IN_CONST_CONTEXT: has fix(es)
+HintCode.SDK_VERSION_NEVER: needs evaluation
+HintCode.SDK_VERSION_SET_LITERAL: has fix(es)
+HintCode.SDK_VERSION_UI_AS_CODE: has fix(es)
+HintCode.SDK_VERSION_UI_AS_CODE_IN_CONST_CONTEXT: needs evaluation
+HintCode.STRICT_RAW_TYPE: needs evaluation
+HintCode.SUBTYPE_OF_SEALED_CLASS: needs evaluation
+HintCode.TYPE_CHECK_IS_NOT_NULL: has fix(es)
+HintCode.TYPE_CHECK_IS_NULL: has fix(es)
+HintCode.UNDEFINED_HIDDEN_NAME: has fix(es)
+HintCode.UNDEFINED_REFERENCED_PARAMETER: has fix(es)
+HintCode.UNDEFINED_SHOWN_NAME: needs evaluation
+HintCode.UNIGNORABLE_IGNORE: needs evaluation
+HintCode.UNNECESSARY_CAST: has fix(es)
+HintCode.UNNECESSARY_IGNORE: needs evaluation
+HintCode.UNNECESSARY_IMPORT: has fix(es)
+HintCode.UNNECESSARY_NO_SUCH_METHOD: needs evaluation
+HintCode.UNNECESSARY_NULL_COMPARISON_FALSE: has fix(es)
+HintCode.UNNECESSARY_NULL_COMPARISON_TRUE: has fix(es)
+HintCode.UNNECESSARY_QUESTION_MARK: needs evaluation
+HintCode.UNNECESSARY_TYPE_CHECK_FALSE: needs fix; https://github.com/dart-lang/sdk/issues/47793
+HintCode.UNNECESSARY_TYPE_CHECK_TRUE: needs fix; https://github.com/dart-lang/sdk/issues/47793
+HintCode.TEXT_DIRECTION_CODE_POINT_IN_COMMENT: needs evaluation
+HintCode.TEXT_DIRECTION_CODE_POINT_IN_LITERAL: needs evaluation
+HintCode.UNUSED_CATCH_CLAUSE: has fix(es)
+HintCode.UNUSED_CATCH_STACK: has fix(es)
+HintCode.UNUSED_ELEMENT: has fix(es)
+HintCode.UNUSED_ELEMENT_PARAMETER: needs evaluation
+HintCode.UNUSED_FIELD: has fix(es)
+HintCode.UNUSED_IMPORT: has fix(es)
+HintCode.UNUSED_LABEL: has fix(es)
+HintCode.UNUSED_LOCAL_VARIABLE: has fix(es)
+HintCode.UNUSED_RESULT: needs evaluation
+HintCode.UNUSED_RESULT_WITH_MESSAGE: needs evaluation
+HintCode.UNUSED_SHOWN_NAME: has fix(es)
+LanguageCode.IMPLICIT_DYNAMIC_FIELD: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_FUNCTION: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_INVOKE: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_LIST_LITERAL: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_MAP_LITERAL: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_METHOD: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_PARAMETER: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_RETURN: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_TYPE: needs evaluation
+LanguageCode.IMPLICIT_DYNAMIC_VARIABLE: needs evaluation
+LintNames.always_declare_return_types: has fix(es)
+LintNames.always_put_control_body_on_new_line: needs evaluation
+LintNames.always_put_required_named_parameters_first: needs evaluation
+LintNames.always_require_non_null_named_parameters: has fix(es)
+LintNames.always_specify_types: has fix(es)
+LintNames.always_use_package_imports: needs evaluation
+LintNames.annotate_overrides: has fix(es)
+LintNames.avoid_annotating_with_dynamic: has fix(es)
+LintNames.avoid_as: needs evaluation
+LintNames.avoid_bool_literals_in_conditional_expressions: needs evaluation
+LintNames.avoid_catches_without_on_clauses: needs evaluation
+LintNames.avoid_catching_errors: needs evaluation
+LintNames.avoid_classes_with_only_static_members: needs evaluation
+LintNames.avoid_double_and_int_checks: needs evaluation
+LintNames.avoid_dynamic_calls: needs evaluation
+LintNames.avoid_empty_else: has fix(es)
+LintNames.avoid_equals_and_hash_code_on_mutable_classes: needs evaluation
+LintNames.avoid_escaping_inner_quotes: has fix(es)
+LintNames.avoid_field_initializers_in_const_classes: needs evaluation
+LintNames.avoid_final_parameters: needs evaluation
+LintNames.avoid_function_literals_in_foreach_calls: has fix(es)
+LintNames.avoid_implementing_value_types: needs evaluation
+LintNames.avoid_init_to_null: has fix(es)
+LintNames.avoid_js_rounded_ints: needs evaluation
+LintNames.avoid_multiple_declarations_per_line: needs evaluation
+LintNames.avoid_null_checks_in_equality_operators: has fix(es)
+LintNames.avoid_positional_boolean_parameters: needs evaluation
+LintNames.avoid_print: has fix(es)
+LintNames.avoid_private_typedef_functions: has fix(es)
+LintNames.avoid_redundant_argument_values: has fix(es)
+LintNames.avoid_relative_lib_imports: has fix(es)
+LintNames.avoid_renaming_method_parameters: needs evaluation
+LintNames.avoid_return_types_on_setters: has fix(es)
+LintNames.avoid_returning_null: needs evaluation
+LintNames.avoid_returning_null_for_future: has fix(es)
+LintNames.avoid_returning_null_for_void: has fix(es)
+LintNames.avoid_returning_this: needs evaluation
+LintNames.avoid_setters_without_getters: needs evaluation
+LintNames.avoid_shadowing_type_parameters: needs evaluation
+LintNames.avoid_single_cascade_in_expression_statements: has fix(es)
+LintNames.avoid_slow_async_io: needs evaluation
+LintNames.avoid_type_to_string: needs evaluation
+LintNames.avoid_types_as_parameter_names: has fix(es)
+LintNames.avoid_types_on_closure_parameters: has fix(es)
+LintNames.avoid_unnecessary_containers: has fix(es)
+LintNames.avoid_unused_constructor_parameters: has fix(es)
+LintNames.avoid_void_async: needs evaluation
+LintNames.avoid_web_libraries_in_flutter: needs evaluation
+LintNames.await_only_futures: has fix(es)
+LintNames.camel_case_extensions: needs evaluation
+LintNames.camel_case_types: needs evaluation
+LintNames.cancel_subscriptions: needs evaluation
+LintNames.cascade_invocations: needs evaluation
+LintNames.cast_nullable_to_non_nullable: needs evaluation
+LintNames.close_sinks: needs evaluation
+LintNames.comment_references: needs evaluation
+LintNames.conditional_uri_does_not_exist: needs evaluation
+LintNames.constant_identifier_names: needs evaluation
+LintNames.control_flow_in_finally: needs evaluation
+LintNames.curly_braces_in_flow_control_structures: has fix(es)
+LintNames.depend_on_referenced_packages: needs evaluation
+LintNames.deprecated_consistency: needs evaluation
+LintNames.diagnostic_describe_all_properties: has fix(es)
+LintNames.directives_ordering: has fix(es)
+LintNames.do_not_use_environment: needs evaluation
+LintNames.empty_catches: has fix(es)
+LintNames.empty_constructor_bodies: has fix(es)
+LintNames.empty_statements: has fix(es)
+LintNames.eol_at_end_of_file: has fix(es)
+LintNames.exhaustive_cases: has fix(es)
+LintNames.file_names: needs evaluation
+LintNames.flutter_style_todos: needs evaluation
+LintNames.hash_and_equals: has fix(es)
+LintNames.implementation_imports: needs evaluation
+LintNames.invariant_booleans: needs evaluation
+LintNames.iterable_contains_unrelated_type: needs evaluation
+LintNames.join_return_with_assignment: needs evaluation
+LintNames.leading_newlines_in_multiline_strings: has fix(es)
+LintNames.library_names: needs evaluation
+LintNames.library_prefixes: needs evaluation
+LintNames.library_private_types_in_public_api: needs evaluation
+LintNames.lines_longer_than_80_chars: needs evaluation
+LintNames.list_remove_unrelated_type: needs evaluation
+LintNames.literal_only_boolean_expressions: needs evaluation
+LintNames.missing_whitespace_between_adjacent_strings: needs evaluation
+LintNames.no_adjacent_strings_in_list: needs evaluation
+LintNames.no_default_cases: needs evaluation
+LintNames.no_duplicate_case_values: has fix(es)
+LintNames.no_leading_underscores_for_library_prefixes: needs evaluation
+LintNames.no_leading_underscores_for_local_identifiers: needs evaluation
+LintNames.no_logic_in_create_state: needs evaluation
+LintNames.no_runtimeType_toString: needs evaluation
+LintNames.non_constant_identifier_names: has fix(es)
+LintNames.noop_primitive_operations: needs evaluation
+LintNames.null_check_on_nullable_type_parameter: needs evaluation
+LintNames.null_closures: has fix(es)
+LintNames.omit_local_variable_types: has fix(es)
+LintNames.one_member_abstracts: needs evaluation
+LintNames.only_throw_errors: needs evaluation
+LintNames.overridden_fields: needs evaluation
+LintNames.package_api_docs: needs evaluation
+LintNames.package_prefixed_library_names: needs evaluation
+LintNames.parameter_assignments: needs evaluation
+LintNames.prefer_adjacent_string_concatenation: has fix(es)
+LintNames.prefer_asserts_in_initializer_lists: needs evaluation
+LintNames.prefer_asserts_with_message: needs evaluation
+LintNames.prefer_bool_in_asserts: needs evaluation
+LintNames.prefer_collection_literals: has fix(es)
+LintNames.prefer_conditional_assignment: has fix(es)
+LintNames.prefer_const_constructors: has fix(es)
+LintNames.prefer_const_constructors_in_immutables: has fix(es)
+LintNames.prefer_const_declarations: has fix(es)
+LintNames.prefer_const_literals_to_create_immutables: has fix(es)
+LintNames.prefer_constructors_over_static_methods: needs evaluation
+LintNames.prefer_contains: has fix(es)
+LintNames.prefer_double_quotes: has fix(es)
+LintNames.prefer_equal_for_default_values: has fix(es)
+LintNames.prefer_expression_function_bodies: has fix(es)
+LintNames.prefer_final_fields: has fix(es)
+LintNames.prefer_final_in_for_each: has fix(es)
+LintNames.prefer_final_locals: has fix(es)
+LintNames.prefer_final_parameters: has fix(es)
+LintNames.prefer_for_elements_to_map_fromIterable: has fix(es)
+LintNames.prefer_foreach: needs evaluation
+LintNames.prefer_function_declarations_over_variables: needs evaluation
+LintNames.prefer_generic_function_type_aliases: has fix(es)
+LintNames.prefer_if_elements_to_conditional_expressions: has fix(es)
+LintNames.prefer_if_null_operators: has fix(es)
+LintNames.prefer_initializing_formals: has fix(es)
+LintNames.prefer_inlined_adds: has fix(es)
+LintNames.prefer_int_literals: has fix(es)
+LintNames.prefer_interpolation_to_compose_strings: has fix(es)
+LintNames.prefer_is_empty: has fix(es)
+LintNames.prefer_is_not_empty: has fix(es)
+LintNames.prefer_is_not_operator: has fix(es)
+LintNames.prefer_iterable_whereType: has fix(es)
+LintNames.prefer_mixin: needs evaluation
+LintNames.prefer_null_aware_method_calls: needs evaluation
+LintNames.prefer_null_aware_operators: has fix(es)
+LintNames.prefer_relative_imports: has fix(es)
+LintNames.prefer_single_quotes: has fix(es)
+LintNames.prefer_spread_collections: has fix(es)
+LintNames.prefer_typing_uninitialized_variables: has fix(es)
+LintNames.prefer_void_to_null: has fix(es)
+LintNames.provide_deprecation_message: needs evaluation
+LintNames.pub/package_names: needs evaluation
+LintNames.pub/secure_pubspec_urls: needs evaluation
+LintNames.pub/sort_pub_dependencies: needs evaluation
+LintNames.public_member_api_docs: needs evaluation
+LintNames.recursive_getters: needs evaluation
+LintNames.require_trailing_commas: has fix(es)
+LintNames.sized_box_for_whitespace: has fix(es)
+LintNames.sized_box_shrink_expand: needs evaluation
+LintNames.slash_for_doc_comments: has fix(es)
+LintNames.sort_child_properties_last: has fix(es)
+LintNames.sort_constructors_first: needs fix; https://github.com/dart-lang/sdk/issues/47953
+LintNames.sort_unnamed_constructors_first: needs evaluation
+LintNames.super_goes_last: needs evaluation
+LintNames.test_types_in_equals: needs evaluation
+LintNames.throw_in_finally: needs evaluation
+LintNames.tighten_type_of_initializing_formals: needs evaluation
+LintNames.type_annotate_public_apis: has fix(es)
+LintNames.type_init_formals: has fix(es)
+LintNames.unawaited_futures: has fix(es)
+LintNames.unnecessary_await_in_return: needs evaluation
+LintNames.unnecessary_brace_in_string_interps: has fix(es)
+LintNames.unnecessary_const: has fix(es)
+LintNames.unnecessary_constructor_name: has fix(es)
+LintNames.unnecessary_final: has fix(es)
+LintNames.unnecessary_getters_setters: has fix(es)
+LintNames.unnecessary_lambdas: has fix(es)
+LintNames.unnecessary_late: needs evaluation
+LintNames.unnecessary_new: has fix(es)
+LintNames.unnecessary_null_aware_assignments: needs evaluation
+LintNames.unnecessary_null_checks: needs evaluation
+LintNames.unnecessary_null_in_if_null_operators: has fix(es)
+LintNames.unnecessary_nullable_for_final_variable_declarations: has fix(es)
+LintNames.unnecessary_overrides: has fix(es)
+LintNames.unnecessary_parenthesis: has fix(es)
+LintNames.unnecessary_raw_strings: has fix(es)
+LintNames.unnecessary_statements: needs evaluation
+LintNames.unnecessary_string_escapes: has fix(es)
+LintNames.unnecessary_string_interpolations: has fix(es)
+LintNames.unnecessary_this: has fix(es)
+LintNames.unrelated_type_equality_checks: needs evaluation
+LintNames.unsafe_html: needs evaluation
+LintNames.use_build_context_synchronously: needs evaluation
+LintNames.use_decorated_box: needs evaluation
+LintNames.use_full_hex_values_for_flutter_colors: has fix(es)
+LintNames.use_function_type_syntax_for_parameters: has fix(es)
+LintNames.use_if_null_to_convert_nulls_to_bools: needs evaluation
+LintNames.use_is_even_rather_than_modulo: needs evaluation
+LintNames.use_key_in_widget_constructors: has fix(es)
+LintNames.use_late_for_private_fields_and_variables: needs evaluation
+LintNames.use_named_constants: needs evaluation
+LintNames.use_raw_strings: needs evaluation
+LintNames.use_rethrow_when_possible: has fix(es)
+LintNames.use_setters_to_change_properties: needs evaluation
+LintNames.use_string_buffers: needs evaluation
+LintNames.use_test_throws_matchers: needs evaluation
+LintNames.use_to_and_as_if_applicable: needs evaluation
+LintNames.valid_regexps: needs evaluation
+LintNames.void_checks: needs evaluation
+ManifestWarningCode.CAMERA_PERMISSIONS_INCOMPATIBLE: needs evaluation
+ManifestWarningCode.NO_TOUCHSCREEN_FEATURE: needs evaluation
+ManifestWarningCode.NON_RESIZABLE_ACTIVITY: needs evaluation
+ManifestWarningCode.PERMISSION_IMPLIES_UNSUPPORTED_HARDWARE: needs evaluation
+ManifestWarningCode.SETTING_ORIENTATION_ON_ACTIVITY: needs evaluation
+ManifestWarningCode.UNSUPPORTED_CHROME_OS_FEATURE: needs evaluation
+ManifestWarningCode.UNSUPPORTED_CHROME_OS_HARDWARE: needs evaluation
+ParserErrorCode.ABSTRACT_CLASS_MEMBER: has fix(es)
+ParserErrorCode.ABSTRACT_ENUM: needs evaluation
+ParserErrorCode.ABSTRACT_EXTERNAL_FIELD: needs evaluation
+ParserErrorCode.ABSTRACT_LATE_FIELD: needs evaluation
+ParserErrorCode.ABSTRACT_STATIC_FIELD: needs evaluation
+ParserErrorCode.ABSTRACT_STATIC_METHOD: needs evaluation
+ParserErrorCode.ABSTRACT_TOP_LEVEL_FUNCTION: needs evaluation
+ParserErrorCode.ABSTRACT_TOP_LEVEL_VARIABLE: needs evaluation
+ParserErrorCode.ABSTRACT_TYPEDEF: needs evaluation
+ParserErrorCode.ANNOTATION_ON_TYPE_ARGUMENT: needs evaluation
+ParserErrorCode.ANNOTATION_WITH_TYPE_ARGUMENTS: needs evaluation
+ParserErrorCode.ANNOTATION_WITH_TYPE_ARGUMENTS_UNINSTANTIATED: needs evaluation
+ParserErrorCode.ASYNC_KEYWORD_USED_AS_IDENTIFIER: needs evaluation
+ParserErrorCode.BINARY_OPERATOR_WRITTEN_OUT: needs evaluation
+ParserErrorCode.BREAK_OUTSIDE_OF_LOOP: needs evaluation
+ParserErrorCode.CATCH_SYNTAX: needs evaluation
+ParserErrorCode.CATCH_SYNTAX_EXTRA_PARAMETERS: needs evaluation
+ParserErrorCode.CLASS_IN_CLASS: needs evaluation
+ParserErrorCode.COLON_IN_PLACE_OF_IN: needs evaluation
+ParserErrorCode.CONFLICTING_MODIFIERS: needs evaluation
+ParserErrorCode.CONST_AND_FINAL: needs evaluation
+ParserErrorCode.CONST_CLASS: needs evaluation
+ParserErrorCode.CONST_CONSTRUCTOR_WITH_BODY: needs evaluation
+ParserErrorCode.CONST_ENUM: needs evaluation
+ParserErrorCode.CONST_FACTORY: needs evaluation
+ParserErrorCode.CONST_METHOD: needs evaluation
+ParserErrorCode.CONST_TYPEDEF: needs evaluation
+ParserErrorCode.CONSTRUCTOR_WITH_RETURN_TYPE: needs evaluation
+ParserErrorCode.CONSTRUCTOR_WITH_TYPE_ARGUMENTS: needs evaluation
+ParserErrorCode.CONTINUE_OUTSIDE_OF_LOOP: needs evaluation
+ParserErrorCode.CONTINUE_WITHOUT_LABEL_IN_CASE: needs evaluation
+ParserErrorCode.COVARIANT_AND_STATIC: needs evaluation
+ParserErrorCode.COVARIANT_CONSTRUCTOR: needs evaluation
+ParserErrorCode.COVARIANT_MEMBER: needs evaluation
+ParserErrorCode.COVARIANT_TOP_LEVEL_DECLARATION: needs evaluation
+ParserErrorCode.DEFAULT_VALUE_IN_FUNCTION_TYPE: needs evaluation
+ParserErrorCode.DEFERRED_AFTER_PREFIX: needs evaluation
+ParserErrorCode.DIRECTIVE_AFTER_DECLARATION: needs evaluation
+ParserErrorCode.DUPLICATE_DEFERRED: needs evaluation
+ParserErrorCode.DUPLICATE_LABEL_IN_SWITCH_STATEMENT: needs evaluation
+ParserErrorCode.DUPLICATE_PREFIX: needs evaluation
+ParserErrorCode.DUPLICATED_MODIFIER: needs evaluation
+ParserErrorCode.EMPTY_ENUM_BODY: needs evaluation
+ParserErrorCode.ENUM_IN_CLASS: needs evaluation
+ParserErrorCode.EQUALITY_CANNOT_BE_EQUALITY_OPERAND: needs evaluation
+ParserErrorCode.EXPECTED_BODY: needs evaluation
+ParserErrorCode.EXPECTED_CASE_OR_DEFAULT: needs evaluation
+ParserErrorCode.EXPECTED_CLASS_MEMBER: needs evaluation
+ParserErrorCode.EXPECTED_ELSE_OR_COMMA: needs evaluation
+ParserErrorCode.EXPECTED_EXECUTABLE: needs evaluation
+ParserErrorCode.EXPECTED_IDENTIFIER_BUT_GOT_KEYWORD: needs evaluation
+ParserErrorCode.EXPECTED_INSTEAD: needs evaluation
+ParserErrorCode.EXPECTED_LIST_OR_MAP_LITERAL: needs evaluation
+ParserErrorCode.EXPECTED_STRING_LITERAL: needs evaluation
+ParserErrorCode.EXPECTED_TOKEN: has fix(es)
+ParserErrorCode.EXPECTED_TYPE_NAME: needs evaluation
+ParserErrorCode.EXPERIMENT_NOT_ENABLED: needs evaluation
+ParserErrorCode.EXPORT_DIRECTIVE_AFTER_PART_DIRECTIVE: needs evaluation
+ParserErrorCode.EXTENSION_DECLARES_ABSTRACT_MEMBER: needs evaluation
+ParserErrorCode.EXTENSION_DECLARES_CONSTRUCTOR: needs evaluation
+ParserErrorCode.EXTENSION_DECLARES_INSTANCE_FIELD: needs evaluation
+ParserErrorCode.EXTERNAL_CLASS: needs evaluation
+ParserErrorCode.EXTERNAL_CONSTRUCTOR_WITH_BODY: needs evaluation
+ParserErrorCode.EXTERNAL_CONSTRUCTOR_WITH_INITIALIZER: needs evaluation
+ParserErrorCode.EXTERNAL_ENUM: needs evaluation
+ParserErrorCode.EXTERNAL_FACTORY_REDIRECTION: needs evaluation
+ParserErrorCode.EXTERNAL_FACTORY_WITH_BODY: needs evaluation
+ParserErrorCode.EXTERNAL_FIELD: needs evaluation
+ParserErrorCode.EXTERNAL_GETTER_WITH_BODY: needs evaluation
+ParserErrorCode.EXTERNAL_LATE_FIELD: needs evaluation
+ParserErrorCode.EXTERNAL_METHOD_WITH_BODY: needs evaluation
+ParserErrorCode.EXTERNAL_OPERATOR_WITH_BODY: needs evaluation
+ParserErrorCode.EXTERNAL_SETTER_WITH_BODY: needs evaluation
+ParserErrorCode.EXTERNAL_TYPEDEF: needs evaluation
+ParserErrorCode.EXTRANEOUS_MODIFIER: needs evaluation
+ParserErrorCode.FACTORY_TOP_LEVEL_DECLARATION: needs evaluation
+ParserErrorCode.FACTORY_WITH_INITIALIZERS: needs evaluation
+ParserErrorCode.FACTORY_WITHOUT_BODY: needs evaluation
+ParserErrorCode.FIELD_INITIALIZED_OUTSIDE_DECLARING_CLASS: needs evaluation
+ParserErrorCode.FIELD_INITIALIZER_OUTSIDE_CONSTRUCTOR: needs evaluation
+ParserErrorCode.FINAL_AND_COVARIANT: needs evaluation
+ParserErrorCode.FINAL_AND_COVARIANT_LATE_WITH_INITIALIZER: needs evaluation
+ParserErrorCode.FINAL_AND_VAR: needs evaluation
+ParserErrorCode.FINAL_CLASS: needs evaluation
+ParserErrorCode.FINAL_CONSTRUCTOR: needs evaluation
+ParserErrorCode.FINAL_ENUM: needs evaluation
+ParserErrorCode.FINAL_METHOD: needs evaluation
+ParserErrorCode.FINAL_TYPEDEF: needs evaluation
+ParserErrorCode.FUNCTION_TYPED_PARAMETER_VAR: needs evaluation
+ParserErrorCode.GETTER_CONSTRUCTOR: needs evaluation
+ParserErrorCode.GETTER_IN_FUNCTION: needs evaluation
+ParserErrorCode.GETTER_WITH_PARAMETERS: has fix(es)
+ParserErrorCode.ILLEGAL_ASSIGNMENT_TO_NON_ASSIGNABLE: needs evaluation
+ParserErrorCode.IMPLEMENTS_BEFORE_EXTENDS: needs evaluation
+ParserErrorCode.IMPLEMENTS_BEFORE_ON: needs evaluation
+ParserErrorCode.IMPLEMENTS_BEFORE_WITH: needs evaluation
+ParserErrorCode.IMPORT_DIRECTIVE_AFTER_PART_DIRECTIVE: needs evaluation
+ParserErrorCode.INITIALIZED_VARIABLE_IN_FOR_EACH: needs evaluation
+ParserErrorCode.INVALID_AWAIT_IN_FOR: needs evaluation
+ParserErrorCode.INVALID_CODE_POINT: needs evaluation
+ParserErrorCode.INVALID_COMMENT_REFERENCE: needs evaluation
+ParserErrorCode.INVALID_CONSTRUCTOR_NAME: needs evaluation
+ParserErrorCode.INVALID_GENERIC_FUNCTION_TYPE: needs evaluation
+ParserErrorCode.INVALID_HEX_ESCAPE: needs evaluation
+ParserErrorCode.INVALID_INITIALIZER: needs evaluation
+ParserErrorCode.INVALID_LITERAL_IN_CONFIGURATION: needs evaluation
+ParserErrorCode.INVALID_OPERATOR: needs evaluation
+ParserErrorCode.INVALID_OPERATOR_FOR_SUPER: needs evaluation
+ParserErrorCode.INVALID_OPERATOR_QUESTIONMARK_PERIOD_FOR_SUPER: needs evaluation
+ParserErrorCode.INVALID_STAR_AFTER_ASYNC: needs evaluation
+ParserErrorCode.INVALID_SUPER_IN_INITIALIZER: needs evaluation
+ParserErrorCode.INVALID_SYNC: needs evaluation
+ParserErrorCode.INVALID_THIS_IN_INITIALIZER: needs evaluation
+ParserErrorCode.INVALID_UNICODE_ESCAPE: needs evaluation
+ParserErrorCode.INVALID_USE_OF_COVARIANT_IN_EXTENSION: needs evaluation
+ParserErrorCode.LIBRARY_DIRECTIVE_NOT_FIRST: needs evaluation
+ParserErrorCode.LITERAL_WITH_CLASS_AND_NEW: needs evaluation
+ParserErrorCode.LITERAL_WITH_CLASS: needs evaluation
+ParserErrorCode.LITERAL_WITH_NEW: needs evaluation
+ParserErrorCode.LOCAL_FUNCTION_DECLARATION_MODIFIER: needs evaluation
+ParserErrorCode.MEMBER_WITH_CLASS_NAME: needs evaluation
+ParserErrorCode.MISSING_ASSIGNABLE_SELECTOR: needs evaluation
+ParserErrorCode.MISSING_ASSIGNMENT_IN_INITIALIZER: needs evaluation
+ParserErrorCode.MISSING_CATCH_OR_FINALLY: needs evaluation
+ParserErrorCode.MISSING_CLOSING_PARENTHESIS: needs evaluation
+ParserErrorCode.MISSING_CONST_FINAL_VAR_OR_TYPE: has fix(es)
+ParserErrorCode.MISSING_ENUM_BODY: needs evaluation
+ParserErrorCode.MISSING_EXPRESSION_IN_INITIALIZER: needs evaluation
+ParserErrorCode.MISSING_EXPRESSION_IN_THROW: needs evaluation
+ParserErrorCode.MISSING_FUNCTION_BODY: has fix(es)
+ParserErrorCode.MISSING_FUNCTION_KEYWORD: needs evaluation
+ParserErrorCode.MISSING_FUNCTION_PARAMETERS: needs evaluation
+ParserErrorCode.MISSING_GET: needs evaluation
+ParserErrorCode.MISSING_IDENTIFIER: needs evaluation
+ParserErrorCode.MISSING_INITIALIZER: needs evaluation
+ParserErrorCode.MISSING_KEYWORD_OPERATOR: needs evaluation
+ParserErrorCode.MISSING_METHOD_PARAMETERS: needs evaluation
+ParserErrorCode.MISSING_NAME_FOR_NAMED_PARAMETER: needs evaluation
+ParserErrorCode.MISSING_NAME_IN_LIBRARY_DIRECTIVE: needs evaluation
+ParserErrorCode.MISSING_NAME_IN_PART_OF_DIRECTIVE: needs evaluation
+ParserErrorCode.MISSING_PREFIX_IN_DEFERRED_IMPORT: needs evaluation
+ParserErrorCode.MISSING_STAR_AFTER_SYNC: needs evaluation
+ParserErrorCode.MISSING_STATEMENT: needs evaluation
+ParserErrorCode.MISSING_TERMINATOR_FOR_PARAMETER_GROUP: needs evaluation
+ParserErrorCode.MISSING_TYPEDEF_PARAMETERS: needs evaluation
+ParserErrorCode.MISSING_VARIABLE_IN_FOR_EACH: needs evaluation
+ParserErrorCode.MIXED_PARAMETER_GROUPS: needs evaluation
+ParserErrorCode.MIXIN_DECLARES_CONSTRUCTOR: needs evaluation
+ParserErrorCode.MODIFIER_OUT_OF_ORDER: needs evaluation
+ParserErrorCode.MULTIPLE_EXTENDS_CLAUSES: needs evaluation
+ParserErrorCode.MULTIPLE_IMPLEMENTS_CLAUSES: needs evaluation
+ParserErrorCode.MULTIPLE_LIBRARY_DIRECTIVES: needs evaluation
+ParserErrorCode.MULTIPLE_NAMED_PARAMETER_GROUPS: needs evaluation
+ParserErrorCode.MULTIPLE_ON_CLAUSES: needs evaluation
+ParserErrorCode.MULTIPLE_PART_OF_DIRECTIVES: needs evaluation
+ParserErrorCode.MULTIPLE_POSITIONAL_PARAMETER_GROUPS: needs evaluation
+ParserErrorCode.MULTIPLE_VARIABLES_IN_FOR_EACH: needs evaluation
+ParserErrorCode.MULTIPLE_VARIANCE_MODIFIERS: needs evaluation
+ParserErrorCode.MULTIPLE_WITH_CLAUSES: needs evaluation
+ParserErrorCode.NAMED_FUNCTION_EXPRESSION: needs evaluation
+ParserErrorCode.NAMED_FUNCTION_TYPE: needs evaluation
+ParserErrorCode.NAMED_PARAMETER_OUTSIDE_GROUP: needs evaluation
+ParserErrorCode.NATIVE_CLAUSE_IN_NON_SDK_CODE: needs evaluation
+ParserErrorCode.NATIVE_CLAUSE_SHOULD_BE_ANNOTATION: needs evaluation
+ParserErrorCode.NATIVE_FUNCTION_BODY_IN_NON_SDK_CODE: needs evaluation
+ParserErrorCode.NON_CONSTRUCTOR_FACTORY: needs evaluation
+ParserErrorCode.NON_IDENTIFIER_LIBRARY_NAME: needs evaluation
+ParserErrorCode.NON_PART_OF_DIRECTIVE_IN_PART: needs evaluation
+ParserErrorCode.NON_STRING_LITERAL_AS_URI: needs evaluation
+ParserErrorCode.NON_USER_DEFINABLE_OPERATOR: needs evaluation
+ParserErrorCode.NORMAL_BEFORE_OPTIONAL_PARAMETERS: needs evaluation
+ParserErrorCode.NULL_AWARE_CASCADE_OUT_OF_ORDER: needs evaluation
+ParserErrorCode.POSITIONAL_AFTER_NAMED_ARGUMENT: needs evaluation
+ParserErrorCode.POSITIONAL_PARAMETER_OUTSIDE_GROUP: needs evaluation
+ParserErrorCode.PREFIX_AFTER_COMBINATOR: needs evaluation
+ParserErrorCode.REDIRECTING_CONSTRUCTOR_WITH_BODY: needs evaluation
+ParserErrorCode.REDIRECTION_IN_NON_FACTORY_CONSTRUCTOR: needs evaluation
+ParserErrorCode.SETTER_CONSTRUCTOR: needs evaluation
+ParserErrorCode.SETTER_IN_FUNCTION: needs evaluation
+ParserErrorCode.STACK_OVERFLOW: needs evaluation
+ParserErrorCode.STATIC_CONSTRUCTOR: needs evaluation
+ParserErrorCode.STATIC_GETTER_WITHOUT_BODY: needs evaluation
+ParserErrorCode.STATIC_OPERATOR: needs evaluation
+ParserErrorCode.STATIC_SETTER_WITHOUT_BODY: needs evaluation
+ParserErrorCode.STATIC_TOP_LEVEL_DECLARATION: needs evaluation
+ParserErrorCode.SWITCH_HAS_CASE_AFTER_DEFAULT_CASE: needs evaluation
+ParserErrorCode.SWITCH_HAS_MULTIPLE_DEFAULT_CASES: needs evaluation
+ParserErrorCode.TOP_LEVEL_OPERATOR: needs evaluation
+ParserErrorCode.TYPE_ARGUMENTS_ON_TYPE_VARIABLE: needs evaluation
+ParserErrorCode.TYPE_BEFORE_FACTORY: needs evaluation
+ParserErrorCode.TYPE_PARAMETER_ON_CONSTRUCTOR: needs evaluation
+ParserErrorCode.TYPE_PARAMETER_ON_OPERATOR: needs evaluation
+ParserErrorCode.TYPEDEF_IN_CLASS: needs evaluation
+ParserErrorCode.UNEXPECTED_TERMINATOR_FOR_PARAMETER_GROUP: needs evaluation
+ParserErrorCode.UNEXPECTED_TOKEN: needs evaluation
+ParserErrorCode.VAR_AND_TYPE: needs evaluation
+ParserErrorCode.VAR_AS_TYPE_NAME: has fix(es)
+ParserErrorCode.VAR_CLASS: needs evaluation
+ParserErrorCode.VAR_ENUM: needs evaluation
+ParserErrorCode.VAR_RETURN_TYPE: needs evaluation
+ParserErrorCode.VAR_TYPEDEF: needs evaluation
+ParserErrorCode.VOID_WITH_TYPE_ARGUMENTS: needs evaluation
+ParserErrorCode.WITH_BEFORE_EXTENDS: needs evaluation
+ParserErrorCode.WRONG_SEPARATOR_FOR_POSITIONAL_PARAMETER: needs evaluation
+ParserErrorCode.WRONG_TERMINATOR_FOR_PARAMETER_GROUP: needs evaluation
+PubspecWarningCode.ASSET_DOES_NOT_EXIST: needs evaluation
+PubspecWarningCode.ASSET_DIRECTORY_DOES_NOT_EXIST: needs evaluation
+PubspecWarningCode.ASSET_FIELD_NOT_LIST: needs evaluation
+PubspecWarningCode.ASSET_NOT_STRING: needs evaluation
+PubspecWarningCode.DEPENDENCIES_FIELD_NOT_MAP: needs evaluation
+PubspecWarningCode.DEPRECATED_FIELD: needs evaluation
+PubspecWarningCode.FLUTTER_FIELD_NOT_MAP: needs evaluation
+PubspecWarningCode.INVALID_DEPENDENCY: needs evaluation
+PubspecWarningCode.MISSING_NAME: needs evaluation
+PubspecWarningCode.NAME_NOT_STRING: needs evaluation
+PubspecWarningCode.PATH_DOES_NOT_EXIST: needs evaluation
+PubspecWarningCode.PATH_NOT_POSIX: needs evaluation
+PubspecWarningCode.PATH_PUBSPEC_DOES_NOT_EXIST: needs evaluation
+PubspecWarningCode.UNNECESSARY_DEV_DEPENDENCY: needs evaluation
+ScannerErrorCode.EXPECTED_TOKEN: needs evaluation
+ScannerErrorCode.ILLEGAL_CHARACTER: needs evaluation
+ScannerErrorCode.MISSING_DIGIT: needs evaluation
+ScannerErrorCode.MISSING_HEX_DIGIT: needs evaluation
+ScannerErrorCode.MISSING_IDENTIFIER: needs evaluation
+ScannerErrorCode.MISSING_QUOTE: needs evaluation
+ScannerErrorCode.UNABLE_GET_CONTENT: needs evaluation
+ScannerErrorCode.UNEXPECTED_DOLLAR_IN_STRING: needs evaluation
+ScannerErrorCode.UNSUPPORTED_OPERATOR: needs evaluation
+ScannerErrorCode.UNTERMINATED_MULTI_LINE_COMMENT: needs evaluation
+ScannerErrorCode.UNTERMINATED_STRING_LITERAL: needs evaluation
+StaticWarningCode.DEAD_NULL_AWARE_EXPRESSION: has fix(es)
+StaticWarningCode.INVALID_NULL_AWARE_OPERATOR: has fix(es)
+StaticWarningCode.INVALID_NULL_AWARE_OPERATOR_AFTER_SHORT_CIRCUIT: has fix(es)
+StaticWarningCode.INVALID_OVERRIDE_DIFFERENT_DEFAULT_VALUES_NAMED: needs evaluation
+StaticWarningCode.INVALID_OVERRIDE_DIFFERENT_DEFAULT_VALUES_POSITIONAL: needs evaluation
+StaticWarningCode.MISSING_ENUM_CONSTANT_IN_SWITCH: has fix(es)
+StaticWarningCode.UNNECESSARY_NON_NULL_ASSERTION: has fix(es)
\ No newline at end of file
diff --git a/pkg/analysis_server/lib/src/services/correction/fix_internal.dart b/pkg/analysis_server/lib/src/services/correction/fix_internal.dart
index 17c749b..bae5fc7 100644
--- a/pkg/analysis_server/lib/src/services/correction/fix_internal.dart
+++ b/pkg/analysis_server/lib/src/services/correction/fix_internal.dart
@@ -509,18 +509,12 @@
     LintNames.prefer_if_elements_to_conditional_expressions: [
       ConvertConditionalExpressionToIfElement.newInstance,
     ],
-    LintNames.prefer_initializing_formals: [
-      ConvertToInitializingFormal.newInstance,
-    ],
-    LintNames.prefer_is_empty: [
-      ReplaceWithIsEmpty.newInstance,
-    ],
-    LintNames.prefer_is_not_empty: [
-      UseIsNotEmpty.newInstance,
-    ],
     LintNames.prefer_if_null_operators: [
       ConvertToIfNull.newInstance,
     ],
+    LintNames.prefer_initializing_formals: [
+      ConvertToInitializingFormal.newInstance,
+    ],
     LintNames.prefer_inlined_adds: [
       ConvertAddAllToSpread.newInstance,
       InlineInvocation.newInstance,
@@ -531,6 +525,12 @@
     LintNames.prefer_interpolation_to_compose_strings: [
       ReplaceWithInterpolation.newInstance,
     ],
+    LintNames.prefer_is_empty: [
+      ReplaceWithIsEmpty.newInstance,
+    ],
+    LintNames.prefer_is_not_empty: [
+      UseIsNotEmpty.newInstance,
+    ],
     LintNames.prefer_is_not_operator: [
       ConvertIntoIsNot.newInstance,
     ],
@@ -555,6 +555,9 @@
     LintNames.prefer_void_to_null: [
       ReplaceNullWithVoid.newInstance,
     ],
+    LintNames.require_trailing_commas: [
+      AddTrailingComma.newInstance,
+    ],
     LintNames.sized_box_for_whitespace: [
       ReplaceContainerWithSizedBox.newInstance,
     ],
@@ -564,9 +567,6 @@
     LintNames.sort_child_properties_last: [
       SortChildPropertyLast.newInstance,
     ],
-    LintNames.require_trailing_commas: [
-      AddTrailingComma.newInstance,
-    ],
     LintNames.type_annotate_public_apis: [
       AddTypeAnnotation.newInstanceBulkFixable,
     ],
@@ -830,12 +830,12 @@
     CompileTimeErrorCode.CONST_WITH_NON_CONST: [
       RemoveConst.newInstance,
     ],
-    CompileTimeErrorCode.DEFAULT_LIST_CONSTRUCTOR: [
-      ReplaceWithFilled.newInstance,
-    ],
     CompileTimeErrorCode.CONST_WITH_NON_TYPE: [
       ChangeTo.classOrMixin,
     ],
+    CompileTimeErrorCode.DEFAULT_LIST_CONSTRUCTOR: [
+      ReplaceWithFilled.newInstance,
+    ],
     CompileTimeErrorCode.EXTENDS_NON_CLASS: [
       ChangeTo.classOrMixin,
       CreateClass.newInstance,
diff --git a/pkg/analysis_server/lib/src/services/linter/lint_names.dart b/pkg/analysis_server/lib/src/services/linter/lint_names.dart
index adc6a91..90e9fbe 100644
--- a/pkg/analysis_server/lib/src/services/linter/lint_names.dart
+++ b/pkg/analysis_server/lib/src/services/linter/lint_names.dart
@@ -40,9 +40,9 @@
       'avoid_types_on_closure_parameters';
   static const String avoid_unused_constructor_parameters =
       'avoid_unused_constructor_parameters';
-  static const String await_only_futures = 'await_only_futures';
   static const String avoid_unnecessary_containers =
       'avoid_unnecessary_containers';
+  static const String await_only_futures = 'await_only_futures';
   static const String curly_braces_in_flow_control_structures =
       'curly_braces_in_flow_control_structures';
   static const String diagnostic_describe_all_properties =