Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.CatchTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.CatchTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.final class
Bugpattern for catch blocks which catch an exception but throw another one without wrapping the original. -
Uses of BugChecker.CatchTreeMatcher in com.google.errorprone.bugpatterns.flogger
Modifier and TypeClassDescriptionfinal class
Flags cases where there is an exception available that could be set as the cause in a log message.