Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.TryTreeMatcher
Packages that use BugChecker.TryTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.TryTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.TryTreeMatcherModifier and TypeClassDescriptionclassABugChecker; see the associatedBugPatternannotation for details.final classFlags code which catchesRuntimeExceptions under the guise of catchingException.classABugChecker; see the associatedBugPatternannotation for details.final classChecks for cases where anInterruptedExceptionis caught as part of a catch block catching a supertype, and not specially handled.classclassABugChecker; see the associatedBugPatternannotation for details.classA bug checker for the following code pattern:classABugChecker; see the associatedBugPatternannotation for details.