Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent
ReverseOrder
Refaster rule from introducing a static import
This is a workaround for the issue resolved by google/error-prone#3584. After application of this Refaster rule, any static imports of `java.util.Collections.reverseOrder` are obsolete. These can be removed by running Google Java Format or Error Prone's `RemoveUnusedImports` check. Where possible, subsequent application of the `StaticImport` checker will statically import `java.util.Comparator.reverseOrder`.
- Loading branch information