@@ -4361,6 +4361,21 @@ package:analyzer/diagnostic/diagnostic.dart:
43614361package:analyzer/error/error.dart:
43624362 errorCodeValues (static getter: List<ErrorCode>)
43634363 errorCodeByUniqueName (function: ErrorCode? Function(String))
4364+ DiagnosticSeverity (class extends Object implements Comparable<DiagnosticSeverity>):
4365+ ERROR (static getter: DiagnosticSeverity)
4366+ INFO (static getter: DiagnosticSeverity)
4367+ NONE (static getter: DiagnosticSeverity)
4368+ WARNING (static getter: DiagnosticSeverity)
4369+ values (static getter: List<DiagnosticSeverity>)
4370+ new (constructor: DiagnosticSeverity Function(String, int, String, String))
4371+ displayName (getter: String)
4372+ hashCode (getter: int)
4373+ machineCode (getter: String)
4374+ name (getter: String)
4375+ ordinal (getter: int)
4376+ compareTo (method: int Function(DiagnosticSeverity))
4377+ max (method: DiagnosticSeverity Function(DiagnosticSeverity))
4378+ toString (method: String Function())
43644379 DiagnosticType (class extends Object implements Comparable<DiagnosticType>):
43654380 CHECKED_MODE_COMPILE_TIME_ERROR (static getter: DiagnosticType)
43664381 COMPILE_TIME_ERROR (static getter: DiagnosticType)
@@ -4370,18 +4385,18 @@ package:analyzer/error/error.dart:
43704385 SYNTACTIC_ERROR (static getter: DiagnosticType)
43714386 TODO (static getter: DiagnosticType)
43724387 values (static getter: List<DiagnosticType>)
4373- new (constructor: DiagnosticType Function(String, int, ErrorSeverity ))
4388+ new (constructor: DiagnosticType Function(String, int, DiagnosticSeverity ))
43744389 displayName (getter: String)
43754390 hashCode (getter: int)
43764391 name (getter: String)
43774392 ordinal (getter: int)
4378- severity (getter: ErrorSeverity )
4393+ severity (getter: DiagnosticSeverity )
43794394 compareTo (method: int Function(DiagnosticType))
43804395 toString (method: String Function())
43814396 ErrorCode (class extends Object):
43824397 new (constructor: ErrorCode Function({String? correctionMessage, bool hasPublishedDocs, bool isUnresolvedIdentifier, required String name, required String problemMessage, required String uniqueName}))
43834398 correctionMessage (getter: String?)
4384- errorSeverity (getter: ErrorSeverity )
4399+ errorSeverity (getter: DiagnosticSeverity )
43854400 hasPublishedDocs (getter: bool)
43864401 isIgnorable (getter: bool)
43874402 isUnresolvedIdentifier (getter: bool)
@@ -4392,31 +4407,16 @@ package:analyzer/error/error.dart:
43924407 uniqueName (getter: String)
43934408 url (getter: String?)
43944409 toString (method: String Function())
4395- ErrorSeverity (class extends Object implements Comparable<ErrorSeverity>):
4396- ERROR (static getter: ErrorSeverity)
4397- INFO (static getter: ErrorSeverity)
4398- NONE (static getter: ErrorSeverity)
4399- WARNING (static getter: ErrorSeverity)
4400- values (static getter: List<ErrorSeverity>)
4401- new (constructor: ErrorSeverity Function(String, int, String, String))
4402- displayName (getter: String)
4403- hashCode (getter: int)
4404- machineCode (getter: String)
4405- name (getter: String)
4406- ordinal (getter: int)
4407- compareTo (method: int Function(ErrorSeverity))
4408- max (method: ErrorSeverity Function(ErrorSeverity))
4409- toString (method: String Function())
44104410 LintCode (class extends ErrorCode):
44114411 new (constructor: LintCode Function(String, String, {String? correctionMessage, bool hasPublishedDocs, String? uniqueName}))
4412- errorSeverity (getter: ErrorSeverity )
4412+ errorSeverity (getter: DiagnosticSeverity )
44134413 hashCode (getter: int)
44144414 type (getter: DiagnosticType)
44154415 url (getter: String?)
44164416 == (method: bool Function(Object))
44174417 AnalysisError (type alias for Diagnostic)
44184418 DiagnosticCode (type alias for ErrorCode)
4419- DiagnosticSeverity (type alias for ErrorSeverity )
4419+ ErrorSeverity (type alias for DiagnosticSeverity, deprecated )
44204420 ErrorType (type alias for DiagnosticType, deprecated)
44214421package:analyzer/error/listener.dart:
44224422 AnalysisErrorListener (class extends Object):
@@ -4694,17 +4694,17 @@ package:analyzer/instrumentation/service.dart:
46944694 InstrumentationService (see above)
46954695 InstrumentationServiceAttachment (see above)
46964696package:analyzer/source/error_processor.dart:
4697- severityMap (static getter: Map<String, ErrorSeverity >)
4697+ severityMap (static getter: Map<String, DiagnosticSeverity >)
46984698 ErrorConfig (class extends Object):
46994699 new (constructor: ErrorConfig Function(YamlNode?))
47004700 processors (getter: List<ErrorProcessor>)
47014701 ErrorProcessor (class extends Object):
47024702 getProcessor (static method: ErrorProcessor? Function(AnalysisOptions?, Diagnostic))
47034703 ignore (constructor: ErrorProcessor Function(String))
4704- new (constructor: ErrorProcessor Function(String, [ErrorSeverity ?]))
4704+ new (constructor: ErrorProcessor Function(String, [DiagnosticSeverity ?]))
47054705 code (getter: String)
47064706 description (getter: String)
4707- severity (getter: ErrorSeverity ?)
4707+ severity (getter: DiagnosticSeverity ?)
47084708 appliesTo (method: bool Function(Diagnostic))
47094709 toString (method: String Function())
47104710package:analyzer/source/file_source.dart:
0 commit comments