| Class | Description |
|---|---|
| NoPrivateConstructorInUtilityClass |
An error-prone check that generates a warning when a final class with only static methods does
not have a private constructor.
|
| StringsConcatenationInLogMessage |
An error-prone check that generates a warning when a
String concatenation is used in the
log message. |