Details
-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b112
-
generic
-
generic
Description
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
The online documentation for Calendar.set(int,int,int,int,int,int)
Change:
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR, MINUTE, and SECOND.
To:
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, MINUTE, and SECOND.
REPRODUCIBILITY :
This bug can be reproduced always.
A DESCRIPTION OF THE PROBLEM :
The online documentation for Calendar.set(int,int,int,int,int,int)
Change:
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR, MINUTE, and SECOND.
To:
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, MINUTE, and SECOND.
REPRODUCIBILITY :
This bug can be reproduced always.
Attachments
Issue Links
- duplicates
-
JDK-8133240 Documentation of java.util.Calendar.set(int, int, int, int, int) refers to HOUR
- Closed