Commit Graph

2132 Commits

Author SHA1 Message Date
Gary D. Gregory 7419cdb1fb Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543259 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:47:07 +00:00
Gary D. Gregory e32f477085 Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543258 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:46:30 +00:00
Gary D. Gregory 81d1982c3c Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543257 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:45:55 +00:00
Gary D. Gregory 3fe52d0cd8 Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543256 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:45:38 +00:00
Gary D. Gregory f27cca133f Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543255 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:45:24 +00:00
Gary D. Gregory cd78c96d22 Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543253 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:43:25 +00:00
Gary D. Gregory 6602d00afa Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543252 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:41:17 +00:00
Gary D. Gregory 1d1cb74151 Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543251 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:40:55 +00:00
Gary D. Gregory 4d8331ef9c Unnecessary qualified name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543250 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:40:27 +00:00
Gary D. Gregory bae09b4838 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543247 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:36:51 +00:00
Gary D. Gregory aa0c114ac9 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543246 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:36:29 +00:00
Gary D. Gregory 584a10fda5 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543245 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:35:11 +00:00
Gary D. Gregory bd861c0d80 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543244 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:32:43 +00:00
Gary D. Gregory 53c08a37ef Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543243 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:32:29 +00:00
Gary D. Gregory fc3d530961 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543242 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:32:15 +00:00
Gary D. Gregory 6f95e26fc9 Statement unnecessarily nested within else clause.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543241 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:31:39 +00:00
Gary D. Gregory 84a844af5d Fix grammar in message.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543240 13f79535-47bb-0310-9956-ffa450edef68
2013-11-19 00:31:19 +00:00
Gary D. Gregory 6607ad4329 Add missing @Override annotations.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543168 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 21:22:43 +00:00
Gary D. Gregory 69aa3946d2 Remove redundant super-interfaces, already defined by super-types.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543167 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 21:21:32 +00:00
Gary D. Gregory b1834e87a6 The import java.util.Iterator is never used.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543158 13f79535-47bb-0310-9956-ffa450edef68
2013-11-18 21:07:59 +00:00
Thomas Neidhart 15ad7824ef [COLLECTIONS-501] Renamed MultiKeyMap.remove(Object, Object, ...) to removeMultiKey(...).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542782 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 18:27:12 +00:00
Thomas Neidhart 4f296da76c [COLLECTIONS-500] Renamed MultiMap.remove(K, V) to boolean removeMapping(K, V).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542763 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 17:10:33 +00:00
Thomas Neidhart 04af9bc8ee Exclude more test cases for IBM JDK 6 as these are failing for release SR15.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542074 13f79535-47bb-0310-9956-ffa450edef68
2013-11-14 20:57:02 +00:00
Thomas Neidhart 8cc80dd1a4 Fix compilation error on jenkins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1542020 13f79535-47bb-0310-9956-ffa450edef68
2013-11-14 19:00:59 +00:00
Thomas Neidhart d73ff41fa1 Move SuppressWarnings tag from for loop to method level to prevent compilation problems with IBM JDK 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1541722 13f79535-47bb-0310-9956-ffa450edef68
2013-11-13 21:14:15 +00:00
Emmanuel Bourg b34856498e Enabled a test for NullPredicate
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540862 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 22:06:50 +00:00
Emmanuel Bourg 0f5b35aa8d Code simplification
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540860 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 21:58:27 +00:00
Thomas Neidhart 90559c49ba Fix findbugs warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540835 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 20:36:06 +00:00
Thomas Neidhart 5a87d98aa1 [COLLECTION-497,498,499] Refactored test framework for bag implementations, added missing tests, added CollectionSortedBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540833 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 20:28:22 +00:00
Thomas Neidhart 528dbde3d2 Fix package description.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540804 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 18:58:31 +00:00
Thomas Neidhart a06a726acf Added tests for the unmodifiable factory methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540768 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 16:48:35 +00:00
Thomas Neidhart 539be680cd [COLLECTIONS-496] UnmodifiableBoundedCollection does now also implement the Unmodifiable marker interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540766 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 16:47:20 +00:00
Thomas Neidhart 72784c46f6 [COLLECTIONS-495] Fix UnmodifiableTrie.unmodifiableTrie, add tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540763 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 16:30:14 +00:00
Thomas Neidhart 15ee56bd0f Add more tests for queue interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540719 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 13:52:13 +00:00
Emmanuel Bourg 49452d6505 Removed the obsolete test constructors
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540705 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 13:22:32 +00:00
Emmanuel Bourg 5d975f576c Removed the unused import statements in the tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540695 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 13:01:13 +00:00
Thomas Neidhart 9e8b370391 Add unit test for TrieUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540644 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 09:09:42 +00:00
Thomas Neidhart 11ddae0a35 Add unit test for QueueUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540643 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 09:07:10 +00:00
Thomas Neidhart 81a4b4ace7 Cleanup.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540639 13f79535-47bb-0310-9956-ffa450edef68
2013-11-11 08:54:12 +00:00
Thomas Neidhart dba769313d [COLLECTIONS-494] Move Equator interface to base package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540568 13f79535-47bb-0310-9956-ffa450edef68
2013-11-10 22:19:46 +00:00
Thomas Neidhart 648a21eb5d [COLLECTIONS-494] Move Equator interface to base package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540567 13f79535-47bb-0310-9956-ffa450edef68
2013-11-10 22:19:29 +00:00
Thomas Neidhart 1996cc6875 Improve release notes with feedback from ebourg.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540564 13f79535-47bb-0310-9956-ffa450edef68
2013-11-10 22:11:43 +00:00
Thomas Neidhart ed7710f41c Fix some generics warnings in test code.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1539957 13f79535-47bb-0310-9956-ffa450edef68
2013-11-08 09:25:15 +00:00
Thomas Neidhart dcfe8f4a37 Remove spurious hashCode method, which does the same as the inherited one from AbstractMap with the only different that the iterator is sorted, which does not make a difference at all.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1539955 13f79535-47bb-0310-9956-ffa450edef68
2013-11-08 09:13:30 +00:00
Thomas Neidhart e8dfe7c8ca Add release-notes to binary distribution.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1539954 13f79535-47bb-0310-9956-ffa450edef68
2013-11-08 09:00:39 +00:00
Thomas Neidhart 99f82c97b4 Add missing since tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538966 13f79535-47bb-0310-9956-ffa450edef68
2013-11-05 12:25:43 +00:00
Thomas Neidhart 894fd838fb [COLLECTIONS-488] Added CollectionUtils.matchesAll(Iterable, Predicate), thanks to Josh Cain.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538935 13f79535-47bb-0310-9956-ffa450edef68
2013-11-05 10:50:35 +00:00
Thomas Neidhart f0cd4f84b7 [COLLECTIONS-485] Added changelog entries.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1538922 13f79535-47bb-0310-9956-ffa450edef68
2013-11-05 09:58:08 +00:00
Thomas Neidhart 4fca8268a9 [COLLECTIONS-485] Added wildcards to copy-constructors and unmodifiable decorators / iterators, thanks to Hollis Waite.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1533984 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 21:12:51 +00:00
Thomas Neidhart ba1e716261 [COLLECTIONS-481] Also change to varargs parameter in CompositeCollection.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1521617 13f79535-47bb-0310-9956-ffa450edef68
2013-09-10 20:00:25 +00:00