Commit Graph

2308 Commits

Author SHA1 Message Date
Henri Yandell 18b3e505cf Renaming media for the simple reason that two directories pisses off my tab completion :)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895915 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 06:11:37 +00:00
Oliver Heger ee00c7a6f7 [LANG-560] Added TimedSemaphore class to concurrent package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895466 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 19:04:08 +00:00
Paul C. Benedict Jr 76e14e483c Push down WordUtils to "text" sub-package
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895335 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 07:13:31 +00:00
Paul C. Benedict Jr 08d51233f9 LANG-559: Added validState()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895334 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 06:39:04 +00:00
Paul C. Benedict Jr f06192a865 Remove customized src/test directories
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895325 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 02:16:45 +00:00
Paul C. Benedict Jr 8104e916b4 Move test source into src/test/java
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895324 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 02:14:46 +00:00
Paul C. Benedict Jr 45f57844df Add src/test/java for standard Maven
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895323 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 02:12:52 +00:00
Paul C. Benedict Jr fc5c081e22 Move main source to src/main/java
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895322 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 02:11:26 +00:00
Paul C. Benedict Jr 6b32246f5f Add src/main for standard Maven
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895321 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 02:09:21 +00:00
Paul C. Benedict Jr 9fdad2aecd Add self as developer
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895319 13f79535-47bb-0310-9956-ffa450edef68
2010-01-03 01:59:52 +00:00
Henri Yandell 1fe031e6ca Added deprecation for 4.0 notices. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895132 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 06:13:25 +00:00
Henri Yandell d7a5c76170 Removed the support for exceptions with a field named 'detail'. It's been there since the beginning, but does not seem like a very important use case. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895131 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 06:07:11 +00:00
Henri Yandell 99b21a45ef Removed unnecessary private toArray method. It was only invoked from one location. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895130 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 06:02:33 +00:00
Henri Yandell e539bde396 Removed the ability to modify the static store of cause method names. If that feature is wanted, it's easy for the user to pass in their own list, or use the newly added getDefaultCauseMethodNames and modify that before calling. This removes the need for synchronization code. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895129 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 05:58:57 +00:00
Henri Yandell e87ee0a705 Removing now unnecessary static initializer block. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895128 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 05:47:45 +00:00
Henri Yandell e6e7f16e57 Removing setCause method. JDK 1.4 provided an initCause method and this method was to support both pre and post JDK 1.4 use cases. I don't see much of a reason to keep supporting Exceptions that have setCause as well as the inherited initCause. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895126 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 05:44:35 +00:00
Henri Yandell 00a4628d4e Removing unused NestableRuntimeException legacy class. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895123 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 05:24:18 +00:00
Henri Yandell 228527bd83 Removing the selfCause tests. This is not a legal state for JDK Throwable cause properties, and I'm going to drop the support for people creating methods named 'setCause'. I can't find a lot of examples of this method naming in search engines. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895122 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 05:15:05 +00:00
Henri Yandell 64f0e8ecb0 Removing SQLException usage per LANG-539. This leads to removing getCauseUsingWellKnownTypes and dropping the optimization step for SQLException and InvocationTargetException; plus a simplification of the code in getCause(String,String[]) for LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895118 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 04:57:10 +00:00
Henri Yandell ebfb96b0a9 Removing isThrowableNested, isNestedThrowable and getFullStackTrace as they were all types of no-op once you got to JDK 1.4. LANG-491
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895097 13f79535-47bb-0310-9956-ffa450edef68
2010-01-02 00:06:06 +00:00
Henri Yandell 1a433d2ec7 Adding parseDateStrictly method per LANG-486
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@895055 13f79535-47bb-0310-9956-ffa450edef68
2010-01-01 19:01:18 +00:00
Henri Yandell edc4514e15 Removing commented out code.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@893703 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 07:13:17 +00:00
Joerg Schaible 7423b012fa Fix timezone ;-)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@893548 13f79535-47bb-0310-9956-ffa450edef68
2009-12-23 15:36:48 +00:00
Joerg Schaible bcfc180f37 Add ArrayUtils.toArray (LANG-537).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@893547 13f79535-47bb-0310-9956-ffa450edef68
2009-12-23 15:27:38 +00:00
Henri Yandell 26bc3fe010 isNumber(String) and createNumber(String) both modified to support "2.". LANG-521
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@893088 13f79535-47bb-0310-9956-ffa450edef68
2009-12-22 06:52:42 +00:00
Henri Yandell 506bd018b3 Making class final, switching getMin/Max usage to this.min/max usage. LANG-551
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@893083 13f79535-47bb-0310-9956-ffa450edef68
2009-12-22 06:23:27 +00:00
Sebastian Bazley 5739bba3eb LANG-568 - @SuppressWarnings("unchecked") is used too generally
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892343 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 18:44:24 +00:00
Sebastian Bazley 352a4ef2a3 Propagate original exception (LANG-567); update docs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892326 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 18:02:11 +00:00
Henri Yandell e5ccf09656 Switching from getTime() to getTimeInMillis() per Sebb's report that it still fixes LANG-538 and is going to be lighter weight
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892161 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 07:21:10 +00:00
Sebastian Bazley 8fdfbff87c LANG-568 - @SuppressWarnings("unchecked") is used too generally
Partial fix - some warnings remain to be addressed

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892136 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 05:04:11 +00:00
Sebastian Bazley ed3d84438b LANG-568 - @SuppressWarnings("unchecked") is used too generally
Partial fix - some warnings remain to be addressed

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892135 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 05:03:42 +00:00
Sebastian Bazley fd7450f301 Check remove on non-Object array.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892132 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 04:59:25 +00:00
Sebastian Bazley a7bbdfb54b Remove unnecessary main() and suite() methods from tests
Also remove setUp() and tearDown() methods with no useful code.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892118 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 03:39:13 +00:00
Sebastian Bazley 2f8f67ab29 LANG-567 - ArrayUtils.addAll(T[] array1, T... array2) does not handle mixed types very well
Also remove unnecessary main() and suite() from test class

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@892114 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 02:50:21 +00:00
Henri Yandell eb2b517b46 Improving doc to indicate null->false for elementBefore(T) and elementAfter(T). LANG-551
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891635 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 11:13:39 +00:00
Henri Yandell a926c717c0 Making ComparableComparator Serializable. This doesn't stop people putting non-Serializable comparators in a Range, but it does mean the default case can be serialized. LANG-551
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891627 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 11:02:53 +00:00
Henri Yandell 6e4a19b9e5 Change of groupId means clirr needs to be pointed to the old groupId
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891623 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 10:51:32 +00:00
Henri Yandell 1b85d8ba9e Applying 'fix' for LANG-530. DateUtils.parseDate now protects the common use case of FastDateFormat ZZ output, namely ZZ on the end of the pattern, from being passed to SimpleDateFormat as is. Use of ZZ elsewhere in the pattern isn't protected and will want to consider emulating the String changes made in this patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891572 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 07:21:25 +00:00
Henri Yandell 825481f019 Fixing LANG-538 - you need to call getTime() on a calendar sometimes to get it in the right state, otherwise the timezone gets out of whack.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891542 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 06:04:28 +00:00
Henri Yandell 91ac16e0b4 Applying Niall's patch from LANG-569 adding indexOfIgnoreCase() and lastIndexOfIgnoreCase() methods to StringUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891528 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 03:35:39 +00:00
Sebastian Bazley 84522bed5d Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891316 13f79535-47bb-0310-9956-ffa450edef68
2009-12-16 17:04:47 +00:00
Sebastian Bazley 8beafc0da1 Fix Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891268 13f79535-47bb-0310-9956-ffa450edef68
2009-12-16 14:54:48 +00:00
Henri Yandell 5aa9532c4e Updating copyright year - just in time :)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891147 13f79535-47bb-0310-9956-ffa450edef68
2009-12-16 08:00:57 +00:00
Henri Yandell 425dcadca5 Applying my patch from LANG-469 - adding a lastOrdinalIndexOf method to complement the existing ordinalIndexOf method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@891142 13f79535-47bb-0310-9956-ffa450edef68
2009-12-16 07:32:30 +00:00
Sebastian Bazley aa5d2162e5 Fix generic map type
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@890413 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 17:54:26 +00:00
Sebastian Bazley db9b110a7e Fix up some raw types.
May need to adjust some types if lookup() is made generic (see LANG-564)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@890360 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 15:06:14 +00:00
Sebastian Bazley 8f80cedd8c Make autoboxing explicit
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@890337 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 14:11:31 +00:00
Sebastian Bazley a05e28d6e2 Changing appendAll and appendWithSeparators methods to take Iterable instead of Collection. LANG-548 - part two, change Javadoc references
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@890336 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 14:10:55 +00:00
Sebastian Bazley 62a047cc69 Fix up raw types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@890329 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 13:54:27 +00:00
Sebastian Bazley 7a8356e0fb Fix up raw types
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@890328 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 13:54:06 +00:00