Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 27333 invoked from network); 16 Jul 2005 18:10:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jul 2005 18:10:39 -0000 Received: (qmail 7962 invoked by uid 500); 16 Jul 2005 18:10:37 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 7924 invoked by uid 500); 16 Jul 2005 18:10:36 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 7910 invoked by uid 99); 16 Jul 2005 18:10:36 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2005 11:10:28 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 2D19815; Sat, 16 Jul 2005 20:10:24 +0200 (CEST) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 35631] - [collections] Missing putAll(Map map) in MultiHashMap since 3.1 X-Bugzilla-Reason: AssignedTo Message-Id: <20050716181024.2D19815@ajax.apache.org> Date: Sat, 16 Jul 2005 20:10:24 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=35631 scolebourne@joda.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From scolebourne@joda.org 2005-07-16 20:10 ------- The put(Object,Object) where value=ArrayList functionality was removed a very long time ago, what is now svn rv130874 (24th November 2002). The implementation that was there at that time was broken (it didn't merge entries, it wiped them), and it was against the Map contract in various ways. This is also not specified by the MultiMap interface. However, what I committed to SVN rv209683 will fix the original bug report, whereby you couldn't clone a multmap using putAll. -- 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: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org