JDK-6462081 : No appropriate CCC request for listed JDK 6.0 changes in java(x).sql package (b95)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.sql
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2006-08-21
  • Updated: 2017-05-16
  • Resolved: 2006-10-04
Related Reports
Relates :  
Description
Some of API changes made in Mustang build b95 seem not to have any corresponding CCC request.
JCK team assumes that they should be CCC approved or removed.
The changes in question are listed below with a corresponding build number in brackets.

1. (b95)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()
They had already been mistakenly removed in b53. And later returned in b59. See CR 6328228.

2. (b95) The the generification of return value java.util.Enumeration<javax.sql.rowset.spi.SyncProvider> of javax.sql.rowset.spi.SyncFactory.getRegisteredProviders() was removed.

Comments
EVALUATION CCC has been raised.
12-09-2006

EVALUATION There is no action outside of entering a CCC. There was a bug previously where the changes outlined below were made in error and backed out per a bug entered. This is more of a cross the Ts and dot the Is
30-08-2006