[Clirr-devel] [ clirr-Feature Requests-967288 ] Method move and add caused error
Status: Alpha
Brought to you by:
lkuehne
From: SourceForge.net <no...@so...> - 2004-06-05 21:21:55
|
Feature Requests item #967288, was opened at 2004-06-05 22:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=967288&group_id=89627 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stephen Colebourne (scolebourne) Assigned to: Nobody/Anonymous (nobody) Summary: Method move and add caused error Initial Comment: Between commons-collections 2.1 and 3.1 (see nightly builds) this method was removed (now uses superclass version of method): void putAll(Map) and this method added: boolean putAll(Object, Collection) Clirr mixes up these two separate changes, reporting ERROR: In Method 'public void putAll(java.util.Map)' the number of arguments has changed in org.apache.commons.collections.MultiHashMap ERROR: Return type of Method 'public void putAll (java.util.Map)' has been changed to boolean in org.apache.commons.collections.MultiHashMap This is related to 961227. The proper response would be INFO: Method removed 'public void putAll(java.util.Map)', now uses version on superclass INFO: Method added 'boolean putAll(Object,Collection)' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=967288&group_id=89627 |