You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/03/08 05:01:27 UTC

DO NOT REPLY [Bug 30471] - ChangeLogTask filterEntrySet throws NullPointerException

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 kevin.jackson@it.fts-vn.com  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org