[root]/src/test/org/apache/commons/lang/text
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 104 (100.0%) | 7528 (100.0%) | 72.3 |
scolebourne | 44 (42.3%) | 5226 (69.4%) | 118.7 |
ggregory | 39 (37.5%) | 2052 (27.3%) | 52.6 |
bayard | 18 (17.3%) | 249 (3.3%) | 13.8 |
dirkv | 3 (2.9%) | 1 (0.0%) | 0.3 |
LANG-306 - StrBuilder appendln/appendAll/appendSeparator
298 lines of code changed in:
Applying a unit test for LANG-299 and the fix that Francisco Benavent suggests.
7 lines of code changed in:
Fixng LANG-295 - thisBuf.length calls. There were two of the calls, so I've committed a unit test showing things are broken and a fix in both cases.
8 lines of code changed in:
Fixing #LANG-294. The indexOf method did not take into account the size variable that limited the amount of the buffer that should be looked at.
13 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
50 lines of code changed in:
Updated Copyrights to 2006.
2 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
1 lines of code changed in:
Enhance StrSubtstitutor with StringBuffer methods and replaceIn() methods
45 lines of code changed in:
VariableFormatter became StrSubstitutor
0 lines of code changed in:
Create StrLookup by extraction from StrSubstitutor
214 lines of code changed in:
Give more power to StrSubstitutor subclasses
54 lines of code changed in:
Initial commit of StrSubstitutor (VariableFormatter) for review
440 lines of code changed in:
Copyright dates
2 lines of code changed in:
Link builder to tokenizer properly
38 lines of code changed in:
Add toString
11 lines of code changed in:
Allow tokenizer state to be adjusted before and after tokenizing
27 lines of code changed in:
Add method to get all tokens as a list as well as an array
21 lines of code changed in:
Archimedes Trajano offered another method for the class
12 lines of code changed in:
Test the getXxx methods
3 lines of code changed in:
Added new class CompositeFormat, as per issue #30184 (http://issues.apache.org/bugzilla/show_bug.cgi?id=30184)
96 lines of code changed in:
(58 more)