JDK-7087019 : Initialized is misspelled in FileOutputStream.java
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 7
  • Priority: P5
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2011-09-05
  • Updated: 2012-03-20
  • Resolved: 2011-09-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u2Fixed 8Resolved
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
Initialized is misspelled in FileOutputStream.java

"The associated channel, initalized lazily."

Line 66:
    /**
     * The associated channel, initalized lazily.
     */


In comment, change "initalized" to "initialized".

  Fixed:
"The associated channel, initialized lazily."

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
In comment, change "initalized" to "initialized".

  Fixed:
"The associated channel, initialized lazily."
ACTUAL -
"The associated channel, initalized lazily."

REPRODUCIBILITY :
This bug can be reproduced always.

Comments
EVALUATION code fix for 7082769 addressed this typo. Closing as no longer reproducible. Stricktly speaking, it's not a duplicate of 7082769.
13-09-2011

EVALUATION Minor typo fix. Fixed in connection with 7082769. Forgot to include the bug id in commit comments.
13-09-2011