Files
error-prone-support/error-prone-guidelines
Stephan Schroevers 1cc792c615 Introduce ExhaustiveRefasterTypeMigration check (#770)
The new `@TypeMigration` annotation can be placed on Refaster rule
collections to indicate that they migrate most or all public methods of
an indicated type. The new check validates the claim made by the
annotation.
2024-02-11 12:42:39 +01:00
..

Error Prone Support coding guidelines

This module provides Error Prone checks that describe and suggest coding guidelines for both Error Prone checks and Refaster rules. These rules are only meant to be applied to Error Prone Support itself.