[jira] [Closed] (COLLECTIONS-385) Inconsistent Javadoc comment and code in addAll(Collection, Object[]) in org.apache.commons.collections.CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-385. --- > Inconsistent Javadoc comment and code in addAll(Collection, Object[]) in > org.apa

[jira] [Closed] (COLLECTIONS-333) Generic versions of Transformed* classes

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-333. --- > Generic versions of Transformed* classes >

[jira] [Closed] (COLLECTIONS-560) CollectionUtils: conditional collect

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-560. --- > CollectionUtils: conditional collect > > >

[jira] [Closed] (COLLECTIONS-420) CompositeCollection.containsAll() is very slow

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-420. --- > CompositeCollection.containsAll() is very slow > --

[jira] [Closed] (COLLECTIONS-394) FastTreeMap is not compatible with TreeMap

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-394. --- > FastTreeMap is not compatible with TreeMap > --

[jira] [Closed] (COLLECTIONS-277) Create commons-collections-deprecated.jar for Generics

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-277. --- > Create commons-collections-deprecated.jar for Generics > --

[jira] [Closed] (COLLECTIONS-270) Proposal for a new List implementation: BackedList

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-270. --- > Proposal for a new List implementation: BackedList > --

[jira] [Closed] (COLLECTIONS-224) [PATCH] Proposal for a new collection type KeyedBuffer

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-224. --- > [PATCH] Proposal for a new collection type KeyedBuffer > --

[jira] [Closed] (COLLECTIONS-283) HashedMap deepClone

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-283. --- > HashedMap deepClone > --- > > Key: COLLECTIONS-283

[jira] [Closed] (COLLECTIONS-418) ListUtils.retainAll() is very slow

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-418. --- > ListUtils.retainAll() is very slow > -- > >

[jira] [Closed] (COLLECTIONS-370) Add method MapUtils.putIfNotNull

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-370. --- > Add method MapUtils.putIfNotNull > > >

[jira] [Closed] (COLLECTIONS-309) IteratorChain should include factory methods for decorating iterator lists and arrays into locked IteratorChain.

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-309. --- > IteratorChain should include factory methods for decorating iterator lists > and a

[jira] [Closed] (COLLECTIONS-528) Add removeAll(Collection collection, Collection remove, Comparator comparator) and contains(Collection collection, E object, Comparator comparator) met

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-528. --- > Add removeAll(Collection collection, Collection remove, Comparator > comparator) a

[jira] [Closed] (COLLECTIONS-547) Performance issue in SetUtils::isEqualSet

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-547. --- > Performance issue in SetUtils::isEqualSet > ---

[jira] [Closed] (COLLECTIONS-532) MapUtils.predicatedMap(map, keypredicate,valuepredicate) is not working as expected

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-532. --- > MapUtils.predicatedMap(map, keypredicate,valuepredicate) is not working as > expec

[jira] [Closed] (COLLECTIONS-165) Filtered Maps, Lists, and Sets

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-165. --- > Filtered Maps, Lists, and Sets > -- > >

[jira] [Closed] (COLLECTIONS-402) Inconsistent Javadoc comment and code in intersection(List list1,List list2)in org.apache.commons.collections.ListUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-402. --- > Inconsistent Javadoc comment and code in intersection(List list1,List > list2)in o

[jira] [Closed] (COLLECTIONS-279) LRUMap: moveToMRU is not invoked for new entry

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-279. --- > LRUMap: moveToMRU is not invoked for new entry > --

[jira] [Closed] (COLLECTIONS-354) Add Collection utils from MINA: e.g. CopyOnWriteMap

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-354. --- > Add Collection utils from MINA: e.g. CopyOnWriteMap > -

[jira] [Closed] (COLLECTIONS-403) Make AndPredicate, AnyPredicate etc. not final

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-403. --- > Make AndPredicate, AnyPredicate etc. not final > --

[jira] [Closed] (COLLECTIONS-527) Please create a version commons-collections 3.x for jdk 8 compatibility

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-527. --- > Please create a version commons-collections 3.x for jdk 8 compatibility > -

[jira] [Closed] (COLLECTIONS-374) Bug in class#BeanMap and TransformedBuffer with reproducible JUnit test

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-374. --- > Bug in class#BeanMap and TransformedBuffer with reproducible JUnit test > -

[jira] [Closed] (COLLECTIONS-465) Add more static helper functions to IteratorUtils & CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-465. --- > Add more static helper functions to IteratorUtils & CollectionUtils > -

[jira] [Closed] (COLLECTIONS-535) Clarify JavaDoc of MultiKey getKey() and size()

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-535. --- > Clarify JavaDoc of MultiKey getKey() and size() > -

[jira] [Closed] (COLLECTIONS-398) BoundedFifoBuffer could be simplified by keeping a count of the number of entries

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-398. --- > BoundedFifoBuffer could be simplified by keeping a count of the number of > entrie

[jira] [Closed] (COLLECTIONS-457) Add a new DiffUtils class

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-457. --- > Add a new DiffUtils class > - > > Key: COLL

[jira] [Closed] (COLLECTIONS-439) TreeBag with comparator does not store non-key duplicates.

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-439. --- > TreeBag with comparator does not store non-key duplicates. > --

[jira] [Closed] (COLLECTIONS-183) [collections] Supplement collections with contribution

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-183. --- > [collections] Supplement collections with contribution > --

[jira] [Closed] (COLLECTIONS-552) Add an EquatorMap

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-552. --- > Add an EquatorMap > - > > Key: COLLECTIONS-552 >

[jira] [Closed] (COLLECTIONS-582) Maven repository metadata of Commons Collections in bad condition

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-582. --- > Maven repository metadata of Commons Collections in bad condition > ---

[jira] [Closed] (COLLECTIONS-581) Deserialization and Apache Commons Collection

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-581. --- > Deserialization and Apache Commons Collection > ---

[jira] [Closed] (COLLECTIONS-438) ExtendedProperties : String only composed of spaces character

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-438. --- > ExtendedProperties : String only composed of spaces character > ---

[jira] [Closed] (COLLECTIONS-482) Transformed* classes require double the number of generic qualifiers

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-482. --- > Transformed* classes require double the number of generic qualifiers >

[jira] [Closed] (COLLECTIONS-554) NullPointerException in CollectionUtils.partition

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-554. --- > NullPointerException in CollectionUtils.partition > ---

[jira] [Closed] (COLLECTIONS-325) Improve thread-safety of ExtendedProperties

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-325. --- > Improve thread-safety of ExtendedProperties > -

[jira] [Closed] (COLLECTIONS-423) FastArrayList.toString() fails to check for reference to itself

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-423. --- > FastArrayList.toString() fails to check for reference to itself > -

[jira] [Closed] (COLLECTIONS-519) private constructors in utility classes break existing code

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-519. --- > private constructors in utility classes break existing code > -

[jira] [Closed] (COLLECTIONS-440) Consider including heap implementations from java-heaps project

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-440. --- > Consider including heap implementations from java-heaps project > -

[jira] [Closed] (COLLECTIONS-212) Alternate implementations of ResettableIterator

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-212. --- > Alternate implementations of ResettableIterator > -

[jira] [Closed] (COLLECTIONS-483) Cyclic dependencies among several packages.

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-483. --- > Cyclic dependencies among several packages. > -

[jira] [Closed] (COLLECTIONS-365) [collections] ListOrderedSet implementing java.util.List

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-365. --- > [collections] ListOrderedSet implementing java.util.List >

[jira] [Closed] (COLLECTIONS-430) Create static factory methods for concrete data structure impls in the corresponding Utils classes

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-430. --- > Create static factory methods for concrete data structure impls in the > correspon

[jira] [Closed] (COLLECTIONS-368) New method in ListUtils to create Lists populated with var-args elements

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-368. --- > New method in ListUtils to create Lists populated with var-args elements >

[jira] [Closed] (COLLECTIONS-548) Performance issue in CompositeCollection::retainAll

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-548. --- > Performance issue in CompositeCollection::retainAll > -

[jira] [Closed] (COLLECTIONS-579) PassiveExpiringMap doesn't work when the key is a byte array

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-579. --- > PassiveExpiringMap doesn't work when the key is a byte array >

[jira] [Closed] (COLLECTIONS-515) ClassCastException in LazySortedMap when used with equals/transformers

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-515. --- > ClassCastException in LazySortedMap when used with equals/transformers > --

[jira] [Closed] (COLLECTIONS-443) Proposal for adding IndexedTreeMap to collections

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-443. --- > Proposal for adding IndexedTreeMap to collections > ---

[jira] [Closed] (COLLECTIONS-416) ListUtils.removeAll() is very slow

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-416. --- > ListUtils.removeAll() is very slow > -- > >

[jira] [Closed] (COLLECTIONS-397) BoundedFifoBuffer could allow null entries

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-397. --- > BoundedFifoBuffer could allow null entries > --

[jira] [Closed] (COLLECTIONS-248) TrackingCollection

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-248. --- > TrackingCollection > -- > > Key: COLLECTIONS-248 >

[jira] [Closed] (COLLECTIONS-513) NullPointerException in SwitchTransformer.transform

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-513. --- > NullPointerException in SwitchTransformer.transform > -

[jira] [Closed] (COLLECTIONS-476) Collection wrappers to for unmodifiable / nonnull-safe collections

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-476. --- > Collection wrappers to for unmodifiable / nonnull-safe collections > --

