DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30471>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30471 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-08 04:01 ------- I've just checked the Java API docs. Prior to Java 1.5.0, the API states that Date.after(d) doesn't throw NullPointerException when d == null in Java 1.5.0, the API states that Date.after(d) does throw a NullPointerException when d == null My guess is that this actually changed in Java 1.4, but the docs are incorrect. I've added a simple check + comments to the code in SVN trunk. I don't think that this is related to the CVS version at all - it seems to be simply a change in the underlying API which hasn't been caught until now. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]