Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.SwitchExpressionTreeMatcher
Packages that use BugChecker.SwitchExpressionTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.SwitchExpressionTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.SwitchExpressionTreeMatcherModifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.final class
Matches always-default expressions in oneof switches.