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="bfe4d91a56cea0ef-4dd3ba2f-4b154718-84539d76-4850cad8b3bd33dea04e0263"><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="feb4cbed7661130b-8e980850-40524f1d-95b4a6cf-5eb948eae3fa41e1111bd0fc"><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="912e8863493535c5-0c08e9f5-488b44eb-8ec0b9a9-c6eb2bf4891bd087727e6008"><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