Versions Compared

Key

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

...

Note that on the Windows platform, attempts to delete open files fail silently. See rule FIO07 FIO03-J. Remove temporary files before termination for more information.

Noncompliant Code Example (File Handle)

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0e9af9ecb8dec398-07100072-4c494dc0-926483a0-60436548d0a7d62b708d9357"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API 06]]

[Class Object

http://java.sun.com/javase/6/docs/api/java/lang/Object.html]

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f4be2541211e19f2-60bfaaac-4dba4986-98bb8e01-8a93a283298b32313f7e4818"><ac:plain-text-body><![CDATA[

[[Goetz 2006b

AA. Bibliography#Goetz 06b]]

 

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="e7d6ca32e8f4b319-d1ade675-4d314821-98eb814d-d78e15e2d580c93f0c208d39"><ac:plain-text-body><![CDATA[

[[J2SE 2011

AA. Bibliography#J2SE 11]]

The try-with-resources Statement

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

...

FIO05-J. Do not create multiple buffered wrappers on a single InputStream      12. Input Output (FIO)      FIO07-J. Remove temporary files before terminationImage Added