Commit Graph

1818 Commits

Author SHA1 Message Date
Niall Pemberton 5cb16e839d Add missing license files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612786 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 10:37:38 +00:00
Henri Yandell 10658442a5 Applying my patch from LANG-298, based on Tomasz Blachowicz's original patch, and adds getPackageCanonicalName and getShortCanonicalName sets of methods
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612749 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 08:05:23 +00:00
Gary D. Gregory 57c6a6e832 Remove dependency on Java 1.4.2. Stick with Java 1.3.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612746 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 07:54:21 +00:00
Gary D. Gregory ee3839f5f4 Fix javadoc warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612656 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 00:31:27 +00:00
Henri Yandell 2a94f969ed Applying my patch from LANG-257, adding Cameron Whitehead's desired splitByWholeSeparatorPreserveAllTokens methods. In addition to the patch, I've added @since 2.4 tags to the javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612367 13f79535-47bb-0310-9956-ffa450edef68
2008-01-16 06:43:30 +00:00
Gary D. Gregory 77e9314410 Fix Javadoc copyright year once and for all.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612317 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 23:56:47 +00:00
Niall Pemberton c638996fe7 upgrade to commons-parent-7
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612219 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 21:04:51 +00:00
Henri Yandell e199d381f8 Applying my patch from LANG-393; EqualsBuilder uses compareTo for BigDecimal and not equals
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@611543 13f79535-47bb-0310-9956-ffa450edef68
2008-01-13 07:00:22 +00:00
Matthew Jason Benson 97f1c120c0 [LANG-192] API improvements
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@611528 13f79535-47bb-0310-9956-ffa450edef68
2008-01-13 03:46:28 +00:00
Matthew Jason Benson c739e01c68 add'l splitByCharacterType tests for single trailing characters
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@611290 13f79535-47bb-0310-9956-ffa450edef68
2008-01-11 20:26:02 +00:00
Matthew Jason Benson ea810cbbbd [LANG-192] addSplitByCharacterType and camelCase variant
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@611288 13f79535-47bb-0310-9956-ffa450edef68
2008-01-11 20:13:02 +00:00
Henri Yandell 400f92899e Adding missing javadoc param
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610682 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 05:31:24 +00:00
Henri Yandell 34ad89c74d Deprecating add(Date, int, int) as there is no value in it being public
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610670 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 04:44:55 +00:00
Henri Yandell 9878845801 Marking @since 2.4 on the new methods from LANG-383
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610669 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 04:42:51 +00:00
Henri Yandell 85dda0d25a Applying the Date.setXxx replacement methods that use Calendar as supplied by Travis Meisenheimer in LANG-383
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610668 13f79535-47bb-0310-9956-ffa450edef68
2008-01-10 04:41:22 +00:00
Sebastian Bazley d3e28b6802 LANG-399 - Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610452 13f79535-47bb-0310-9956-ffa450edef68
2008-01-09 16:53:06 +00:00
Henri Yandell 535546eb38 Updating copyright
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@610295 13f79535-47bb-0310-9956-ffa450edef68
2008-01-09 07:53:01 +00:00
Niall Pemberton c6dc417722 Upgrade to commons-parent version 6 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@609497 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 03:15:46 +00:00
Henri Yandell ae5de9f2b0 Updating my email address
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@609476 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 00:01:25 +00:00
Henri Yandell bee5b923c5 Applying third patch from LANG-381. Fixes the minimum(float[]) type methods to correctly return NaN when it is in the array, and adds an IEEE754rUtils class that obeys the IEEE 754r update in which NaN in min/max methods should be ignored unless all values are NaN.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@609475 13f79535-47bb-0310-9956-ffa450edef68
2008-01-06 23:58:59 +00:00
Henri Yandell ea4ce16289 Applying my patch from LANG-374 that adds an unescape method. It stays true to the spec and considers "foo.bar" to unescape as "foo.bar", ie) no unescaping, because "foo.bar" is illegal output from the escape method spec-wise.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@609094 13f79535-47bb-0310-9956-ffa450edef68
2008-01-05 06:33:12 +00:00
Henri Yandell 87106839de Removing this as it is an unnecessary and not up to date file nowadays
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@607173 13f79535-47bb-0310-9956-ffa450edef68
2007-12-28 05:30:57 +00:00
Henri Yandell 95a4b23729 Removing action items
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@607003 13f79535-47bb-0310-9956-ffa450edef68
2007-12-27 05:36:28 +00:00
Henri Yandell f237b96638 Updating the build instructions to fix Sebb's reported problems in LANG-385
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@606676 13f79535-47bb-0310-9956-ffa450edef68
2007-12-24 07:07:49 +00:00
Henri Yandell e53cce977e Fixing the javadoc as per Tomasz Bartczak's report in LANG-384
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@606672 13f79535-47bb-0310-9956-ffa450edef68
2007-12-24 06:42:08 +00:00
Matthew Jason Benson dadd5e0130 disable toPattern() assertions pre JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@600610 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 17:24:47 +00:00
Matthew Jason Benson 20817861c9 account for unavailability of NumberFormat.getIntegerInstance(...) pre JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@600608 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 17:23:05 +00:00
Matthew Jason Benson 426bd462c9 account for unavailability of NumberFormat.getIntegerInstance(...) pre JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@600607 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 17:21:50 +00:00
Matthew Jason Benson 524f1518d9 no (String, Locale) constructor on MessageFormat pre JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@600606 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 17:21:09 +00:00
Matthew Jason Benson 686f2f611c account for unavailability of NumberFormat.getIntegerInstance(...) pre JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@600605 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 17:20:24 +00:00
Matthew Jason Benson b952b75526 add note about toPattern() differences pre JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@600602 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 17:19:23 +00:00
Matthew Jason Benson 0d575a6952 build on JDK 1.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@600566 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 15:28:25 +00:00
Matthew Jason Benson 673385b43d [LANG-380]
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@599500 13f79535-47bb-0310-9956-ffa450edef68
2007-11-29 16:25:54 +00:00
Matthew Jason Benson dab1bdfc0f [LANG-380] tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@599499 13f79535-47bb-0310-9956-ffa450edef68
2007-11-29 16:25:30 +00:00
Matthew Jason Benson b124f18766 undo a little formatting mayhem
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598710 13f79535-47bb-0310-9956-ffa450edef68
2007-11-27 17:34:34 +00:00
Matthew Jason Benson 55817e2233 [LANG-362] checkstyle; javadoc; extended testing which necessitated some refactorings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598707 13f79535-47bb-0310-9956-ffa450edef68
2007-11-27 17:27:35 +00:00
Matthew Jason Benson 0acf60c6b2 remove unused variables
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598706 13f79535-47bb-0310-9956-ffa450edef68
2007-11-27 17:26:28 +00:00
Matthew Jason Benson deae2ba238 [LANG-380] return when either arg == 0 plus early return when either == 1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598705 13f79535-47bb-0310-9956-ffa450edef68
2007-11-27 17:24:59 +00:00
Matthew Jason Benson 92c1e884cb checkstyle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@598702 13f79535-47bb-0310-9956-ffa450edef68
2007-11-27 17:21:31 +00:00
Henri Yandell 5ade5ae2b1 Fixing the @see->@link bit so it doesn't have @link
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597284 13f79535-47bb-0310-9956-ffa450edef68
2007-11-22 01:56:59 +00:00
Henri Yandell fa5bec39ff Adding return tag info
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597283 13f79535-47bb-0310-9956-ffa450edef68
2007-11-22 01:44:38 +00:00
Henri Yandell 11575edd7e Fixing checkstyle issue - lack of braces after an if
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597282 13f79535-47bb-0310-9956-ffa450edef68
2007-11-22 01:31:31 +00:00
Henri Yandell d2075adb52 Replacing the escaped quote with CSV_QUOTE, and changing the non-Writer version to reuse the Writer version - See: LANG-374
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597281 13f79535-47bb-0310-9956-ffa450edef68
2007-11-22 01:26:39 +00:00
Henri Yandell 0e68fc386b Removed cobertura report - has GPL artifacts
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597280 13f79535-47bb-0310-9956-ffa450edef68
2007-11-22 01:03:59 +00:00
Dennis Lundberg fe7df71bd8 Adjust indentation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597193 13f79535-47bb-0310-9956-ffa450edef68
2007-11-21 19:57:05 +00:00
Niall Pemberton 41d242e9ea LANG-377 Add containsAny() methods to StringUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595929 13f79535-47bb-0310-9956-ffa450edef68
2007-11-17 09:53:12 +00:00
Niall Pemberton 71a46589ca LANG-374 - implement Sebb's improvement to use StringUtils.containsNone()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595927 13f79535-47bb-0310-9956-ffa450edef68
2007-11-17 09:27:36 +00:00
Henri Yandell ac54287664 Adding Vista as per LANG-375
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595798 13f79535-47bb-0310-9956-ffa450edef68
2007-11-16 20:01:43 +00:00
Henri Yandell 272ca375e3 Removing testWTF as per LANG-376
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595779 13f79535-47bb-0310-9956-ffa450edef68
2007-11-16 19:02:49 +00:00
Henri Yandell 833e5bbd07 Current state of release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595778 13f79535-47bb-0310-9956-ffa450edef68
2007-11-16 19:00:39 +00:00