...
CWE-230 "Improper Handling of Missing Values" | |
| CWE-232 "Improper Handling of Undefined Values" |
| CWE-690 "Unchecked Return Value to NULL Pointer Dereference" |
| CWE-395 "Use of NullPointerException Catch to Detect NULL Pointer Dereference" |
| CWE-396 "Declaration of Catch for Generic Exception" |
| CWE-7 "J2EE Misconfiguration: Missing Custom Error Page" |
| CWE-537 "Information Exposure Through Java Runtime Error Message" |
| CWE-536 "Information Exposure Through Servlet Runtime Error Message" |
The Elements of Java Style: | Rule 87: Do not silently absorb a run-time or error exception |
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b19a90fb6379227a-8abd456a-4cc24e51-b63b8b1e-3f4f250abf2a235aa2925303"><ac:plain-text-body><![CDATA[ | [[Cunningham 1995 | AA. Bibliography#Cunningham 95]] |
| ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5455513816bbe61e-cb67de4b-447d4249-8330a390-5b42b95b1dc57fe91661eca9"><ac:plain-text-body><![CDATA[ | [[Doshi 2003 | AA. Bibliography#Doshi 03]] |
| ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="586b1564fbdc0886-82a42999-46534e55-bccfb1da-9916c58724265f64fad9ec95"><ac:plain-text-body><![CDATA[ | [[Grand 2002 | AA. Bibliography#Grand 02]] | Chapter 8, Behavioral patterns, the Null Object | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fa08d03f3c10009e-daf6c8c6-481f41cf-bcffa056-b33b019bbfcbe8465a3bd099"><ac:plain-text-body><![CDATA[ | [[Henney 2003 | AA. Bibliography#Henney 03]] |
| ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8d9f6726d05981ce-436c03ec-43684683-9b9482a1-595af451f9eb71940a6b7974"><ac:plain-text-body><![CDATA[ | [[JLS 2005 | AA. Bibliography#JLS 05]] | [Chapter 11, Exceptions | http://java.sun.com/docs/books/jls/third_edition/html/exceptions.html] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="82a64a120cce7439-5bcee27f-41c047ca-9dfa8974-bf37b5ea8ec4509193cd7997"><ac:plain-text-body><![CDATA[ | [[J2SE 2011 | AA. Bibliography#J2SE 11]] | Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9bcc4e7bd029b0bb-d7b10de4-49504bd5-896a84b8-4fc8bad927d82ddd4cecfe39"><ac:plain-text-body><![CDATA[ | [[Muller 2002 | AA. Bibliography#Muller 02]] |
| ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="230a96879b0d12fb-19ea7c16-4f0246da-bbf5a7a5-8ba8ee427c35b7ac44573ce9"><ac:plain-text-body><![CDATA[ | [[Schweisguth 2003 | AA. Bibliography#Schweisguth 03]] |
| ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="43686ed6ad438b39-cbdd6e23-439f445a-8cb5825a-75da73553ba837e9148348b2"><ac:plain-text-body><![CDATA[ | [[Tutorials 2008 | AA. Bibliography#tutorials 08]] | [Exceptions | http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html] | ]]></ac:plain-text-body></ac:structured-macro> |
...