Package com.google.errorprone
-
Class Summary Class Description BugPattern.StandardTags A collection of standardized tags that can be applied to BugPatterns.BugPatternInstance A serialization-friendly POJO of the information in aBugPattern
.BugPatternValidator Validates an@BugPattern
annotation for wellformedness.DocGenProcessor Annotation processor which visits all classes that have aBugPattern
annotation, and writes a tab-delimited text file dumping the data found. -
Enum Summary Enum Description BugPattern.LinkType The type of link to generate in the compiler error message.BugPattern.SeverityLevel The severity of the diagnostic. -
Exception Summary Exception Description ValidationException An exception that indicates that BugPattern validation failed. -
Annotation Types Summary Annotation Type Description BugPattern Describes a bug pattern detected by error-prone.