Commit Graph

1234 Commits

Author SHA1 Message Date
Henri Yandell d0df8e55b0 Applying suggested fix from Thomas Louis in COLLECTIONS-264 - the clear() and CollectionView.clear() methods were losing the TreeMap's comparator
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@571412 13f79535-47bb-0310-9956-ffa450edef68
2007-08-31 09:39:36 +00:00
Henri Yandell c4253f47d5 Making it so CollectionUtils.size(null) returns 0 and not an IllegalArgumentException as per COLLECTIONS-230
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@567739 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 16:11:47 +00:00
Henri Yandell 1d5610521f Applying my test/fix patch from COLLECTIONS-261
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@567711 13f79535-47bb-0310-9956-ffa450edef68
2007-08-20 14:11:47 +00:00
Matthew Jason Benson ddddf08a59 Apache Apache
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561549 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 21:18:04 +00:00
Rahul Akolkar b3661629fb TLP related blanket changes:
s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:

I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
 * Historicals (proposals etc.)
 * URLs that shouldn't change (DOCTYPE fragments etc.)
 * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@561230 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 04:17:09 +00:00
Henri Yandell 25e63dac01 Fixing the mailing list addresses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@560804 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 20:14:22 +00:00
Niall Kegan Pemberton ab308f04de Minor javadoc and code style change
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@556358 13f79535-47bb-0310-9956-ffa450edef68
2007-07-15 00:16:44 +00:00
Henri Yandell 33703f1b91 Applying Mark Hindess' patch from COLLECTIONS-232 that cleans up the ordering of various assertEquals to be expected,actual and not actual,expected and also fixes various assertEquals to assertNulls where applicable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@534976 13f79535-47bb-0310-9956-ffa450edef68
2007-05-03 19:54:44 +00:00
Henri Yandell f43e0a53c1 Applying Joe Kelly's fix for COLLECTIONS-249 - SetUniqueList.addAll(int, Collection
) was always inserting at the end of the list

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@531027 13f79535-47bb-0310-9956-ffa450edef68
2007-04-21 13:44:46 +00:00
Henri Yandell c7ed0a2d1d Fixed copyright header (committing in parts as the full commit timed out)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@480465 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 08:17:04 +00:00
Henri Yandell 76f1e437e2 Fixed copyright header (committing in parts as the full commit timed out)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@480464 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 08:15:25 +00:00
Henri Yandell e3034f529a Fixed copyright header (committing in parts as the full commit timed out)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@480461 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 08:14:27 +00:00
Henri Yandell c84f3df8b5 Fixed copyright header (committing in parts as the full commit timed out)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@480459 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 08:13:13 +00:00
Henri Yandell b5f8903b88 Fixed copyright header (committing in parts as the full commit timed out)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@480452 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 07:45:14 +00:00
Henri Yandell 14dc740fad Removing my @author tag
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@471628 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 04:06:45 +00:00
Stephen Colebourne 5e313d14b2 COLLECTIONS-228 - MultiValueMap put and putAll do not return the correct values
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@468684 13f79535-47bb-0310-9956-ffa450edef68
2006-10-28 12:27:01 +00:00
Stephen Colebourne 66c4b99ddc COLLECTIONS-219 - CollectionUtils - Fix removeAll() method which was completely broken
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@428130 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 20:24:02 +00:00
Stephen Colebourne 3f09772b74 COLLECTIONS-214 - ExtendedProperties - Include property name had confused static/instance semantics
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@423272 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 22:44:49 +00:00
Stephen Colebourne f8aa3e033c COLLECTIONS-217 - Flat3Map - Fix setValue in MapIterator and EntrySetIterator to work correctly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@423264 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 22:03:00 +00:00
Stephen Colebourne b1cd358495 COLLECTIONS-215 - DefaultedMap clarify javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@421727 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 23:09:11 +00:00
Stephen Colebourne 667547d919 Fix MultiKey spelling
COLLECTIONS-216, from Hendrik Maryns

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@421712 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 22:05:01 +00:00
Stephen Colebourne e9c3c73e94 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@418566 13f79535-47bb-0310-9956-ffa450edef68
2006-07-02 10:03:12 +00:00
Stephen Colebourne 5c54256a5a Javadoc changes for v3.2
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@406071 13f79535-47bb-0310-9956-ffa450edef68
2006-05-13 10:44:37 +00:00
Stephen Colebourne b64ab87b5c Javadoc changes for v3.2
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@405927 13f79535-47bb-0310-9956-ffa450edef68
2006-05-12 22:57:03 +00:00
Stephen Colebourne 6185b726ea Add since tags for v3.2
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@405925 13f79535-47bb-0310-9956-ffa450edef68
2006-05-12 22:52:43 +00:00
Stephen Colebourne 9d46da6c8c Make LoopingListIterator implement ResettableListIterator
(a binary incompatible change, but on an unreleased class)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@405920 13f79535-47bb-0310-9956-ffa450edef68
2006-05-12 22:48:04 +00:00
Stephen Colebourne 242b938ec3 Remove deprecated classes from documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@405918 13f79535-47bb-0310-9956-ffa450edef68
2006-05-12 22:46:29 +00:00
Stephen Colebourne c6bd07e5ab Add commons agreed JDK version attributes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@405917 13f79535-47bb-0310-9956-ffa450edef68
2006-05-12 22:45:43 +00:00
Stephen Colebourne e13c0688a5 Add deprecation indicator to sub list
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@404858 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 21:40:39 +00:00
Stephen Colebourne a9c42edbcb Improve ready for release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@404804 13f79535-47bb-0310-9956-ffa450edef68
2006-05-07 17:33:02 +00:00
Stephen Colebourne 324ef991a6 Add ReverseListIterator
rfe 39224, including code from Serge Knystautas

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@400329 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 16:10:31 +00:00
Stephen Colebourne cfc1b177ef Make ListIteratorWrapper resettable
rfe 39449, from Thomas Schapitz

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@400314 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 13:59:30 +00:00
Stephen Colebourne daccd005b3 Javadoc and stylistic changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@400286 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 11:17:27 +00:00
Stephen Colebourne 3e434a4c61 Fix comment about defaultTransformer
bug 39207, from Matt Benson

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@393105 13f79535-47bb-0310-9956-ffa450edef68
2006-04-10 22:23:11 +00:00
Stephen Colebourne 2d85e5f319 Fix comment about defaultTransformer
bug 39207, from Matt Benson

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@393104 13f79535-47bb-0310-9956-ffa450edef68
2006-04-10 22:22:23 +00:00
Stephen Colebourne f9588d4deb Avoid object creation in predicate factory methods
bug 38703, from Matt Benson

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@382470 13f79535-47bb-0310-9956-ffa450edef68
2006-03-02 19:02:36 +00:00
Stephen Colebourne 232af59948 Implement BoundedCollection, Add javadoc
rfe 37473

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@377517 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 22:38:20 +00:00
Stephen Colebourne 7440726c44 All/Any/One/None Predicate - allow construction with zero or one predicates
rfe 37979, implemented by Matt Benson

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@377508 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 22:12:33 +00:00
Stephen Colebourne c56039ade9 Add single argument constructor for IfClosure
bug 38495, from Matt Benson

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@375766 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 23:10:36 +00:00
Stephen Colebourne 63bb55deee Enable MultiHashMap compilation on J#
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@372373 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 00:10:43 +00:00
Stephen Colebourne 22aec774e6 TreeList iterator previous() broken as remove(int) could break invariants
bug 35258, reported by and test case from Tomas D.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@370952 13f79535-47bb-0310-9956-ffa450edef68
2006-01-21 01:49:21 +00:00
Stephen Colebourne 28749901a9 Comments and formatting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@370950 13f79535-47bb-0310-9956-ffa450edef68
2006-01-21 01:43:58 +00:00
Stephen Colebourne ad2987c5ad Fix set iterator and predicate methods
bug 38074, from Huw Roberts

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@366576 13f79535-47bb-0310-9956-ffa450edef68
2006-01-06 22:07:07 +00:00
Stephen Colebourne 8ee4f391d0 Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@366575 13f79535-47bb-0310-9956-ffa450edef68
2006-01-06 21:56:50 +00:00
Stephen Colebourne 32769fd169 ListOrderedMap - additional method, put(int,Object,Object)
rfe 37761, from Matt Benson

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@365406 13f79535-47bb-0310-9956-ffa450edef68
2006-01-02 19:34:53 +00:00
Stephen Colebourne 0f2b464324 Improve manifest
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@357502 13f79535-47bb-0310-9956-ffa450edef68
2005-12-18 20:49:17 +00:00
Stephen Colebourne 115c961ee4 Minor fixes of unecessary casts/imports
bug 37915, from Nathan Beyer

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@357494 13f79535-47bb-0310-9956-ffa450edef68
2005-12-18 19:05:31 +00:00
Stephen Colebourne 3121915ee8 Tidy up formatting for BoundedBuffer and BlockingBuffer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@348808 13f79535-47bb-0310-9956-ffa450edef68
2005-11-24 21:35:09 +00:00
James W. Carman c67b1d895f Fixing accidentally checked in code.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@348629 13f79535-47bb-0310-9956-ffa450edef68
2005-11-24 03:40:42 +00:00
James W. Carman 3bedf271e8 37106: serialVersionUIDs should be private (static final long)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@348444 13f79535-47bb-0310-9956-ffa450edef68
2005-11-23 14:06:56 +00:00