Files
sdk/pkg/analysis_server/lib
Sam Rawlins 278ea48c7e DAS: Tidy the MemberSorter code, mostly renaming constants
The primary change here is to rename constants from SCREAMING_SNAKE
case. Also:

* Make the fields private, as a best practice, which also highlights
  that the `endOfLine` field is unused.
* In `sortUnitMembers`, use a switch since `CompilationUnitMember` is
  a sealed class. This highlights, via the necessary `default` case,
  that the switch is non-exhaustive.

Change-Id: I41a9ebdec651402e3e894321a9d6e72b1cbbb66a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/454421
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2025-10-13 09:11:35 -07:00
..
2025-09-03 12:56:29 -07:00