Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.BreakTreeMatcher
Packages that use BugChecker.BreakTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.BreakTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.BreakTreeMatcherModifier and TypeClassDescriptionclass
Matches the behaviour of javac's finally Xlint warning.