Slightly better unit test code coverage.
15 lines of code changed in:
Range unit test coverage now at 100%.
7 lines of code changed in:
Better unit test code coverage from Nathan Beyer [nbeyer@kc.rr.com].
161 lines of code changed in:
Replace unnecessary else in if/else's with if guard clause.
3 lines of code changed in:
Better code coverage from Nathan Beyer [nbeyer@kc.rr.com].
159 lines of code changed in:
Format tweak in a while statement to attempt to get Clover to show better code coverage.
3 lines of code changed in:
Javadoc.
1 lines of code changed in:
Set JDiff "old" tag to Lang 2.0.
1 lines of code changed in:
Remove unused @param tags.
0 lines of code changed in:
Remove a clover setting that was intended to omit the text package, but didn't (for me).
0 lines of code changed in:
Another new boundary tests for VariableFormatterTest.java.
23 lines of code changed in:
IllegalStateException in text.VariableFormatter with "empty" keys.
16 lines of code changed in:
Another new boundary tests for VariableFormatterTest.java: testReplaceEmptyKeys.
15 lines of code changed in:
Another new boundary tests for VariableFormatterTest.java.
14 lines of code changed in:
Sort methods.
10 lines of code changed in:
Three new boundary tests for VariableFormatterTest.java.
46 lines of code changed in:
Removes Interpolation and MappedMessageFormat from the text package in favor of VariableFormatter. (See message below) No one has complained on commons-dev.
-----Original Message-----
From: Gary Gregory [mailto:ggregory@seagullsoftware.com]
Sent: Thursday, July 21, 2005 9:34 AM
To: Jakarta Commons Developers List
Subject: [lang] text.VariableFormatter to replace Interpolation and MappedMessageFormat (WAS a [POLL])
Hello:
It's been two weeks since I posted the original message below and I've
not heard negative comments on removing Interpolation and
MappedMessageFormat from the text package in favor of VariableFormatter.
I will therefore do so real soon.
Please raise your hand you disagree.
Thanks,
Gary
0 lines of code changed in:
Removes Interpolation and MappedMessageFormat from the text package in favor of VariableFormatter. (See message below) No one has complained on commons-dev.
-----Original Message-----
From: Gary Gregory [mailto:ggregory@seagullsoftware.com]
Sent: Thursday, July 21, 2005 9:34 AM
To: Jakarta Commons Developers List
Subject: [lang] text.VariableFormatter to replace Interpolation and MappedMessageFormat (WAS a [POLL])
Hello:
It's been two weeks since I posted the original message below and I've
not heard negative comments on removing Interpolation and
MappedMessageFormat from the text package in favor of VariableFormatter.
I will therefore do so real soon.
Please raise your hand you disagree.
Thanks,
Gary
0 lines of code changed in:
Make testing equality more flexible.
20 lines of code changed in:
- VariableFormatter.java now gets 98.7% clover coverage.
- MapVariableFormatter.java now gets 100% clover coverage.
- Javadocs.
- Constructor clean ups.
74 lines of code changed in:
Javadoc
1 lines of code changed in:
Fix ClassUtils.primitiveToWrapper() to handle Void.TYPE
bug 34327, from Alban Peignier
11 lines of code changed in:
Javadoc
2 lines of code changed in:
Add text package tests back into commons-lang
2 lines of code changed in:
[34715][lang] unit test for org.apache.commons.lang.text.StrBuilder.
Patch applied, thanks.
7 lines of code changed in:
[Bug 35588] - [lang] New interpolation features.
Retro-fits the VariableResolver interface into the VariableFormatter class and provides a Map-backed VariableResolver implementation.
425 lines of code changed in:
Temp Javadoc.
2 lines of code changed in:
applied javadoc cleanup patch from http://issues.apache.org/bugzilla/show_bug.cgi?id=35676 (did not apply the VariableFormatter javadoc path since this class is still being worked)
8 lines of code changed in:
New methods and testing of StrBuilder
627 lines of code changed in:
Removed extra ()'s.
1 lines of code changed in:
Move ignore method to correct place in file
12 lines of code changed in:
Tidy javadoc
45 lines of code changed in:
Renamed VariableFormat to VariableFormatter since it is not a subclass of java.text.Format.
343 lines of code changed in:
Towards version 2.2: - Set the component version to 2.2-dev, removed text package exclusions
1 lines of code changed in:
added comment to denote empty catch block
1 lines of code changed in:
changed constructor empty statement to super
1 lines of code changed in:
removed empty statement from catch block that takes no action, using comment only to denote no action;
added super to empty constructors
27 lines of code changed in:
added super to empty constructors
8 lines of code changed in:
removed empty statement from catch block that takes no action, using comment only to denote no action
14 lines of code changed in:
Towards version 2.2:
- Set the component version to 2.2-dev.
- Add .text classes VariableFormat and VariableFormatTest.
- Enable build of .text package.
0 lines of code changed in:
Towards version 2.2:
- Set the component version to 2.2-dev.
- Add .text classes VariableFormat and VariableFormatTest.
- Enable build of .text package.
10 lines of code changed in: