Class SubstringOfZero

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

public final class SubstringOfZero extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to String's foo.substring(0).
See Also: