Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.ContinueTreeMatcher
Packages that use BugChecker.ContinueTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.ContinueTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.ContinueTreeMatcherModifier and TypeClassDescriptionclassMatches the behaviour of javac's finally Xlint warning.final classA bug checker; see the summary.