From dev-return-77995-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Sat Jan 27 22:42:00 2007 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 60619 invoked from network); 27 Jan 2007 22:41:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2007 22:41:59 -0000 Received: (qmail 43336 invoked by uid 500); 27 Jan 2007 22:42:04 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 43300 invoked by uid 500); 27 Jan 2007 22:42:04 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 43288 invoked by uid 99); 27 Jan 2007 22:42:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jan 2007 14:42:04 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jan 2007 14:41:58 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id E74657142D6; Sat, 27 Jan 2007 14:41:37 -0800 (PST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 41284] - dependset throws NullPointerException In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070127224137.E74657142D6@brutus.apache.org> Date: Sat, 27 Jan 2007 14:41:37 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=41284 ------- Additional Comments From jkf@apache.org 2007-01-27 14:41 ------- In an artificial environment where I have only tested the SortedBag I am able to reproduce this error, that is the same error occurs in case the object in the TreeMap is changed, so that its position in the map changes. Because of this the key retrieved using the key iterator cannot be found anymore in the map (because its position according to its ordering has changed.) In this case it probably implies that the Newest File isn't the Newest anymore... -- 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