Uses of Class
com.google.errorprone.bugpatterns.AbstractUseSwitch
Packages that use AbstractUseSwitch
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of AbstractUseSwitch in com.google.errorprone.bugpatterns
Subclasses of AbstractUseSwitch in com.google.errorprone.bugpatternsModifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.