...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...
Bibliography
Wiki Markup |
---|
\[[API 2006|AA. Bibliography#API 06]\] [Class Object|http://java.sun.com/javase/6/docs/api/java/lang/Object.html] \[[Bloch 2001|AA. Bibliography#Bloch 01]\] Item 50: Never invoke wait outside a loop \[[Lea 2000|AA. Bibliography#Lea 00]\] 3.2.2 Monitor Mechanics, 1.3.2 Liveness \[[Goetz 2006|AA. Bibliography#Goetz 06]\] Section 14.2, Using Condition Queues |
...
THI02-J. Do not invoke Thread.run() 1213. Locking Thread APIs (LCKTHI) THI04-J. Notify all waiting threads instead of a single thread