...
This noncompliant code example locks on a public
non-final object in an attempt to use a lock different that differs from SomeObject
's own intrinsic lock.
...
...
This noncompliant code example locks on a public
non-final object in an attempt to use a lock different that differs from SomeObject
's own intrinsic lock.
...