Class LockOnNonEnclosingClassLiteral

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.LockOnNonEnclosingClassLiteral
All Implemented Interfaces:
BugChecker.SynchronizedTreeMatcher, Suppressible, Serializable

public class LockOnNonEnclosingClassLiteral extends BugChecker implements BugChecker.SynchronizedTreeMatcher
Bug checker to detect the usage of lock on the class other than the enclosing class of the code block.
See Also: