Class AbstractPatternSyntaxChecker

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.AbstractPatternSyntaxChecker
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable
Direct Known Subclasses:
BareDotMetacharacter, InvalidPatternSyntax

@CheckReturnValue public abstract class AbstractPatternSyntaxChecker extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Finds calls to regex-accepting methods with literal strings.
See Also: