Details
-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b98
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8050603 | 7u80 | Yong Huang | P3 | Resolved | Fixed | b02 |
JDK-8060376 | 7u76 | Yong Huang | P3 | Resolved | Fixed | b04 |
JDK-8047624 | 7u72 | Yong Huang | P3 | Resolved | Fixed | b01 |
JDK-8042576 | 7u71 | Yong Huang | P3 | Resolved | Fixed | b01 |
JDK-8042847 | 7u66 | Yong Huang | P3 | Resolved | Fixed | b12 |
JDK-8042315 | 7u65 | Yong Huang | P3 | Resolved | Fixed | b12 |
JDK-8132813 | 7u60 | Yong Huang | P3 | Resolved | Fixed | b34 |
Description
All
A DESCRIPTION OF THE PROBLEM :
getFirstDayOfWeek returns MONDAY in pt-BR locale, the correct return most be SUNDAY
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Just call getFirstDayOfWeek with pt-BR locale
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
SUNDAY
ACTUAL -
MONDAY
REPRODUCIBILITY :
This bug can be reproduced always.
Attachments
Issue Links
- backported by
-
JDK-8042315 getFirstDayOfWeek reports wrong day for pt-BR locale
- Resolved
-
JDK-8042576 getFirstDayOfWeek reports wrong day for pt-BR locale
- Resolved
-
JDK-8042847 getFirstDayOfWeek reports wrong day for pt-BR locale
- Resolved
-
JDK-8047624 getFirstDayOfWeek reports wrong day for pt-BR locale
- Resolved
-
JDK-8050603 getFirstDayOfWeek reports wrong day for pt-BR locale
- Resolved
-
JDK-8060376 getFirstDayOfWeek reports wrong day for pt-BR locale
- Resolved
-
JDK-8132813 getFirstDayOfWeek reports wrong day for pt-BR locale
- Resolved
- duplicates
-
JDK-7002525 Calendar.getFirstDayOfWeek() returns Monday instead of Sunday for pt_BR
- Closed