Open reprogrammer opened 11 years ago
Currently, the detector for VNA00-J reports accesses to the variable lock in the following piece of code as unsafe:
lock
synchronized (lock) { ... }
The detector shouldn't report such uses of a lock object as unsafe instructions.
Currently, the detector for VNA00-J reports accesses to the variable
lock
in the following piece of code as unsafe:The detector shouldn't report such uses of a lock object as unsafe instructions.