Class AnnotateFormatMethod

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

public final class AnnotateFormatMethod extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Detects occurrences of pairs of parameters being passed straight through to String.format(java.lang.String, java.lang.Object...) from a method not annotated with FormatMethod.
Author:
ghm@google.com (Graeme Morgan)
See Also: