Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.ArrayAccessTreeMatcher
Packages that use BugChecker.ArrayAccessTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.ArrayAccessTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.ArrayAccessTreeMatcherModifier and TypeClassDescriptionfinal class
Discourages the use ofEnum.ordinal()
and other ways to access enum values by index.