Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.IfTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.IfTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
Helper for refactoring from if-else chains to switches.class
ABugChecker
; see the associatedBugPattern
annotation for details.final class
Migrates Truth subjects from a manual "test and fail" approach to one usingSubject.check(...)
.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
final class
A BugPattern; see the summary.class
ABugChecker
; see the associatedBugPattern
annotation for details. -
Uses of BugChecker.IfTreeMatcher in com.google.errorprone.bugpatterns.flogger
-
Uses of BugChecker.IfTreeMatcher in com.google.errorprone.bugpatterns.threadsafety
Modifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.