Fix Javadoc problems arising from recent commits
7 lines of code changed in:
dist-build now forces a clean
2 lines of code changed in:
Class Javadoc: Normalize the first sentence.
3 lines of code changed in:
Class Javadoc: Normalize the first sentence.
2 lines of code changed in:
Class Javadoc: Normalize the first sentence and some @see's and {@link}s
21 lines of code changed in:
Class Javadoc: Normalize on the active voice, "Returns", "Sets", etc.
The .lang pkg now lists with consistent format in the package level doc too.
52 lines of code changed in:
Javadoc: Normalize on the active voice, "Returns", "Sets", etc.
19 lines of code changed in:
Javadoc: Added missing end tags for <li>.
5 lines of code changed in:
add reference to checkstyle.xml and set junit.fork=true
2 lines of code changed in:
replacement for checkstyle.properties
30 lines of code changed in:
* Added myself as a project member
* Limited tests to **/*TestSuite.java
* Added <reports> section to limit reports generated
29 lines of code changed in:
Add @since 2.0 tags based on http://www.apache.org/~bayard/commons-lang-2.0/Commons-Lang-1.0.1-to-2.0/missingSinces.txt
16 lines of code changed in:
Fixed the crlf fixing for txt files in the binary build.
2 lines of code changed in:
Renamed StringUtils.differenceAt() to StringUtils.indexOfDifference()
21 lines of code changed in:
Add @since 2.0 tags based on http://www.apache.org/~bayard/commons-lang-2.0/Commons-Lang-1.0.1-to-2.0/missingSinces.txt
97 lines of code changed in:
Add @since 2.0 tags based on http://www.apache.org/~bayard/commons-lang-2.0/Commons-Lang-1.0.1-to-2.0/missingSinces.txt
7 lines of code changed in:
Add @since 2.0 tags based on http://www.apache.org/~bayard/commons-lang-2.0/Commons-Lang-1.0.1-to-2.0/missingSinces.txt
49 lines of code changed in:
Add @since 2.0 tags based on http://www.apache.org/~bayard/commons-lang-2.0/Commons-Lang-1.0.1-to-2.0/missingSinces.txt
19 lines of code changed in:
Follow same @author style.
2 lines of code changed in:
Add @since 2.0 tags based on http://www.apache.org/~bayard/commons-lang-2.0/Commons-Lang-1.0.1-to-2.0/missingSinces.txt
33 lines of code changed in:
Versioned with 2.0
1 lines of code changed in:
Removed test.util from the tests run in a build.
3 lines of code changed in:
Adding humble self as committer
2 lines of code changed in:
Moved BitField/Validate
3 lines of code changed in:
Moved BitField and Validate. Will rebuild the jardiff later.
3 lines of code changed in:
Removed UtilTestSuite
1 lines of code changed in:
Moved BitField and Validate from the util package up to the main package.
1587 lines of code changed in:
Remove evaluateSet(String) which is deprecated, but wasn't in 1.0.1
3 lines of code changed in:
Javadoc fixes
11 lines of code changed in:
Removed: The private field DateUtils.dateFormats is never read locally.
1 lines of code changed in:
Updated WordWrapUtils to WordUtils
2 lines of code changed in:
Updated the api diff format.
6 lines of code changed in:
Applied Gary's fix of "acknowlegement" to "acknowledgement" in all java files.
686 lines of code changed in:
Fix spelling of "acknowlegement" to "acknowledgement".
3 lines of code changed in:
Javadoc
3 lines of code changed in:
Add capitalizeFully() to deal with a whole string whatever its current state
58 lines of code changed in:
Move capitalizeAllWords, uncapitalizeAllWords, swapCase to WordUtils
220 lines of code changed in:
Rename WordWrapUtils to WordUtils and make ready for 2.0
4 lines of code changed in:
Rename WordWrapUtils to WordUtils
Refactor wrapLine method, making it public and work properly
Remove wrapText method
Test
453 lines of code changed in:
Removed WordWrapUtils from release notes. Will move the tag.
1 lines of code changed in:
Preparing for rc3.
1 lines of code changed in:
Pulled the test for WordWrapUtils from this class. Will need adding back in later.
1 lines of code changed in:
dist-build goal added to build tar.gz's and .zips. Additionally it handles
moving the txt files in the .zip to a Window's format.
15 lines of code changed in:
Missing Apache licence
55 lines of code changed in:
Javadoc changes
bug 22480, from Pete Gieser
40 lines of code changed in:
Deprecate shortClassName in favour of useShortClassName for consistency
50 lines of code changed in:
Organize imports
1 lines of code changed in:
Javadoc clarity
42 lines of code changed in:
Javadoc changes
bug 22480, from Pete Gieser
291 lines of code changed in:
Javadoc changes
bug 22480, from Pete Gieser
113 lines of code changed in:
uncapitaliseAllWords was not in 1.0.1, so it should not be in 2.0 as deprecated
1 lines of code changed in:
Javadoc
2 lines of code changed in:
Commiting build with the test for reflection removed.
1 lines of code changed in:
Updated the jardiff alias at the end.
147 lines of code changed in:
Added latest bugs to the bugfix list.
9 lines of code changed in:
Commented out the parseCVS code for consideration/fixing for Lang 2.1
13 lines of code changed in:
Javadoc: Add matching </li> tags.
29 lines of code changed in:
Javadoc improvements, clean up and fix a missing </code> tag.
16 lines of code changed in:
Added in Javadoc for deprecated capitalise methods.
27 lines of code changed in:
Forgot the @author tag.
2 lines of code changed in:
A couple more cap/uncap tests.
53 lines of code changed in:
Fix 2 Javadoc typos and cross-reference cap/uncapitaliZe methods ;-)
11 lines of code changed in:
Add section on deprecations in javadoc
11 lines of code changed in:
Add text to describe when deprecated methods removed
5 lines of code changed in:
Use ClassUtils to get the short class name
suggested by Pete Gieser
3 lines of code changed in:
Added note on Language variant to use.
4 lines of code changed in:
Deprecated the 'capitalise' spelling and introduced the 'capitalize' spelling.
Despite the UK [or international] English base of many of the developers on
Lang, it was felt that it would be better to match Jakarta as a whole.
Also none of us cared enough to make it an issue.
85 lines of code changed in:
Added @since tags
bug 22286, from Phil Steitz
Changed from public to package scope
5 lines of code changed in:
Added @since tags
bug 22286, from Phil Steitz
4 lines of code changed in:
Improve Fraction Javadoc, implementation and tests
bug 22386, from Phil Steitz
228 lines of code changed in:
Added extra alternatives as @see links in toString conversions
improvement suggested by Henning Schmiedehausen
10 lines of code changed in:
Remove specific reference to Assert class.
(conforms to general style of lang test cases)
3 lines of code changed in:
Refactor "" string literals to use the new:
public static final String EMPTY = ""
I made EMPTY public since I plan on using it when replacing most of our internal StringUtil class with this StringUtil.
38 lines of code changed in:
update parseCVS with default English locale
2 lines of code changed in:
updated parseCVS test to use US locale to avoid non-English format problems
9 lines of code changed in:
Removing unused variables.
1 lines of code changed in:
Reworded the comment on quiet methods returning Null patterns.
2 lines of code changed in:
added test coverage
80 lines of code changed in:
Replace statics *TIMEZONE* with *TIME_ZONE*
27 lines of code changed in:
Oops, tiny typo: "time zone ." -> "time zone."
15 lines of code changed in:
Minor javadoc change: techinally, "time zone" is two words, not one.
This also argues for changing statics from *TIMEZONE* to *TIME_ZONE*
27 lines of code changed in:
corrected the test of parseCVS with "h:mm z" format by replacing the current date/time with a series of calls using hard-coded time values
38 lines of code changed in:
applied Javadoc corrections
25 lines of code changed in:
- fixed javadoc typos
9 lines of code changed in:
Rework Enum JDK1.2 solution to avoid needing to store Class
in Serialized object.
Added more tests, improved performance
bug 19030
718 lines of code changed in:
Rework Functional Enums to work on JDK1.2
bug 19030
135 lines of code changed in:
Extra tests inspired by Clover
bug 22098, from Phil Steitz
37 lines of code changed in:
Extra tests suggested by Clover
136 lines of code changed in:
Make serialvers consistent
6 lines of code changed in:
Rename includeXxx() to containsXxx()
for consistency with rest of [lang] and Java
318 lines of code changed in:
Improve CharSet testing
bug 22095, from Phil Steitz
Rewrite CharSet parsing, much neater and simpler now
122 lines of code changed in:
Add additional constructor to complete the set
31 lines of code changed in:
Added tests to increase coverage (suggested by Clover)
241 lines of code changed in:
Updated iterator method javadocs to specify valid values of the range style argument
Added throwing IllegalArgumentException in parseCVS method when "last x" is unknown type
16 lines of code changed in:
Add tolerance checking to indexOf methods
bug 22091, from Tim O'Brien
214 lines of code changed in:
Javadoc fixes
bug 22094, from Tim O'Brien
7 lines of code changed in:
Attempt to get around a JDK Linux bug
16 lines of code changed in:
Update status docs following CharRange/CharSet change
18 lines of code changed in:
Completely rework CharRange and CharSet.
Add multiple tests to fully define the set syntax.
1178 lines of code changed in:
Improve toString() using StringBuffer
from Chris Feldhacker
11 lines of code changed in:
Reorder indexOf methods in file
102 lines of code changed in:
Complete the indexOfAny() method set
153 lines of code changed in:
Relax exceptions in leftPad(), rightPad() and center()
23 lines of code changed in:
Relax exceptions in left(), right() and mid()
26 lines of code changed in:
Add overlay() as a replacement for overlayString()
102 lines of code changed in:
Add substringBetween() as a replacement for getNestedString()
145 lines of code changed in:
Add join(Object[]) as a replacement for concatenate
38 lines of code changed in:
File formatting for clarity
52 lines of code changed in:
Extra tests suggested by Clover
50 lines of code changed in: