Uses of Interface
com.google.errorprone.bugpatterns.BugChecker.SynchronizedTreeMatcher
Packages that use BugChecker.SynchronizedTreeMatcher
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of BugChecker.SynchronizedTreeMatcher in com.google.errorprone.bugpatterns
Classes in com.google.errorprone.bugpatterns that implement BugChecker.SynchronizedTreeMatcherModifier and TypeClassDescriptionclassDetects locks on boxed primitives.classBug 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
Classes in com.google.errorprone.bugpatterns.threadsafety that implement BugChecker.SynchronizedTreeMatcherModifier and TypeClassDescriptionclassABugChecker; see the associatedBugPatternannotation for details.classABugChecker; see the associatedBugPatternannotation for details.