Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: don't decl CloneNotSupportedException if not thrown

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ea5f946cc90e2b21-5c25c49a-49cf4d18-8c779af4-94b2257560bdfd3bde4e770e"><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="2468a14c8732fc65-b7c1d6c9-467343a4-93669f7b-8e168f14323ecb50d77193f4"><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="f5adba75cc4946f8-82d7f1b7-41904b8a-b391866e-225ea94aa55e412bff6a008d"><ac:plain-text-body><![CDATA[

[[Security 2006

AA. Bibliography#Security 06]]

]]></ac:plain-text-body></ac:structured-macro>

...

OBJ03-J. Do not mix generic with non-generic nongeneric raw types in new code      04. Object Orientation (OBJ)      OBJ05-J. Defensively copy private mutable class members before returning their references