...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Bibliography
<ac:structured-macro ac:name="unmigrated-wiki-markup |
...
" ac:schema-version="1" ac:macro-id="394e943f-68ac-4cf4-aaad-628a060a43b5"><ac:plain-text-body><![CDATA[ | [[API |
...
2006 |
...
AA. |
...
Bibliography#API |
...
06] |
...
] |
...
[Class |
...
Object |
...
http://java.sun.com/javase/6/docs/api/java/lang/Object.html] |
...
]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dc16ced4-44d3-411d-a9c8-82192d912fbf"><ac:plain-text-body><![CDATA[ | [[Bloch |
...
2001 |
...
AA. |
...
Bibliography#Bloch |
...
01] |
...
] |
...
Item |
...
50: |
...
Never |
...
invoke |
...
wait |
...
outside |
...
a |
...
loop | ]]></ac:plain-text-body></ac:structured-macro> | ||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="84d90ae0-898b-4f14-8447-70800777a585"><ac:plain-text-body><![CDATA[ | [[Lea 2000 | AA. Bibliography#Lea 00]] | 3.2.2 |
...
Monitor |
...
Mechanics, |
...
1.3.2 |
...
Liveness | ]]></ac:plain-text-body></ac:structured-macro> | |||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3b6b78c3-7a7a-4fa8-aa4c-18f36c3a95e8"><ac:plain-text-body><![CDATA[ | [[Goetz 2006 | AA. Bibliography#Goetz 06]] | Section 14.2, Using Condition Queues | ]]></ac:plain-text-body></ac:structured-macro> |
...
THI02-J. Do not invoke Thread.run() 09. Thread APIs (THI) THI04-J. Notify all waiting threads instead of a single thread