-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 0a02666
[messages] Remove unnecessary sorting TODO.
Removes the TODO message suggesting that the messages in the
`sharedAnalyzerCodes` variable should be sorted by `camelCaseName`. It
turns out these messages are already sorted by `camelCaseName`.
Also adjusts the documentation string above
`DiagnosticTables.sortedSharedDiagnostics` (the table that
`sharedAnalyzerCodes` is built from during code generation) to clarify
that it is sorted by `camelCaseName`.
Change-Id: I6a6a696499dcae105a1bd6ba4e8a4569a17bc596
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/461522
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>1 parent c2c5357 commit 0a02666
File tree
2 files changed
+1
-3
lines changed- pkg
- analyzer_utilities/lib
- analyzer/tool/messages
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | - | ||
224 | - | ||
225 | 223 | | |
226 | 224 | | |
227 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | - | ||
404 | + | ||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments