Files
sdk/pkg/analyzer_utilities
Paul Berry 1303a73ab1 [messages] Remove AnalyzerCode.diagnosticClass.
With the removal of diagnostic classes from
`DiagnosticCode.uniqueName`
(https://dart-review.googlesource.com/c/sdk/+/464240), there is no
longer any code that depends on diagnostic code class names, so it is
safe to remove this field.

This paves the way for follow-up CLs that will remove the diagnostic
code class names entirely from the `messages.yaml` files.

Change-Id: I6a6a6964fc892689148f3156be37fca2be0a6b78
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/465661
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2025-12-02 10:36:39 -08:00
..

A set of utilities used by the tools in several analyzer-related packages.

Not meant to be published.