JDK-6328228 : No appropriate CCC request for listed JDK 6.0 changes in java.sql package
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.sql
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-23
  • Updated: 2017-05-19
  • Resolved: 2005-11-14
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 6
6 b59Fixed
Related Reports
Relates :  
Relates :  
Description
---------------------------------------------------------------------
During the analysis of signature changes in Mustang API between b52 and b53 by JCK team it appeared, that some of them do not have any appropriate CCC request. The list of these changes is shown below. For each change a build number is given in brackets.

1. (b53)New overriding method java.sql.DataTruncation.getSQLState()
2. (b53)Missed the following annotations:
  java.sql.Date.Date(int,int,int):        anno 0 java.lang.Deprecated()
  java.sql.Date.getHours():               anno 0 java.lang.Deprecated()
  java.sql.Date.getMinutes():             anno 0 java.lang.Deprecated()
  java.sql.Date.getSeconds():             anno 0 java.lang.Deprecated()
  java.sql.Date.setHours(int):            anno 0 java.lang.Deprecated()
  java.sql.Date.setMinutes(int):          anno 0 java.lang.Deprecated()
  java.sql.Date.setSeconds(int):          anno 0 java.lang.Deprecated()

Comments
EVALUATION Will fix in the latest Mustang integration. This went in by mistake and shouldnt have gone in. This will be corrected.
19-10-2005