Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.MemberSelectTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.MemberSelectTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionfinal class
Flags types being referred to by their non-canonical name.final class
A bugpattern; see the summary.class
class
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.final class
A BugPattern; see the summary. -
Uses of BugChecker.MemberSelectTreeMatcher in com.google.errorprone.bugpatterns.android
Modifier and TypeClassDescriptionclass
Replacement of misleading android.R.string constants with more intuitive ones. -
Uses of BugChecker.MemberSelectTreeMatcher in com.google.errorprone.bugpatterns.apidiff
Modifier and TypeClassDescriptionclass
Checks for uses of classes, fields, or methods that are not compatible with legacy Android devices.class
A base Error Prone check implementation to enforce compliance with a given API diff.class
Checks for uses of classes, fields, or methods that are not compatible with JDK 7class
Checks for uses of classes, fields, or methods that are not compatible with JDK 8 -
Uses of BugChecker.MemberSelectTreeMatcher in com.google.errorprone.bugpatterns.flogger
Modifier and TypeClassDescriptionfinal class
Ensures that class-level FluentLogger objects are private static final. -
Uses of BugChecker.MemberSelectTreeMatcher in com.google.errorprone.bugpatterns.nullness
Modifier and TypeClassDescriptionfinal class
ABugChecker
; see the associatedBugPattern
annotation for details. -
Uses of BugChecker.MemberSelectTreeMatcher in com.google.errorprone.bugpatterns.time
Modifier and TypeClassDescriptionfinal class
Checks for usages of dangerousDateTimeConstants
constants.