Stephen Colebourne
|
59b77af292
|
Fixed leftPad() and rightPad() to correctly handle multi letter pad strings
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137449 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-18 23:57:43 +00:00 |
Gary D. Gregory
|
b1a7e16922
|
Added an ISO 8601 formatter for the date time extended format used in durations, with XML Schema durations particularly in mind.
Note that the util class is still a package level class only.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137448 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-18 17:05:54 +00:00 |
Gary D. Gregory
|
b870bcd7c0
|
Added an ISO 8601 formatter for the date time extended format used in durations, with XML Schema durations particularly in mind.
Note that this is still a package level class only.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137447 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-18 17:04:31 +00:00 |
Gary D. Gregory
|
bed05aef0e
|
PR: 21715
Obtained from: commons-dev
Submitted by: KANEUCHI Tetsuya [mailto:tetsuyak@ka2.so-net.ne.jp]
Reviewed by: Gary Gregory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137446 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-18 16:48:25 +00:00 |
Stephen Colebourne
|
90d076139e
|
Null handling changes
Javadoc fixes and tidying
File layout grouping
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137445 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-18 02:06:24 +00:00 |
Stephen Colebourne
|
b026fbd30f
|
Update Null handling in StringUtils to handle nulls quietly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137444 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 23:56:45 +00:00 |
Stephen Colebourne
|
7b88508ce9
|
Update Null handling in StringUtils to handle nulls quietly
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137443 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 23:45:39 +00:00 |
Stephen Colebourne
|
2a94c6d2e5
|
Remove StringUtils.unescape
Its deprecated, and wasn't in 1.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137442 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 21:23:50 +00:00 |
Stephen Colebourne
|
f59fb46272
|
Implement changes to StringUtils.isEmpty and friends
This is an incompatible change for isEmpty and isNotEmpty from 1.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137441 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 21:19:22 +00:00 |
Stephen Colebourne
|
25b9bd6244
|
Remove old unused commented out code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137440 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 20:19:24 +00:00 |
Gary D. Gregory
|
7d9d08c4fc
|
The private field FastDateFormatTest.fastDateFormat is never read locally (line 76)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137439 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 05:14:43 +00:00 |
Gary D. Gregory
|
61dd85ca2f
|
Refactor such that the ObjectUtils.identityToString() method logic is only in ObjectUtils and not duplicated in the builder package.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137438 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 01:47:40 +00:00 |
Stephen Colebourne
|
0dd253a756
|
Javadoc null behaviour
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137437 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-16 00:39:05 +00:00 |
Stephen Colebourne
|
861a4236aa
|
Add defaultString(String) back in for performance
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137436 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-15 23:42:13 +00:00 |
Stephen Colebourne
|
1206dcd401
|
Update Javadoc defining empty, space and whitespace
Improve performance of repeat
Add defaultString(String) back in for performance
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137435 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-15 23:41:54 +00:00 |
Stephen Colebourne
|
5a0ff3f957
|
Javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137434 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-15 23:12:51 +00:00 |
Gary D. Gregory
|
54b752653d
|
Give a Javadoc example for overridding the accept method.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137433 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-15 23:04:23 +00:00 |
Stephen Colebourne
|
58f50fbec8
|
Fix typos
from Phil Steitz
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137432 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-15 21:53:47 +00:00 |
Henri Yandell
|
1afb92a31c
|
Version 2.0 of the Lang specification
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137430 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-15 00:07:07 +00:00 |
Henri Yandell
|
a86696a2b0
|
Setting version to 2.0-rc1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137429 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:50:12 +00:00 |
Henri Yandell
|
e1d1630351
|
Updated the manifest to pretty much match http://jakarta.apache.org/commons/releases/prepare.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137428 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:35:39 +00:00 |
Henri Yandell
|
90951db58c
|
Updating version in this, though it's not in active build use.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137427 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:27:21 +00:00 |
Henri Yandell
|
f251b7e907
|
Updated version to 2.0, pre-build.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137426 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:25:47 +00:00 |
Stephen Colebourne
|
c9ddec3092
|
Updated with isEmptyTrimmed/isNotEmptyTrimmed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137425 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:03:27 +00:00 |
Stephen Colebourne
|
d0f7027c7e
|
Update task list
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137424 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:02:53 +00:00 |
Stephen Colebourne
|
d516948613
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137423 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:02:27 +00:00 |
Stephen Colebourne
|
10e73ca2d2
|
Unify format of NOTE comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137422 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 23:02:08 +00:00 |
Stephen Colebourne
|
0d38944091
|
Update Avalon references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137421 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:58:31 +00:00 |
Henri Yandell
|
faf34a0bb7
|
Solely Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137420 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:29:04 +00:00 |
Henri Yandell
|
00dc5a8684
|
Javadoc fixes and change from append(String) to append(char)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137419 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:28:48 +00:00 |
Stephen Colebourne
|
18f71280b5
|
Add and rework isEmpty, isNotEmpty, isEmptyTrimmed, isNotEmptyTrimmed
Javadoc methods, adding example code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137418 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:26:51 +00:00 |
Stephen Colebourne
|
83dd0ea7b8
|
Add and rework isEmpty, isNotEmpty, isEmptyTrimmed, isNotEmptyTrimmed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137417 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:26:22 +00:00 |
Henri Yandell
|
eadb45d1a7
|
Javadoc fixes. Shouldn't have been anything other than javadoc changes in this.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137416 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:25:06 +00:00 |
Henri Yandell
|
99a9ac4d5e
|
Javadoc fixes and a refactoring to use StringUtils.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137415 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:22:46 +00:00 |
Henri Yandell
|
1dc0785f8e
|
Javadoc fixes and removal of a wildcard import.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137414 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-14 22:21:11 +00:00 |
Stephen Colebourne
|
80b9159298
|
Add indexOf for primitive arrays
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137413 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-12 10:09:40 +00:00 |
Stephen Colebourne
|
0aa557cd56
|
Fix to correctly identify the original author
from Brian S O'Neill
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137412 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-12 08:26:22 +00:00 |
Henri Yandell
|
20147cce8e
|
Javadoc no longer shows private attributes/methods.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137411 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-12 03:58:02 +00:00 |
Henri Yandell
|
4be9ee9124
|
Removed tabs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137410 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-12 03:37:24 +00:00 |
Henri Yandell
|
fe2bbb8762
|
Added the bugs fixed by 2.0 to the release notes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137409 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-12 03:29:27 +00:00 |
Henri Yandell
|
2a3cfe9713
|
Removed wordWrap method as it doesn't offer anything that the wrapText method doesn't have.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137408 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-12 03:06:23 +00:00 |
Robert Burrell Donkin
|
a0ed6f4f27
|
Small improvements to formatting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137407 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-11 06:38:58 +00:00 |
Henri Yandell
|
1f09b46037
|
Removed the unnecessary 'A' from join's char separator javadocs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137406 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-09 23:54:16 +00:00 |
Stephen Colebourne
|
d5c3e4d3fe
|
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137405 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-08 22:06:35 +00:00 |
Stephen Colebourne
|
5c66eeae0d
|
Update for release 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137404 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-08 22:05:14 +00:00 |
Henri Yandell
|
d2d4b25665
|
Cleaned up import.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137403 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-08 06:01:09 +00:00 |
Henri Yandell
|
5c3606e55e
|
Great set of javadoc improvements from Fredrik.
Also an optimisation to StringUtils.leftPad/rightPad.
Submitted by: Fredrik Westermarck
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137402 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-08 05:59:58 +00:00 |
Henri Yandell
|
b78e65b2c4
|
New release notes, though it lacks bugs from bugzilla at the moment.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137401 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-08 05:50:42 +00:00 |
Henri Yandell
|
ddac6283ed
|
Updated to include the rest of the math package, alphabetises the main package entries and contains the time package description. Also uses 2.0 version numbering.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137400 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-08 05:21:44 +00:00 |
Henri Yandell
|
ef1464b921
|
Date/Time package now in.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137399 13f79535-47bb-0310-9956-ffa450edef68
|
2003-07-07 15:13:20 +00:00 |