[jira] [Closed] (COLLECTIONS-489) Satisfies utility method

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-489. --- > Satisfies utility method > > > Key: COLLEC

[jira] [Closed] (COLLECTIONS-401) Inconsistent Javadoc comment and code in removeAll(Collection, Collection) in org.apache.commons.collections.ListUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-401. --- > Inconsistent Javadoc comment and code in removeAll(Collection, > Collection) in or

[jira] [Closed] (COLLECTIONS-514) NullPointerException in MapBackedSet.mapBackedSet

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-514. --- > NullPointerException in MapBackedSet.mapBackedSet > ---

[jira] [Closed] (COLLECTIONS-373) Bug in class#ListOrderedSet with reproducible JUnit test

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-373. --- > Bug in class#ListOrderedSet with reproducible JUnit test >

[jira] [Closed] (COLLECTIONS-367) Add OSGi headers to bundles built and deployed via Maven

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-367. --- > Add OSGi headers to bundles built and deployed via Maven >

[jira] [Closed] (COLLECTIONS-577) PatriciaTrie bugs when only a few bits change

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-577. --- > PatriciaTrie bugs when only a few bits change > ---

[jira] [Closed] (COLLECTIONS-366) A light-weight list of integers

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-366. --- > A light-weight list of integers > --- > >

[jira] [Closed] (COLLECTIONS-484) maven : add IssueManagement declaration

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-484. --- > maven : add IssueManagement declaration > --- >

[jira] [Commented] (COLLECTIONS-557) LRUMap memory usage vs size

2015-11-27 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030253#comment-15030253 ] Philippe Mouawad commented on COLLECTIONS-557: -- Thanks > LRUMap memory

[jira] [Commented] (COLLECTIONS-557) LRUMap memory usage vs size

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030249#comment-15030249 ] Thomas Neidhart commented on COLLECTIONS-557: - Fix version is set to 4.1

[jira] [Commented] (COLLECTIONS-557) LRUMap memory usage vs size

