Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.TypeCastTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.TypeCastTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
class
ABugChecker
; see the associatedBugPattern
annotation for details.class
class
ABugChecker
; see the associatedBugPattern
annotation for details.class
Checks methods annotated with@NoAllocation
to ensure they really do not allocate.class
Checks unsafe instance creation via reflection. -
Uses of BugChecker.TypeCastTreeMatcher in com.google.errorprone.bugpatterns.android
-
Uses of BugChecker.TypeCastTreeMatcher in com.google.errorprone.bugpatterns.nullness
Modifier and TypeClassDescriptionclass
Check to detect unsafe upcasts ofnull
values to wildcard types.