[Bug 676] milliseconds bug in java.sql.Timestamp

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Mar 23 13:12:07 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=676





--- Comment #4 from Kurt T Stam <kurt.stam at gmail.com>  2011-03-23 20:12:07 ---
The methods after() and before() both use the Timestamp.compareTo(). 

With the fix in compareTo were now the getTime() is used rather then the
super.compareTo() since this will actually return the the milli-seconds as
well. So I would have thought your fix addresses my bug perfectly. But I'm
saying this just from looking at the code, and I maybe missing something.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the distro-pkg-dev mailing list