[root]/src/java/org/apache/commons/lang/text
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 158 (100.0%) | 8287 (100.0%) | 52.4 |
scolebourne | 57 (36.1%) | 6331 (76.4%) | 111.0 |
ggregory | 58 (36.7%) | 1525 (18.4%) | 26.2 |
bayard | 30 (19.0%) | 228 (2.8%) | 7.6 |
mattinger | 1 (0.6%) | 157 (1.9%) | 157.0 |
niallp | 2 (1.3%) | 29 (0.3%) | 14.5 |
stevencaswell | 2 (1.3%) | 9 (0.1%) | 4.5 |
brett | 1 (0.6%) | 5 (0.1%) | 5.0 |
dirkv | 5 (3.2%) | 2 (0.0%) | 0.4 |
fredrik | 2 (1.3%) | 1 (0.0%) | 0.5 |
Add since tags
22 lines of code changed in:
LANG-306 - StrBuilder appendln/appendAll/appendSeparator
326 lines of code changed in:
Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally.
1 lines of code changed in:
Rolling back r490355 - StrBuilder implements Cloneable again
1 lines of code changed in:
LANG-301 - Document cloneReset()
1 lines of code changed in:
StrBuilder no longer implements Cloneable. #LANG-302
1 lines of code changed in:
Applying a unit test for LANG-299 and the fix that Francisco Benavent suggests.
1 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.
2 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.
2 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
43 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
3 lines of code changed in:
Enhance StrSubtstitutor with StringBuffer methods and replaceIn() methods
152 lines of code changed in:
VariableFormatter became StrSubstitutor
0 lines of code changed in:
Create StrLookup by extraction from StrSubstitutor
190 lines of code changed in:
Javadoc
2 lines of code changed in:
Give more power to StrSubstitutor subclasses
32 lines of code changed in:
Javadoc comments for serialVersionUID.
10 lines of code changed in:
Line was longer than 120 chars - shortening
2 lines of code changed in:
Missing ) in javadoc
3 lines of code changed in:
Initial commit of StrSubstitutor (VariableFormatter) for review
729 lines of code changed in:
(104 more)