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 |
Niall Pemberton
|
62cca626c2
|
Add comment on the "JDK source" config for javadoc generation and use the source configuration property
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595548 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-16 04:39:06 +00:00 |
Niall Pemberton
|
8dd04a3897
|
Javadoc changes only
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595544 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-16 04:26:16 +00:00 |
Niall Pemberton
|
38760d2171
|
LANG-374 - Add escaping for CSV columns to StringEscapeUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595541 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-16 04:12:44 +00:00 |
Niall Pemberton
|
9d138fd0c0
|
Update m2 build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@595540 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-16 04:11:59 +00:00 |
Benjamin Speakmon
|
f59aa231f2
|
- force Locale.US for tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@594644 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-13 21:21:50 +00:00 |
Henri Yandell
|
bbde1ad30e
|
Applying the truncateNicely patch from LANG-338 as abbreviate. I've added it to WordUtils rather than StringUtils; it feels like a better fit there to me
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@594599 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-13 18:04:59 +00:00 |
Henri Yandell
|
1dc6761059
|
Array->array
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@594583 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-13 17:09:08 +00:00 |
Henri Yandell
|
ecc7608faf
|
Moved toClass from ArrayUtils to ClassUtils as per Joerg's comment in LANG-333
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@594551 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-13 14:35:33 +00:00 |