Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
Pugh \[[Pugh 2009|AA. Bibliography#PughReferences#Pugh 09]\] cites a vulnerability discovered by the Findbugs static analysis tool in the early betas of JDK 1.7 where the {{sun.security.x509.InvalidityDateExtension}} class returned a {{Date}} instance through a {{public}} accessor without creating defensive copies.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="09489d7e8c04b17a-48cb926f-495044c4-a14cacf8-d3d9909eeb7c2b845dc2c69d"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API References#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="05fbf7121faa86a3-eeabeb22-43634152-957d821e-b41524558e291a8a9a8b11b6"><ac:plain-text-body><![CDATA[

[[Bloch 2008

AA. Bibliography#Bloch References#Bloch 08]]

Item 39. Make defensive copies when needed

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fe3ed225387c3f32-d3d49bd2-4f2948e1-85be9e7e-ce1bf95de157512099c32558"><ac:plain-text-body><![CDATA[

[[Goetz 2006

AA. Bibliography#Goetz References#Goetz 06]]

3.2, Publication and Escape: Allowing Internal Mutable State to Escape

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="526f78d65afe0903-f499409f-44e9480c-acb1b78a-fe8f78d2125e298c561cba79"><ac:plain-text-body><![CDATA[

[[Gong 2003

AA. Bibliography#Gong References#Gong 03]]

9.4, Private Object State and Object Immutability

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d9d08b1733955193-9c6917bd-43714821-81979679-d848256836bab5efbb4b7af3"><ac:plain-text-body><![CDATA[

[[Haggar 2000

AA. Bibliography#Haggar References#Haggar 00]]

[Practical Java Praxis 64. Use clone for immutable objects when passing or receiving object references to mutable objects

http://www.informit.com/articles/article.aspx?p=20530]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c4b21fe4aa08e38a-a1a39082-4f4548c4-b9f297fc-ae2cf82b07ae77c405127740"><ac:plain-text-body><![CDATA[

[[Security 2006

AA. Bibliography#Security References#Security 06]]

 

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

...