 
                            ...
| Noncompliant Code Example | Flagged | Message | 
|---|---|---|
|  non-static lock object for  | Yes | modeling problem: static region "counter" should be protected by a static field | 
|  method synchronization for  | Yes | modeling problem: static region "counter" should be protected by a static field | 
Related
...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| CWE ID 667, "Improper Locking" | 
Bibliography
| <ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="bd7847543fdee902-c8caf3ce-4b29400b-a47c8142-4c4e3cac20a3bb39a3398c5a"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. Bibliography#API 06]] | ]]></ac:plain-text-body></ac:structured-macro> | 
...