[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/27362] Call to java.util.Calendar#clear() may discard jav
From: |
gcc at pcedev dot com |
Subject: |
[Bug classpath/27362] Call to java.util.Calendar#clear() may discard java.util.Calendar#add() change |
Date: |
6 May 2006 17:58:40 -0000 |
------- Comment #1 from gcc at pcedev dot com 2006-05-06 17:58 -------
Committed a fix :
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/util/Calendar.java.diff?tr1=1.47&tr2=1.48&r1=text&r2=text
The problem was that when calling clear(int), the internal state of the
calendar could not be in sync with the latest pending changes (like the add(..)
) and the changes were lost.
--
gcc at pcedev dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |0.92
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27362