Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.SynchronizedTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.SynchronizedTreeMatcher in com.google.errorprone.bugpatterns
Modifier and TypeClassDescriptionclass
Detects locks on boxed primitives.class
Bug checker to detect the usage of lock on the class other than the enclosing class of the code block. -
Uses of BugChecker.SynchronizedTreeMatcher in com.google.errorprone.bugpatterns.threadsafety
Modifier and TypeClassDescriptionclass
ABugChecker
; see the associatedBugPattern
annotation for details.class
ABugChecker
; see the associatedBugPattern
annotation for details.