...
According to the Java Language Specification, §4.3.2, "The Class Object" [JLS 2005]:
A class method that is declared
synchronized
synchronizes on the lock associated with theClass
object of the class.
...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
LCK02-J | medium | probable | medium | P8 | L2 |
Bibliography
[API 2006] |
|
| |
Synchronization | |
Locking |
...