JDK-7041612 : Rename StandardCharset to StandardCharsets
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-05-03
  • Updated: 2017-05-16
  • Resolved: 2011-06-09
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
7 b143Fixed
Related Reports
Relates :  
Relates :  
Description
The recently introduced class StandardCharset does not follow established naming pattern for classes containing constants that are not enums. Because the chance is very recent the impact of renaming is reduced by making this change quickly.

Comments
SUGGESTED FIX StandardCharset -> StandardCharsets
03-05-2011

EVALUATION Change the name to match established conventions.
03-05-2011