Add explicit public constructor
12 lines of code changed in:
Stopping checkstyle from worrying about whether operators are at the end of a line or at the start of the line. I doubt it's something we care enough to standardise on.
1 lines of code changed in:
Added myself as agreed with Henri.
9 lines of code changed in:
Address Checkstyle report issues as reported by Henri (http://www.generationjava.com/maven/jakarta-commons/lang/)
34 lines of code changed in:
Address Checkstyle report issues as reported by Henri (http://www.generationjava.com/maven/jakarta-commons/lang/)
19 lines of code changed in:
Put } and else on the same line.
2 lines of code changed in:
Fixed Antony's name. He wrote the original escape() method.
2 lines of code changed in:
Tenfold improvement in performance for leftPad, rightPad and repeat when repeat is over a String of length 1, by implementation of a padding method. The padding method is kept private for the moment.
Also a modification of containsOnly so it has a partner method indexOfAnyBut. Unit Test added for indexOfAnyBut.
Submitted by: Robert Simpson
222 lines of code changed in:
Integrated WordWrapUtils testing in.
2 lines of code changed in:
Return of WordWrapUtils, fresh with bugs fixed in StringTaglib. Part of the
reason for dropping it originally was that I knew my methods [wordWrap rather than wrapText or wrapLine] had nasty die-a-death bugs and hadn't had time to fix them. These got fixed as a part of String Taglib so I'm now personally happy with the code. As happy as you can ever be anyway without more tests to hurt it.
Submitted by: Henning Schmiedehausen
110 lines of code changed in:
Added eclipse files to ignorelist.
2 lines of code changed in:
Added myself to the list of committers.
2 lines of code changed in:
Remove unused imports (with agreement on shared clean up chores from Alex).
5 lines of code changed in:
improving javadoc
added apos entity to XML escape/unescape
add test for "unknown entity" behavior
36 lines of code changed in:
Extracted Entities class (instead of inner class)
Added support for full HTML 4.0 entity set
Separated XML, ISO8859-1 (HTML 3.2), and HTML 4.0 entities inside Entities object
Added escapeXml and unescapeXml public API methods
Escape now uses entities for values 0x80 or greater (previously 0x100)
511 lines of code changed in:
Escaping unicode uses capital letters e.g. \uABCD
Found and fixed bug when unicode character is at the end of a string to unescape
Added unit tests for above bug to both StringUtilsTest and StringEscapeUtilsTest
StringUtils.[un]escape now call StringEscapeUtils.[un]escapeJava
52 lines of code changed in:
make test strings 7-bit clean (bug 18836)
6 lines of code changed in:
Patch for RandomString bug in which counts of 0 or negative counts would cause array exceptions.
Submitted by: ville.skytta@iki.fi (Ville Skytt?)
19 lines of code changed in:
Clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.
FYI, warnings like: This sentence is different from what will be interpreted as the first sentence in the
next major release (when that interpretation will be internationalized), which is: <snip/>
3 lines of code changed in:
Fix some Javadoc {@link}s and clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.
FYI, warnings like: This sentence is different from what will be interpreted as the first sentence in the
next major release (when that interpretation will be internationalized), which is: <snip/>
15 lines of code changed in:
Clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.
FYI, warnings like: This sentence is different from what will be interpreted as the first sentence in the
next major release (when that interpretation will be internationalized), which is: <snip/>
20 lines of code changed in:
Removed unused import.
1 lines of code changed in:
Improve Javadoc (I hope!).
13 lines of code changed in:
Clean up some Javadoc comments to remove warnings generated when Javadoc from Java 1.4.1 is used.
6 lines of code changed in:
Fix a missing javadoc </code> end tag.
2 lines of code changed in:
A Utils class that wraps java.lang.Math.random() and offers up methods
similar to that found on the java.util.Random class. Effectively this class
contains the methods that ought to be found on java.lang.Math.
134 lines of code changed in:
added some more entities from HTML 4.0 spec, refactored (Entities class), initialize maps on demand
217 lines of code changed in:
Put myself in as author of escape/unescape and removed unused imports.
Really just to test eclipse/cvs on OS X.
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
2 lines of code changed in: