Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.TryTreeMatcher
Package | Description |
---|---|
com.google.errorprone.bugpatterns |
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.TryTreeMatcher Modifier and Type Class Description class
CatchFail
ABugChecker
; see the associatedBugPattern
annotation for details.class
CatchingUnchecked
Flags code which catchesRuntimeException
s under the guise of catchingException
.class
InterruptedExceptionSwallowed
Checks for cases where anInterruptedException
is caught as part of a catch block catching a supertype, and not specially handled.class
MissingFail
class
TryFailRefactoring
ABugChecker
; see the associatedBugPattern
annotation for details.class
TryFailThrowable
A bug checker for the following code pattern:class
TryWithResourcesVariable
ABugChecker
; see the associatedBugPattern
annotation for details.