JIRA Report

Fix VersionKeyComponentSummaryTypeResolutionStatus
COLLECTIONS-364BidiMapDualTreeBidiMap.readObject() uses wrong comparator to create reverseMapBugFixedResolved
COLLECTIONS-264MapFastTreeMap forgets the comparatorBugFixedClosed
COLLECTIONS-136[collections][PATCH] CollectionUtils.getFreq optimizationBugFixedClosed
COLLECTIONS-135[PATCH] SwitchTransformer doc/impl inconsistentBugFixedClosed
COLLECTIONS-132Input streams are never closed in ExtendedPropertiesBugFixedClosed
COLLECTIONS-131performing get(Object) operations inside of an iteration produces an infinite loopBugFixedClosed
COLLECTIONS-130[collections] CollectionUtils.cardinality should be made smarter about BagBugFixedClosed
COLLECTIONS-129[collections] Flat3Map.equals() bugBugFixedClosed
COLLECTIONS-128[collections] IteratorChain - if first iterator empty, doesn't care about next ones.BugFixedClosed
COLLECTIONS-127[collections] Strong reference not really cleared in TestReference*Map testcasesBugFixedClosed
COLLECTIONS-125[collections] [PATCH] MapUtils JavaDoc fixesBugFixedClosed
COLLECTIONS-124[collections][PATCH] SetUniqueList breaks when swapping entriesBugFixedClosed
COLLECTIONS-123[collections] StaticBucketMap#containsKey(final Object key) can return illegal value.BugFixedClosed
COLLECTIONS-121[Collections] Improvements to maven buildBugFixedClosed
COLLECTIONS-120BeanMap.toString() causes infinite loop on circular object graphBugFixedClosed
COLLECTIONS-119[collections] Misnamed method in FixedOrderComparator: getUnkownObjectBehaviorBugFixedClosed
COLLECTIONS-118[collections] LRUMap.removeLRU(LinkEntry) is passed wrong link entryBugFixedClosed
COLLECTIONS-117[collections][PATCH] correct misspelling in RELEASE-NOTES.htmlBugFixedClosed
COLLECTIONS-114[collections] Build Warnings when building under JDK 1.5BugFixedClosed
COLLECTIONS-113[collections] ExtendedProperties#convertProperties doesn't inherit defaults.BugFixedClosed
COLLECTIONS-112[collections] [PATCH] fixes some @author hrefs or removes the link markupBugFixedClosed
COLLECTIONS-109Bug in CollectionUtilsBugFixedClosed
COLLECTIONS-107[collections] AbstractMapBag.BagIterator.remove brokenBugFixedClosed
COLLECTIONS-106[collections] test failures for subclasses of AbstractBidiMapDecorator and friendsBugFixedClosed
COLLECTIONS-105StaticBucketMap.remove(Object) incorrectly handles key comparisonBugFixedClosed
COLLECTIONS-104[collections] Only last element is removeable when CircularFifoBuffer is fullBugFixedClosed
COLLECTIONS-102Bag interface violates Collection contractBugFixedClosed
COLLECTIONS-101[collections] CursorableLinkedList iteration broken with previousBugFixedClosed
COLLECTIONS-99[PATCH] Apidoc fix for MapUtils.javaBugFixedClosed
COLLECTIONS-98[collections] BlockingBuffer Should Include Cause Exception When Throwing BufferUnderflowExceptionBugFixedClosed
COLLECTIONS-97[collections][PATCH] JavaDoc fixes for iteratorsBugFixedClosed
COLLECTIONS-96debug and verbose print in MapUtils only handles String keysBugFixedClosed
COLLECTIONS-95[collections] fails the method TransformedMap.transformedMapBugFixedClosed
COLLECTIONS-94[collections] New feature: Extend ReferenceMap with IdentityMap functionality (WeakIdentityHashMap)BugFixedClosed
COLLECTIONS-93[collections] When the AbstractHashedMap is serialized and deserialized the data array doubles its sizeBugFixedClosed
COLLECTIONS-92MultiHashMap.values() isn't backed by MapBugFixedClosed
COLLECTIONS-90[collections][PATCH] JavaDoc simplification for CollectionUtilsBugFixedClosed
COLLECTIONS-89[collections][PATCH] TestBlockingBuffer extensions and BlockingBuffer fixBugFixedClosed
COLLECTIONS-86LRUMap.get doesn't change usage statusBugFixedClosed
COLLECTIONS-84TreeList with inproved iterator() and listIterator() implementationBugFixedClosed
COLLECTIONS-82[collections] Map.debugPrint improvementsBugFixedClosed
COLLECTIONS-80[Patch] [Collections] ExtendedProperties.interpolate does not do recursive substitutionBugFixedClosed
COLLECTIONS-78BinaryHeap.remove(Object) seems to break heap orderBugFixedClosed
COLLECTIONS-77[collections] IteratorChain.remove() in combination with FilterIteratorBugFixedClosed
COLLECTIONS-74[collections] Predicated Collections Throw IllegalStateExceptionBugFixedClosed
COLLECTIONS-73BeanMap.putAllWriteable() does not count the write only methodsBugFixedClosed
COLLECTIONS-71Missing LICENSE in source distribution (commons-collections-1.0-src.tar.gz)BugFixedClosed
COLLECTIONS-70[collections] TreeList Collections.binarySearch problem - general remove() after previous() problemBugFixedClosed
COLLECTIONS-68[collections] Concurrent modification in FastArrayListBugFixedClosed
COLLECTIONS-67[collections] PriorityBuffer does not implement SerializableBugFixedClosed
COLLECTIONS-66FastArrayList, FastHashMap and FastTreeMap not thread safeBugFixedClosed
COLLECTIONS-64[collections] UnboundedFifoBuffer deserialization is brokenBugFixedClosed
COLLECTIONS-62ReferenceMap contractBugFixedClosed
COLLECTIONS-61[collections] FilterIterator doesn't reset when properties are setBugFixedClosed
COLLECTIONS-60Minor problems in SequencedHashMap and LRUMapBugFixedClosed
COLLECTIONS-58[collections] [PATCH] patch to reduce object creation in CollectionUtilsBugFixedClosed
COLLECTIONS-57Addition of static class modifer to inner classesBugFixedClosed
COLLECTIONS-56NoSuchElementException in ReferenceMap viewsBugFixedClosed
COLLECTIONS-55[collections] Filling out PredicatedXXX Javadoc - a functor package.htmlBugFixedClosed
COLLECTIONS-54[collections][PATCH] increase number of tests run from 2484 to 7429BugFixedClosed
COLLECTIONS-53[collections] Iterator.remove() in UnboundedFifoBuffer does not workBugFixedClosed
COLLECTIONS-52[collections] Method that add a Object to a Collection if it was not nullBugFixedClosed
COLLECTIONS-48[collections] TransformedMap putAll(empty map) causes IllegalArgumentExceptionBugFixedClosed
COLLECTIONS-47[collections] [PATCH] fixes 97 typosBugFixedClosed
COLLECTIONS-44Upgrade your version numberBugFixedClosed
COLLECTIONS-43[collections] serialVersionUID should be privateBugFixedClosed
COLLECTIONS-41LazyCollections.lazyList.get(i) grows wrongBugFixedClosed
COLLECTIONS-40ExtendedProperties.load should default to encoding "8859_1"BugFixedClosed
COLLECTIONS-39[collections] ExtendedProperties should not just allow NPEsBugFixedClosed
COLLECTIONS-38[collections] Javadoc entry page overview has bad links for 'Transformer' and 'Factory'BugFixedClosed
COLLECTIONS-36[collections] MultiHashMap.remove(key, value) always returns a valueBugFixedClosed
COLLECTIONS-35[collections] IteratorChain.hasNext() throws when chain is emptyBugFixedClosed
COLLECTIONS-34Collections doesn't build with jdk1.2 javacBugFixedClosed
COLLECTIONS-33[collections] AbstractHashedMap: initial threshold too conservativeBugFixedClosed
COLLECTIONS-31[collections][PATCH] BlockingBuffer JavaDoc improvementBugFixedClosed
COLLECTIONS-28SequencedHashMap.indexOf(Object key) throws annoying exceptionsBugFixedClosed
COLLECTIONS-27[collections] LRUMap.clone() broken?BugFixedClosed
COLLECTIONS-26CompositeSet always supports remove operationBugFixedClosed
COLLECTIONS-25[collections][PATCH] OutOfMemoryError test case for MapUtils.verbosePrint.BugFixedClosed
COLLECTIONS-24[collections] [patch] TransformingPredicateBugFixedClosed
COLLECTIONS-23BeanMap.putAll(beanmap) failsBugFixedClosed
COLLECTIONS-22[collections] In BeanMap all properties are writable (some with null mutator)BugFixedClosed
COLLECTIONS-21TestMap.tearDown() should throw ExceptionBugFixedClosed
COLLECTIONS-20[collections] TestObservedBag and TestObservedSet fail under Java 1.3.1BugFixedClosed
COLLECTIONS-19[collections] 'acknowledgement' typos in licence headersBugFixedClosed
COLLECTIONS-18[collections] ListOrderedSet broken or documentation wrong.BugFixedClosed
COLLECTIONS-17[collections] Enhance BlockingBuffer to allow for a timeout valueBugFixedClosed
COLLECTIONS-16ExtendedProperties never sets isInitializedBugFixedClosed
COLLECTIONS-14[collections] Missing putAll(Map map) in MultiHashMap since 3.1BugFixedClosed
COLLECTIONS-13[collections] Typo in user documentationBugFixedClosed
COLLECTIONS-10[collections] minor javadoc fixes for OrderedIteratorBugFixedClosed
COLLECTIONS-9[collections] ~20 Javadoc fixes and type cast clean ups.BugFixedClosed
COLLECTIONS-7[collections] BlockingBuffer waits/notifies wrong Object?BugFixedClosed
COLLECTIONS-6[Collections] - MapUtils]Method to generate a Map from a Object[][]BugFixedClosed
COLLECTIONS-5[collections] Map.debug/verbosePrint Thread SafetyBugFixedClosed
COLLECTIONS-4Calling CollectionUtils.cardinality with null obj argument leads to NPEBugFixedClosed
COLLECTIONS-2[collections] ExtendedProperties.save(...) does not escape special charactersBugFixedClosed
COLLECTIONS-365Set[collections] ListOrderedSet implementing java.util.ListImprovementFixedResolved
COLLECTIONS-208[collections] Add KeyedList To commonsImprovementFixedClosed
COLLECTIONS-206Enhancing CollectionUtils with a #reject APIImprovementFixedClosed