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 |
Thomas Neidhart
|
a4d444d9de
|
[COLLECTIONS-480] Narrow return type of BidiMap.values to Set. Thanks to Hollis Waite.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1521272 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 20:10:39 +00:00 |
Thomas Neidhart
|
c151913ae2
|
[COLLECTIONS-481] Use varargs parameter in CompositeSet.addComposited, fixed conflict resolution when using more than 1 Set as argument. Thanks to Hollis Waite.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1521262 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 19:38:49 +00:00 |
Thomas Neidhart
|
4951344fb2
|
[COLLECTIONS-475] Fixed conversion of timeout parameters in PassiveExpiringMap.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1503029 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-14 19:09:25 +00:00 |
Thomas Neidhart
|
d639a9b437
|
Remove references to removed Buffer interface.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500270 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-06 14:08:33 +00:00 |
Thomas Neidhart
|
4f6a713a81
|
Update download page after release of 4.0-alpha1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500129 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 20:43:36 +00:00 |
Thomas Neidhart
|
16cba287b4
|
Update changes.xml with rename of CompliantBag to CollectionBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500126 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 20:40:52 +00:00 |
Thomas Neidhart
|
6d661ba6d9
|
Remove obsolete test data.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500125 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 20:40:22 +00:00 |
Thomas Neidhart
|
030d636359
|
Add missing serialization files after rename of CollectionBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500123 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 20:39:41 +00:00 |
Thomas Neidhart
|
95650a6b21
|
remove the alpha1 from the release-notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500117 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 20:11:02 +00:00 |
Thomas Neidhart
|
b64ab1ed0e
|
Update release notes with notes about compatibility, document changes since 4.0-alpha1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500115 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 20:10:16 +00:00 |
Gary D. Gregory
|
719d0c5603
|
Rename CompliantBag to CollectionBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500007 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-05 13:44:02 +00:00 |
Thomas Neidhart
|
eebbd0f73c
|
Update link to collections tutorial on oracle site.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1499865 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-04 20:45:47 +00:00 |
Thomas Neidhart
|
77180fc617
|
Added release notes for site.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1498184 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-30 21:12:31 +00:00 |
Thomas Neidhart
|
fe63f95fbf
|
[COLLECTIONS-474] Added sanity checks, javadoc clarification, changelog entry.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1496190 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 20:04:16 +00:00 |
Sebastian Bazley
|
7df57879c9
|
COLLECTIONS-474 Exception in ListOrderedMap#putAll if map contains null values
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1496182 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 19:48:29 +00:00 |
Sebastian Bazley
|
62e69cf4f2
|
Add tests for COLLECTIONS-474 - with null values and with non-null values
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1496168 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-24 19:16:42 +00:00 |
Thomas Neidhart
|
74818aa847
|
Remove obsolete pages.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1495869 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-23 18:38:43 +00:00 |
Thomas Neidhart
|
6b41e50c2d
|
Update build.xml based on the one from commons-lang: add additional test-jar target
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1495867 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-23 18:27:46 +00:00 |
Thomas Neidhart
|
f36d6870f2
|
Fix warning in test class.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1495866 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-23 18:26:33 +00:00 |
Sebastian Bazley
|
680752e141
|
Constructors must not invoke overrideable methods
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1494333 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 21:59:21 +00:00 |
Thomas Neidhart
|
4f00c55389
|
[COLLECTIONS-455] Changed remaining fields in question to scope package private.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1494296 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 20:54:29 +00:00 |
Sebastian Bazley
|
3361a74940
|
array can no longer be null, and the setter is history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1494282 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 20:09:15 +00:00 |
Thomas Neidhart
|
0cba84e103
|
[COLLECTIONS-473] Made field collection private and added setter for de-serialization.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1494280 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 20:07:04 +00:00 |
Thomas Neidhart
|
125c820e8d
|
Revert varargs parameter to plain array as it breaks tests on jdk 1.5 and 1.6.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1494275 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 20:02:36 +00:00 |
Thomas Neidhart
|
b1162d812e
|
[COLLECTIONS-459] Made fields package private, as suggested.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1494267 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-18 19:35:36 +00:00 |
Thomas Neidhart
|
cbfea04200
|
Update site.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493945 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 21:24:21 +00:00 |
Thomas Neidhart
|
da4f36e8bd
|
Added changelog entry for collections-455.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493942 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 21:15:52 +00:00 |
Thomas Neidhart
|
a02dafa47d
|
Remove todos related to privatizing fields -> keep it as is for now.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493940 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 21:11:03 +00:00 |
Thomas Neidhart
|
c5cc3a04e2
|
Add change log entry for CompliantBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493939 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 21:08:51 +00:00 |
Thomas Neidhart
|
7725a72c73
|
[COLLECTIONS-468] Added CompliantBag decorator which decorates another bag to comply with the Collection contract.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493938 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 21:06:00 +00:00 |
Thomas Neidhart
|
1c8fbeaec2
|
Formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493930 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 20:42:55 +00:00 |
Thomas Neidhart
|
f8186792d1
|
added change entry for collections-459.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493923 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 20:30:21 +00:00 |
Thomas Neidhart
|
68c0a80d17
|
[COLLECTIONS-459] Removed setArray methods in ArrayIterator and ObjectArrayIterator, made fields final if possible.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-17 20:25:23 +00:00 |