Class LenientFormatStringValidation

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.LenientFormatStringValidation
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class LenientFormatStringValidation extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
A BugPattern; see the summary.
See Also: