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