Sort Members (Eclipse).
440 lines of code changed in:
Include a Javadoc overview.
164 lines of code changed in:
Normalize Javadocs.
27 lines of code changed in:
Javadoc.
78 lines of code changed in:
Sorted members (this also give us the Javadoc 'Field Details' section in alphabetical order).
251 lines of code changed in:
Javadoc.
77 lines of code changed in:
Javadoc.
10 lines of code changed in:
Make the Standard Doclet version 1.4.1 not complain WRT '.'s.
3 lines of code changed in:
Create 'public static final' constants for the package separator and inner class separator characters/Strings.
28 lines of code changed in:
Removed unused import.
1 lines of code changed in:
making constants final (XML, HTML32, HTML40)
4 lines of code changed in:
fixed typo
2 lines of code changed in:
continuing performance improvements-- now uses a binary lookup
135 lines of code changed in:
Add OS name parsing to SystemUtils
323 lines of code changed in:
initial performance testing for Entities
266 lines of code changed in:
Add SystemUtils tests
283 lines of code changed in:
Update to protect against NPEs
Tidy up Java version code
Add Java version int to supplement float
145 lines of code changed in:
Ignore bin directory
1 lines of code changed in:
add EntitiesTest to LangTestSuite
16 lines of code changed in:
refactoring Entities object in preparation for optimization
add unit tests for Entities class
move escape and unescape methods into Entities class
388 lines of code changed in:
Change copyright in Javadoc output from 2002 to 2003.
2 lines of code changed in:
Update licence and Organize imports
37 lines of code changed in:
Reworked class to avoid security exceptions
from Michael Becke
135 lines of code changed in:
Update licence and Organize imports
54 lines of code changed in:
Update testing for FastDateFormat
65 lines of code changed in:
Update licence
5 lines of code changed in:
Update class and add javadoc ready for release
319 lines of code changed in:
Change version number ready for release
2 lines of code changed in:
Fix javadoc, a <u> was used instead of a <p>.
3 lines of code changed in:
Fix javadoc, was missing a </code>.
3 lines of code changed in:
Improve performance (by ~10% on Sun Java 1.3.1_08) for the method escapeEntities(String str, Entities entities) by using the existing StringBuffer instead of String + to the same buffer.
10 lines of code changed in:
Remove functor subpackage
17 lines of code changed in:
Organize imports
1 lines of code changed in:
Change Identifier generation code to be independent of functors
407 lines of code changed in:
Javadoc only. Provide more uniform comments.
66 lines of code changed in:
Add since tags
Update javadoc
45 lines of code changed in:
Commonly usable enhancements to some of the Exceptions found in java.lang.
Submitted by: Matthew Hawthorne
1017 lines of code changed in:
Be a little more precise in the IS_JAVA_* javadocs.
Make JAVA_* javadocs read more like sentences.
39 lines of code changed in:
Bug #14357 fixed. Mohan's patch makes removeCommonFrames public, and adds an
isThrowableNested to ExceptionUtils.
It adds static attributes to decide if the stack trace should be topDown
and if the stack traces should be trimmed on repeat. If running 1.4 or higher,
it uses the default stack trace, and the functionality of NestableError,
NestableException and NestableRuntimeException getMessage()s all change.
Accompanying these changes are numerous tests.
Submitted by: Mohan Kishore
300 lines of code changed in:
Bug #19880 fixed. RandomStringUtils.random(int count, char[] set)
doesn't include the last character in set.
Submitted by: Phil Steitz
49 lines of code changed in:
Bug #19756 dealt with.
Submitted by: Phil Steitz
344 lines of code changed in:
Block nextInt(int) and nextLong(long) from being <= 0.
31 lines of code changed in:
Fixed bug reported by Phil Steitz in which poorly placed casting was
making all random methods return 0 :)
3 lines of code changed in:
Empty constructor stops it calling setSeed in Random's empty constructor.
6 lines of code changed in:
RandomUtils functionality moved to JVMRandom. RandomUtils then becomes a proper XxxUtils class.
170 lines of code changed in:
Fix broken links. Use thrid person in comment. Use @see tags.
8 lines of code changed in: