Versions Compared

Key

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

...

Allowing autoboxing to produce objects of an unintended type can cause silent failures with some APIs, such as the Collections library. These failures can result in unintended object retention, memory leaks, or incorrect program operation.

Recommendation Rule

Severity

Likelihood

Remediation Cost

Priority

Level

EXP04-J

low

probable

low

P6

L2

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dc4254cc3a2e2001-ce3b2b6e-4ab24aab-bd209083-8c35376ddaaf2358e736ea29"><ac:plain-text-body><![CDATA[

[[Core Java 2004

AA. Bibliography#Core Java 04]]

Chapter 5

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="1020d1147b90dd5f-9e3d6127-41d14dcf-99419c3e-65f14552252412d5b34b0bd7"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

[§5.1.7, "Boxing Conversions"

http://java.sun.com/docs/books/jls/third_edition/html/conversions.html#5.1.7]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9b7f920165386526-8c3ce000-44cb47d4-b517b28f-304a886e3051c2a000bc3b5c"><ac:plain-text-body><![CDATA[

[[Techtalk 2007

AA. Bibliography#Techtalk 07]]

"The Joy of Sets"

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

...