Class OrphanedFormatString

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

public class OrphanedFormatString extends BugChecker implements BugChecker.LiteralTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: