Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.NewArrayTreeMatcher
Packages that use BugChecker.NewArrayTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.NewArrayTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.NewArrayTreeMatcherModifier and TypeClassDescriptionclass
Checks methods annotated with@NoAllocation
to ensure they really do not allocate.