Commit Graph

1944 Commits

Author SHA1 Message Date
Phil Steitz 10e6a671fc Fixed download link.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@737515 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 14:44:48 +00:00
Niall Pemberton a38e2e942d Fix for LANG-477 OutOfMemory with custom format registry and a pattern containing single quotes - thanks to Duncan Eley
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@733169 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 22:05:14 +00:00
Henri Yandell eb8b39b145 Removing commented out main method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@723785 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 16:34:26 +00:00
Sebastian Bazley 4ebd1df198 Typos
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@720929 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26 18:16:33 +00:00
Sebastian Bazley 748d68532e Remove Javadoc for non-existent parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@720923 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26 17:34:58 +00:00
Henri Yandell b1e8a26177 Updating the BigDecimal.compareTo(Object) to BigDecimal.compareTo(BigDecimal) to match JDK change - fixes LANG-468/LANG-464
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@711969 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 20:36:17 +00:00
Henri Yandell a6a2d04877 Applying Robert Scholte's excellent unit tests from LANG-443 and his second patch from LANG-440 fixing a discovered boundary case for AM_PM in round
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@711616 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 17:00:43 +00:00
Henri Yandell 0d0061f247 Applying test/fix from LANG-457 - getting a StringIndexOutOfBounds from createNumber rather than a NumberFormatException
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@711605 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 16:33:25 +00:00
Henri Yandell 9d8846081a Adding reflect to the build.xml as per LANG-463
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@701953 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06 06:05:32 +00:00
Henri Yandell 17f1d2951f Improving javadoc a little to explain what the point of this class is/was
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@699767 13f79535-47bb-0310-9956-ffa450edef68
2008-09-28 03:31:24 +00:00
Sebastian Bazley a78f1c2b45 LANG-445 - new method StringUtils.startsWithAny(String str, String[] searchStrs)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@697715 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22 08:53:07 +00:00
Niall Pemberton fa436d849d LANG-460 - JavaDoc corrections - parameters interchanged in StringUtils startsWith/startsWithIgnoreCase methods thanks to Jörg Gottschling
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@696516 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 23:26:20 +00:00
Sebastian Bazley 3ed99652c8 LANG-459 HashCodeBuilder.reflectionHashCode() can generate incorrect hashcodes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@695951 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16 16:03:14 +00:00
Matthew Jason Benson 6f27e9bbd1 assembly version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@692272 13f79535-47bb-0310-9956-ffa450edef68
2008-09-04 22:09:13 +00:00
Henri Yandell 8b718d2470 Switching from printStackTrace to UnhandledException as per LANG-450
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@688011 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 07:49:28 +00:00
Niall Pemberton 2d575a7359 Upgrade to latest clirr plugin version 2.2.2 (fixes problem downloading the old artifact from the repo)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@687301 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 12:56:25 +00:00
Niall Pemberton cd95357e1a Release version shouldn't ever be set to SNAPSHOT - used to generate the download page and should be the last release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@678587 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 22:26:37 +00:00
Niall Pemberton d109428fd8 change commons-parent to version 11
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@678495 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 17:43:58 +00:00
Henri Yandell b353a8e999 Added javadoc to show that LANG-444 can be implemented by defaultIfEmpty, and proved it in the unit test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@672995 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 04:53:50 +00:00
Henri Yandell db5c7106a4 Applying Robert Scholte's fix for LANG-440, replicating the SEMI_MONTH logic for AM_PM requests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@664643 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09 07:17:24 +00:00
Henri Yandell 08c4a79f5c Fixing the unit test as described in LANG-440. The truncate tests for AM_PM had been copied and were not testing againt the correct expected results. This will break the build.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@664642 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09 07:15:50 +00:00
Henri Yandell b57e9b6fd4 Fixing the docs as per LANG-442 - the href's were not working correctly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@664635 13f79535-47bb-0310-9956-ffa450edef68
2008-06-09 06:48:45 +00:00
Niall Pemberton bc19f7f94c Lock down <reporting> version numbers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@659627 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 19:05:16 +00:00
Henri Yandell 98de18758d Fixing the locale to English as hex chars are all ascii
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655256 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 06:26:14 +00:00
Henri Yandell 8fc1df0227 Fixing the toLowerCase locale as we're looking for english text as per LANG-432
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655255 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 06:25:41 +00:00
Henri Yandell e1981a5d7b Removing the Cloneable interface from StrBuilder as per LANG-302
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655251 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 05:57:18 +00:00
Henri Yandell 4342bd5d69 Applying Vincent Behar's second patch for LANG-419 - fixing a bug in abbreviate such that lower limits greater than the length of the string weren't working correctly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655246 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 05:18:02 +00:00
Henri Yandell 04f767b393 Removing the Maven1 build system
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655241 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 04:54:36 +00:00
Henri Yandell 0d1579a73c Adding Benjamin Bentmann as a contributor
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655240 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 04:52:39 +00:00
Henri Yandell 23b89b4eb5 Adding Locale overloads for toUpperCase and toLowerCase as provided by Benjamin Bentmann in LANG-430
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655239 13f79535-47bb-0310-9956-ffa450edef68
2008-05-11 04:52:10 +00:00
Henri Yandell 0e42c3d9da Fixing the html fix from Benjamin Bentmann in LANG-431 - unclosed tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@655203 13f79535-47bb-0310-9956-ffa450edef68
2008-05-10 22:37:09 +00:00
Niall Pemberton d3d00008ec Upgrade to commons-parent-10 pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@654484 13f79535-47bb-0310-9956-ffa450edef68
2008-05-08 11:43:09 +00:00
Matthew Jason Benson 934e9044bb better exception message
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@654277 13f79535-47bb-0310-9956-ffa450edef68
2008-05-07 21:09:23 +00:00
Matthew Jason Benson 98781dc64f use existing API to get all interfaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@654273 13f79535-47bb-0310-9956-ffa450edef68
2008-05-07 21:06:48 +00:00
Matthew Jason Benson 30e77453fc unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@654266 13f79535-47bb-0310-9956-ffa450edef68
2008-05-07 20:36:54 +00:00
Niall Pemberton 585e4c6eb3 LANG-436 Remove caching from MethodUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@654159 13f79535-47bb-0310-9956-ffa450edef68
2008-05-07 16:06:21 +00:00
Matthew Jason Benson e0da000caa remove use of 1.5 Arrays.toString()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@653924 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 21:11:00 +00:00
Matthew Jason Benson 04e9eb14e7 merge [LANG-416] from LANG_POST_2_4 branch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@653918 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 20:45:11 +00:00
Matthew Jason Benson 504af2f2ed merge from LANG_POST_2_4 branch: test as many locales as possible; test overriding a built-in format
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@653909 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 20:30:15 +00:00
Matthew Jason Benson 8c7546be27 merge ClassUtils isAssignable w/ autoboxing from LANG_POST_2_4 branch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@653907 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 20:26:08 +00:00
Matthew Jason Benson 290731e746 merge suite name from LANG_POST_2_4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@653839 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 16:57:34 +00:00
Gary D. Gregory 19d3272300 fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@644305 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 13:24:42 +00:00
Gary D. Gregory dd0deed066 (LANG-421) StringEscapeUtils.escapeJava(String) escapes '/' characters
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@643953 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 16:08:21 +00:00
Gary D. Gregory 65b5dc69db Simplify branching.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@643952 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 16:07:54 +00:00
Gary D. Gregory a4a0086f47 Fix spelling.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@643943 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 15:42:31 +00:00
Matthew Jason Benson 28442eaf74 fix error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@640865 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 15:43:23 +00:00
Henri Yandell 6f44404b56 Moving the version to 3.0-SNAPSHOT to match JIRA
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@640729 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 07:38:20 +00:00
Henri Yandell bb8b6f4b0c Fixing the javadoc for endsWithIgnoreCase as per LANG-418, and adding some javadoc to test the novel javadoc examples
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@640727 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 07:37:12 +00:00
Henri Yandell 7066ec40d6 Fixing download links by pointing to the /downloads/ ones for the moment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@640301 13f79535-47bb-0310-9956-ffa450edef68
2008-03-24 03:35:45 +00:00
Henri Yandell 2edaf7e5be Adding a section on the bugfixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@640279 13f79535-47bb-0310-9956-ffa450edef68
2008-03-24 00:23:00 +00:00