| Fix Version | Key | Component | Summary | Type | Resolution | Status |
|---|
| COLLECTIONS-364 | BidiMap | DualTreeBidiMap.readObject() uses wrong comparator to create reverseMap | Bug | Fixed | Resolved |
| COLLECTIONS-264 | Map | FastTreeMap forgets the comparator | Bug | Fixed | Closed |
| COLLECTIONS-136 | | [collections][PATCH] CollectionUtils.getFreq optimization | Bug | Fixed | Closed |
| COLLECTIONS-135 | | [PATCH] SwitchTransformer doc/impl inconsistent | Bug | Fixed | Closed |
| COLLECTIONS-132 | | Input streams are never closed in ExtendedProperties | Bug | Fixed | Closed |
| COLLECTIONS-131 | | performing get(Object) operations inside of an iteration produces an infinite loop | Bug | Fixed | Closed |
| COLLECTIONS-130 | | [collections] CollectionUtils.cardinality should be made smarter about Bag | Bug | Fixed | Closed |
| COLLECTIONS-129 | | [collections] Flat3Map.equals() bug | Bug | Fixed | Closed |
| COLLECTIONS-128 | | [collections] IteratorChain - if first iterator empty, doesn't care about next ones. | Bug | Fixed | Closed |
| COLLECTIONS-127 | | [collections] Strong reference not really cleared in TestReference*Map testcases | Bug | Fixed | Closed |
| COLLECTIONS-125 | | [collections] [PATCH] MapUtils JavaDoc fixes | Bug | Fixed | Closed |
| COLLECTIONS-124 | | [collections][PATCH] SetUniqueList breaks when swapping entries | Bug | Fixed | Closed |
| COLLECTIONS-123 | | [collections] StaticBucketMap#containsKey(final Object key) can return illegal value. | Bug | Fixed | Closed |
| COLLECTIONS-121 | | [Collections] Improvements to maven build | Bug | Fixed | Closed |
| COLLECTIONS-120 | | BeanMap.toString() causes infinite loop on circular object graph | Bug | Fixed | Closed |
| COLLECTIONS-119 | | [collections] Misnamed method in FixedOrderComparator: getUnkownObjectBehavior | Bug | Fixed | Closed |
| COLLECTIONS-118 | | [collections] LRUMap.removeLRU(LinkEntry) is passed wrong link entry | Bug | Fixed | Closed |
| COLLECTIONS-117 | | [collections][PATCH] correct misspelling in RELEASE-NOTES.html | Bug | Fixed | Closed |
| COLLECTIONS-114 | | [collections] Build Warnings when building under JDK 1.5 | Bug | Fixed | Closed |
| COLLECTIONS-113 | | [collections] ExtendedProperties#convertProperties doesn't inherit defaults. | Bug | Fixed | Closed |
| COLLECTIONS-112 | | [collections] [PATCH] fixes some @author hrefs or removes the link markup | Bug | Fixed | Closed |
| COLLECTIONS-109 | | Bug in CollectionUtils | Bug | Fixed | Closed |
| COLLECTIONS-107 | | [collections] AbstractMapBag.BagIterator.remove broken | Bug | Fixed | Closed |
| COLLECTIONS-106 | | [collections] test failures for subclasses of AbstractBidiMapDecorator and friends | Bug | Fixed | Closed |
| COLLECTIONS-105 | | StaticBucketMap.remove(Object) incorrectly handles key comparison | Bug | Fixed | Closed |
| COLLECTIONS-104 | | [collections] Only last element is removeable when CircularFifoBuffer is full | Bug | Fixed | Closed |
| COLLECTIONS-102 | | Bag interface violates Collection contract | Bug | Fixed | Closed |
| COLLECTIONS-101 | | [collections] CursorableLinkedList iteration broken with previous | Bug | Fixed | Closed |
| COLLECTIONS-99 | | [PATCH] Apidoc fix for MapUtils.java | Bug | Fixed | Closed |
| COLLECTIONS-98 | | [collections] BlockingBuffer Should Include Cause Exception When Throwing BufferUnderflowException | Bug | Fixed | Closed |
| COLLECTIONS-97 | | [collections][PATCH] JavaDoc fixes for iterators | Bug | Fixed | Closed |
| COLLECTIONS-96 | | debug and verbose print in MapUtils only handles String keys | Bug | Fixed | Closed |
| COLLECTIONS-95 | | [collections] fails the method TransformedMap.transformedMap | Bug | Fixed | Closed |
| COLLECTIONS-94 | | [collections] New feature: Extend ReferenceMap with IdentityMap functionality (WeakIdentityHashMap) | Bug | Fixed | Closed |
| COLLECTIONS-93 | | [collections] When the AbstractHashedMap is serialized and deserialized the data array doubles its size | Bug | Fixed | Closed |
| COLLECTIONS-92 | | MultiHashMap.values() isn't backed by Map | Bug | Fixed | Closed |
| COLLECTIONS-90 | | [collections][PATCH] JavaDoc simplification for CollectionUtils | Bug | Fixed | Closed |
| COLLECTIONS-89 | | [collections][PATCH] TestBlockingBuffer extensions and BlockingBuffer fix | Bug | Fixed | Closed |
| COLLECTIONS-86 | | LRUMap.get doesn't change usage status | Bug | Fixed | Closed |
| COLLECTIONS-84 | | TreeList with inproved iterator() and listIterator() implementation | Bug | Fixed | Closed |
| COLLECTIONS-82 | | [collections] Map.debugPrint improvements | Bug | Fixed | Closed |
| COLLECTIONS-80 | | [Patch] [Collections] ExtendedProperties.interpolate does not do recursive substitution | Bug | Fixed | Closed |
| COLLECTIONS-78 | | BinaryHeap.remove(Object) seems to break heap order | Bug | Fixed | Closed |
| COLLECTIONS-77 | | [collections] IteratorChain.remove() in combination with FilterIterator | Bug | Fixed | Closed |
| COLLECTIONS-74 | | [collections] Predicated Collections Throw IllegalStateException | Bug | Fixed | Closed |
| COLLECTIONS-73 | | BeanMap.putAllWriteable() does not count the write only methods | Bug | Fixed | Closed |
| COLLECTIONS-71 | | Missing LICENSE in source distribution (commons-collections-1.0-src.tar.gz) | Bug | Fixed | Closed |
| COLLECTIONS-70 | | [collections] TreeList Collections.binarySearch problem - general remove() after previous() problem | Bug | Fixed | Closed |
| COLLECTIONS-68 | | [collections] Concurrent modification in FastArrayList | Bug | Fixed | Closed |
| COLLECTIONS-67 | | [collections] PriorityBuffer does not implement Serializable | Bug | Fixed | Closed |
| COLLECTIONS-66 | | FastArrayList, FastHashMap and FastTreeMap not thread safe | Bug | Fixed | Closed |
| COLLECTIONS-64 | | [collections] UnboundedFifoBuffer deserialization is broken | Bug | Fixed | Closed |
| COLLECTIONS-62 | | ReferenceMap contract | Bug | Fixed | Closed |
| COLLECTIONS-61 | | [collections] FilterIterator doesn't reset when properties are set | Bug | Fixed | Closed |
| COLLECTIONS-60 | | Minor problems in SequencedHashMap and LRUMap | Bug | Fixed | Closed |
| COLLECTIONS-58 | | [collections] [PATCH] patch to reduce object creation in CollectionUtils | Bug | Fixed | Closed |
| COLLECTIONS-57 | | Addition of static class modifer to inner classes | Bug | Fixed | Closed |
| COLLECTIONS-56 | | NoSuchElementException in ReferenceMap views | Bug | Fixed | Closed |
| COLLECTIONS-55 | | [collections] Filling out PredicatedXXX Javadoc - a functor package.html | Bug | Fixed | Closed |
| COLLECTIONS-54 | | [collections][PATCH] increase number of tests run from 2484 to 7429 | Bug | Fixed | Closed |
| COLLECTIONS-53 | | [collections] Iterator.remove() in UnboundedFifoBuffer does not work | Bug | Fixed | Closed |
| COLLECTIONS-52 | | [collections] Method that add a Object to a Collection if it was not null | Bug | Fixed | Closed |
| COLLECTIONS-48 | | [collections] TransformedMap putAll(empty map) causes IllegalArgumentException | Bug | Fixed | Closed |
| COLLECTIONS-47 | | [collections] [PATCH] fixes 97 typos | Bug | Fixed | Closed |
| COLLECTIONS-44 | | Upgrade your version number | Bug | Fixed | Closed |
| COLLECTIONS-43 | | [collections] serialVersionUID should be private | Bug | Fixed | Closed |
| COLLECTIONS-41 | | LazyCollections.lazyList.get(i) grows wrong | Bug | Fixed | Closed |
| COLLECTIONS-40 | | ExtendedProperties.load should default to encoding "8859_1" | Bug | Fixed | Closed |
| COLLECTIONS-39 | | [collections] ExtendedProperties should not just allow NPEs | Bug | Fixed | Closed |
| COLLECTIONS-38 | | [collections] Javadoc entry page overview has bad links for 'Transformer' and 'Factory' | Bug | Fixed | Closed |
| COLLECTIONS-36 | | [collections] MultiHashMap.remove(key, value) always returns a value | Bug | Fixed | Closed |
| COLLECTIONS-35 | | [collections] IteratorChain.hasNext() throws when chain is empty | Bug | Fixed | Closed |
| COLLECTIONS-34 | | Collections doesn't build with jdk1.2 javac | Bug | Fixed | Closed |
| COLLECTIONS-33 | | [collections] AbstractHashedMap: initial threshold too conservative | Bug | Fixed | Closed |
| COLLECTIONS-31 | | [collections][PATCH] BlockingBuffer JavaDoc improvement | Bug | Fixed | Closed |
| COLLECTIONS-28 | | SequencedHashMap.indexOf(Object key) throws annoying exceptions | Bug | Fixed | Closed |
| COLLECTIONS-27 | | [collections] LRUMap.clone() broken? | Bug | Fixed | Closed |
| COLLECTIONS-26 | | CompositeSet always supports remove operation | Bug | Fixed | Closed |
| COLLECTIONS-25 | | [collections][PATCH] OutOfMemoryError test case for MapUtils.verbosePrint. | Bug | Fixed | Closed |
| COLLECTIONS-24 | | [collections] [patch] TransformingPredicate | Bug | Fixed | Closed |
| COLLECTIONS-23 | | BeanMap.putAll(beanmap) fails | Bug | Fixed | Closed |
| COLLECTIONS-22 | | [collections] In BeanMap all properties are writable (some with null mutator) | Bug | Fixed | Closed |
| COLLECTIONS-21 | | TestMap.tearDown() should throw Exception | Bug | Fixed | Closed |
| COLLECTIONS-20 | | [collections] TestObservedBag and TestObservedSet fail under Java 1.3.1 | Bug | Fixed | Closed |
| COLLECTIONS-19 | | [collections] 'acknowledgement' typos in licence headers | Bug | Fixed | Closed |
| COLLECTIONS-18 | | [collections] ListOrderedSet broken or documentation wrong. | Bug | Fixed | Closed |
| COLLECTIONS-17 | | [collections] Enhance BlockingBuffer to allow for a timeout value | Bug | Fixed | Closed |
| COLLECTIONS-16 | | ExtendedProperties never sets isInitialized | Bug | Fixed | Closed |
| COLLECTIONS-14 | | [collections] Missing putAll(Map map) in MultiHashMap since 3.1 | Bug | Fixed | Closed |
| COLLECTIONS-13 | | [collections] Typo in user documentation | Bug | Fixed | Closed |
| COLLECTIONS-10 | | [collections] minor javadoc fixes for OrderedIterator | Bug | Fixed | Closed |
| COLLECTIONS-9 | | [collections] ~20 Javadoc fixes and type cast clean ups. | Bug | Fixed | Closed |
| COLLECTIONS-7 | | [collections] BlockingBuffer waits/notifies wrong Object? | Bug | Fixed | Closed |
| COLLECTIONS-6 | | [Collections] - MapUtils]Method to generate a Map from a Object[][] | Bug | Fixed | Closed |
| COLLECTIONS-5 | | [collections] Map.debug/verbosePrint Thread Safety | Bug | Fixed | Closed |
| COLLECTIONS-4 | | Calling CollectionUtils.cardinality with null obj argument leads to NPE | Bug | Fixed | Closed |
| COLLECTIONS-2 | | [collections] ExtendedProperties.save(...) does not escape special characters | Bug | Fixed | Closed |
| COLLECTIONS-365 | Set | [collections] ListOrderedSet implementing java.util.List | Improvement | Fixed | Resolved |
| COLLECTIONS-208 | | [collections] Add KeyedList To commons | Improvement | Fixed | Closed |
| COLLECTIONS-206 | | Enhancing CollectionUtils with a #reject API | Improvement | Fixed | Closed |