Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.TryTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.TryTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.final class
Flags code which catchesRuntimeException
s under the guise of catchingException
.class
ABugChecker
; see the associatedBugPattern
annotation for details.final class
Checks for cases where anInterruptedException
is caught as part of a catch block catching a supertype, and not specially handled.class
class
ABugChecker
; see the associatedBugPattern
annotation for details.class
A bug checker for the following code pattern:class
ABugChecker
; see the associatedBugPattern
annotation for details.