...
Compliance with CON04-J. Synchronize classes that may interact with untrusted code using a private final lock object can reduce the likelihood of misuse by ensuring that untrusted callers cannot access the lock object.
...
...
Compliance with CON04-J. Synchronize classes that may interact with untrusted code using a private final lock object can reduce the likelihood of misuse by ensuring that untrusted callers cannot access the lock object.
...