...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2e3c9c2e9ba05870-8305eaea-45e043be-98ca8ea0-4993b716077fe7533b9a9c6b"><ac:plain-text-body><![CDATA[ | [[API 2006 | AA. Bibliography#API 06]] | [method clone() | http://java.sun.com/javase/6/docs/api/java/lang/Object.html#clone()] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7338ed1d03023268-49714724-4af54d93-8988900a-da2a6b4704f726e5c6da7fda"><ac:plain-text-body><![CDATA[ | [[Bloch 2008 | AA. Bibliography#Bloch 08]] | Item 39: Make defensive copies when needed and Item 11: Override clone judiciously | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9a05f9cbca5f1067-9a604688-4ca14f82-924facde-c49526ea3dd00ad707dc359b"><ac:plain-text-body><![CDATA[ | [[Security 2006 | AA. Bibliography#Security 06]] | ]]></ac:plain-text-body></ac:structured-macro> |
...
OBJ03-J. Never confuse immutability of a reference with that of the referenced objectDo not mix generic with non-generic raw types in new code 04. Object Orientation (OBJ) OBJ05-J. Defensively copy private mutable class members before returning their references