2015-11-27 Thread Philippe Mouawad (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030244#comment-15030244 ] Philippe Mouawad commented on COLLECTIONS-557: -- Hello [~tn], I see you s

[jira] [Closed] (COLLECTIONS-545) Undocumented performance issue in the removeAll method in CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-545. --- > Undocumented performance issue in the removeAll method in CollectionUtils > ---

[jira] [Closed] (COLLECTIONS-364) DualTreeBidiMap.readObject() uses wrong comparator to create reverseMap

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-364. --- > DualTreeBidiMap.readObject() uses wrong comparator to create reverseMap > -

[jira] [Closed] (COLLECTIONS-553) TransformedMultiValuedMap.equals() fails when comparing the value with itself

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-553. --- > TransformedMultiValuedMap.equals() fails when comparing the value with itself > ---

[jira] [Closed] (COLLECTIONS-558) ListOrderedSet#remove(int) should return E instead of Object

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-558. --- > ListOrderedSet#remove(int) should return E instead of Object >

[jira] [Closed] (COLLECTIONS-567) Add a MultiSet interface / implementations that do not violate the Collection contract

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-567. --- > Add a MultiSet interface / implementations that do not violate the Collection > co

[jira] [Closed] (COLLECTIONS-550) Provide a simple way for creating an arbitrary String representation of a given Iterable

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-550. --- > Provide a simple way for creating an arbitrary String representation of a > given

[jira] [Closed] (COLLECTIONS-566) IteratorUtils.collatedIterator do not use natural ordering if no comparator was provided

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-566. --- > IteratorUtils.collatedIterator do not use natural ordering if no comparator > was

[jira] [Closed] (COLLECTIONS-522) Documentation example does not compile

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-522. --- > Documentation example does not compile > -- > >

[jira] [Closed] (COLLECTIONS-521) Typo in MultiMapKey's isEqualKey(entry, key1, key2)

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-521. --- > Typo in MultiMapKey's isEqualKey(entry, key1, key2) > -

[jira] [Closed] (COLLECTIONS-506) Result of CollectionUtils are different between version 3.2.1 and version 4.0

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-506. --- > Result of CollectionUtils are different between version 3.2.1 and version 4.0 > ---

[jira] [Closed] (COLLECTIONS-238) ExtendedProperties.load() does not allow empty property values

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-238. --- > ExtendedProperties.load() does not allow empty property values > --

[jira] [Closed] (COLLECTIONS-507) ComparatorUtils.chainedComparator(..) should not force the objects to implement Comparable

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-507. --- > ComparatorUtils.chainedComparator(..) should not force the objects to > implement

[jira] [Closed] (COLLECTIONS-516) NullPointerException in MapUtils.toProperties

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-516. --- > NullPointerException in MapUtils.toProperties > ---

[jira] [Closed] (COLLECTIONS-543) AbstractCollectionDecorator should not delegate equals and hashcode

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-543. --- > AbstractCollectionDecorator should not delegate equals and hashcode > -

[jira] [Closed] (COLLECTIONS-537) PredicateUtils (all|any)Predicate type misbehaviour Array vs. Collection

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-537. --- > PredicateUtils (all|any)Predicate type misbehaviour Array vs. Collection >

[jira] [Closed] (COLLECTIONS-395) Request for UnBoundedLRUMap implementation with extra get method

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-395. --- > Request for UnBoundedLRUMap implementation with extra get method >

[jira] [Closed] (COLLECTIONS-442) A set of enhanced iterator classes donated by the Apache Jena project

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-442. --- > A set of enhanced iterator classes donated by the Apache Jena project > ---

[jira] [Closed] (COLLECTIONS-458) AbstractUntypedCollectionDecorator is not used

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-458. --- > AbstractUntypedCollectionDecorator is not used > -

[jira] [Closed] (COLLECTIONS-525) PatriciaTrie

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-525. --- > PatriciaTrie > > > Key: COLLECTIONS-525 >

[jira] [Closed] (COLLECTIONS-464) Add FluentIterator / FluentIterable implementation

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-464. --- > Add FluentIterator / FluentIterable implementation > --

[jira] [Closed] (COLLECTIONS-234) Please provide nightly builds of collections_jdk5_branch

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-234. --- > Please provide nightly builds of collections_jdk5_branch >

[jira] [Closed] (COLLECTIONS-530) Rejecting items on predicate failure without throwing an Exception

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-530. --- > Rejecting items on predicate failure without throwing an Exception > --

[jira] [Closed] (COLLECTIONS-471) Add a BoundedIterator which returns at most limit elements

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-471. --- > Add a BoundedIterator which returns at most limit elements > --

[jira] [Closed] (COLLECTIONS-281) Change maven build to create Collections Test Framework jar

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-281. --- > Change maven build to create Collections Test Framework jar > -

[jira] [Closed] (COLLECTIONS-555) Undefined NullPointerException in TreeBag.java

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-555. --- > Undefined NullPointerException in TreeBag.java > --

[jira] [Closed] (COLLECTIONS-539) CircularFifoQueue: make 'isAtFullCapacity' method public

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-539. --- > CircularFifoQueue: make 'isAtFullCapacity' method public >

[jira] [Closed] (COLLECTIONS-529) Add removeAll(Collection collection, Collection remove, Comparator comparator) and contains(Collection collection, E object, Comparator comparator) met

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-529. --- > Add removeAll(Collection collection, Collection remove, Comparator > comparator) a

[jira] [Closed] (COLLECTIONS-426) performance problem in ListOrderedSet.retainAll()

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-426. --- > performance problem in ListOrderedSet.retainAll() > ---

[jira] [Closed] (COLLECTIONS-271) org.apache.commons.collections.ExtendedProperties#combine don't import string properly

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-271. --- > org.apache.commons.collections.ExtendedProperties#combine don't import string > pr

[jira] [Closed] (COLLECTIONS-576) MultiKey subclassing has deserialization problem since COLLECTIONS-266: either declare protected readResolve() or MultiKey must be final

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-576. --- > MultiKey subclassing has deserialization problem since COLLECTIONS-266: > either d

[jira] [Closed] (COLLECTIONS-220) Serialization/Deserialization doesn't work well with empty buffers.

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-220. --- > Serialization/Deserialization doesn't work well with empty buffers. > -

[jira] [Closed] (COLLECTIONS-544) Undocumented performance issue in the retainAll method in CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-544. --- > Undocumented performance issue in the retainAll method in CollectionUtils > --

[jira] [Closed] (COLLECTIONS-512) equals/hashCode mismatch

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-512. --- > equals/hashCode mismatch > > > Key: COLLEC

[jira] [Closed] (COLLECTIONS-523) Removing unnecessary method

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-523. --- > Removing unnecessary method > --- > > Key:

[jira] [Closed] (COLLECTIONS-571) Deprecate CollectionUtils.{synchronized, unmodifiable}Collection methods

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-571. --- > Deprecate CollectionUtils.{synchronized, unmodifiable}Collection methods >

[jira] [Closed] (COLLECTIONS-562) Update minimum required java to 1.6

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-562. --- > Update minimum required java to 1.6 > --- > >

[jira] [Closed] (COLLECTIONS-538) ExtendedProperties causes AccessControlException when framework is called from a script

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-538. --- > ExtendedProperties causes AccessControlException when framework is called > from a

  1   2   >