JDK-6234795 : (cal) roll of HOUR or HOUR_OF_DAY doesn't set the other hour field
Type:Bug
Component:core-libs
Sub-Component:java.util:i18n
Affected Version:5.0
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2005-03-02
Updated:2010-07-29
Resolved:2005-09-19
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.
A call to roll with HOUR or HOUR_OF_DAY doesn't set the other hour field.
###@###.### 2005-03-02 08:51:55 GMT
Comments
EVALUATION
This is a regression bug caused by the same fix as 4958050 for roll(). roll() needs to internally set HOUR and AM_PM for HOUR_OF_DAY change, HOUR_OF_DAY for HOUR change.
###@###.### 2005-03-02 09:21:26 GMT