Killing the lang sandbox component
749 lines of code changed in:
Killing the lang sandbox component
467 lines of code changed in:
clone method is now full covered in unit tests.
32 lines of code changed in:
Increase unit test coverage %.
10 lines of code changed in:
Fix javadoc comment
from Rahul Akolkar
3 lines of code changed in:
Add toType methods to return the primitive wrapper object
91 lines of code changed in:
Fix IndexOutOfBoundsException on padding
bug 35756, from Reuben Sivan
6 lines of code changed in:
Add trim()
56 lines of code changed in:
Add equals, equalsIgnoreCase and hashCode
137 lines of code changed in:
Remove extraneous this object references
12 lines of code changed in:
Fix license, style and svn properties
141 lines of code changed in:
Comment out System.out call in unit test.
1 lines of code changed in:
Refactor multiple instances of the same string literal into a default message string static.
12 lines of code changed in:
corrected isAllSet test on zero value
1 lines of code changed in:
Removed extra () layer.
2 lines of code changed in:
added tests to increase test coverage
2 lines of code changed in:
increase StringUtils test coverage as reported by clover
51 lines of code changed in:
increase WordUtils test coverage as reported by clover
4 lines of code changed in:
increase Validate test coverage as reported by clover
12 lines of code changed in:
increase SerializationUtils test coverage as reported by clover
47 lines of code changed in:
increase NotImplementedException test coverage as reported by clover
97 lines of code changed in:
increase IntHashMap test coverage as reported by clover
128 lines of code changed in:
increase IllegalClassException test coverage as reported by clover
27 lines of code changed in:
increase Entities test coverage as reported by clover
60 lines of code changed in:
increase CharUtils test coverage as reported by clover
2 lines of code changed in:
increase CharRange test coverage as reported by clover
9 lines of code changed in:
increase BitField test coverage as reported by clover
32 lines of code changed in:
increase ArrayUtils test coverage as reported by clover
170 lines of code changed in:
Improve unit test coverage, eating own dog food. TODO: Missing tests for many constructors.
25 lines of code changed in:
Fix clone() and add a unit test.
30 lines of code changed in:
Unnecessary cast from char[] to char[].
1 lines of code changed in:
Javadoc.
1 lines of code changed in:
Javadoc fix.
0 lines of code changed in:
Rewrite internal implementation, fix bugs, improve tests
375 lines of code changed in:
Fix javadoc
2 lines of code changed in:
Enable chaining of methods
59 lines of code changed in:
Improve javadoc about the reader/writer
14 lines of code changed in:
Don't clone char array input, and handle nulls better
172 lines of code changed in:
Ensure that the reader is a proper view
(previously if the builder buffer changed due to appends after creating the reader these weren't picked up)
180 lines of code changed in:
Remove StringPrintWriter (package scoped) as performed no useful purpose
19 lines of code changed in:
Fix null handling behaviour on char[] methods
42 lines of code changed in:
Add appendNewLine()
93 lines of code changed in:
Initial version of LocaleUtils for review of concept
193 lines of code changed in:
Increase test coverage
1 lines of code changed in:
Add serialization version
23 lines of code changed in:
Increase test coverage
2 lines of code changed in:
Remove StrTokenizer.Matcher, replace with StrMatcher
95 lines of code changed in:
Increase test coverage
91 lines of code changed in:
Increase the number of methods that can chain
35 lines of code changed in:
Add StrMatcher and update StrBuilder and test cases to use it, plus fix other bugs
2871 lines of code changed in:
Clean up of one method from Nathan Beyer [nbeyer@kc.rr.com]
1 lines of code changed in:
Patches to increase test coverage from Nathan Beyer [nbeyer@kc.rr.com]
37 lines of code changed in:
Better exception messages.
2 lines of code changed in:
Replaced VariableFormatter.Token with java.text.FieldPosition.
42 lines of code changed in:
Integrate and tweak http://issues.apache.org/bugzilla/show_bug.cgi?id=35588.
Next: Try and replace VariableFormatter.Token with java.text.FieldPosition.
539 lines of code changed in:
Statement unnecessarily nested within else clause.
2 lines of code changed in:
Fix indexOf and lastIndexOf with null input
43 lines of code changed in:
Add asWriter()
101 lines of code changed in:
Move reverse method in file to be with other methods returning this
20 lines of code changed in:
Add append(StringBuffer,int,int) and append(StrBuilder,int,int)
210 lines of code changed in:
Test for correct exception
41 lines of code changed in:
Fix setLength()
6 lines of code changed in:
Fix javadoc, notably exceptions
27 lines of code changed in:
Add append(String, int, int)
108 lines of code changed in:
Fix some Checkstyle and PMD warnings. Extract constants from in-lined '\n' and '\r' in StringUtils.java.
37 lines of code changed in:
Statement unnecessarily nested within else clause.
3 lines of code changed in:
Statement unnecessarily nested within else clause.
2 lines of code changed in:
Fix PMD warning: Avoid instantiating Boolean objects; you can usually invoke Boolean.TRUE instead.
1 lines of code changed in:
Adds contributors Oliver Heger and Nathan Beyer.
378 lines of code changed in:
[Bug 36059] [lang] Wrong length check in StrTokenizer.StringMatcher. From Oliver Heger <oliver.heger@t-online.de>.
17 lines of code changed in:
Slightly increments the test coverage for NestableDelegate. Includes a rework of the getMessage(String) method. Courtesy of Nathan Beyer [nbeyer@kc.rr.com].
49 lines of code changed in:
Add asReader method
32 lines of code changed in:
Use the name "buffer", not "buf".
94 lines of code changed in:
Use CAPACITY, not literal magic number.
2 lines of code changed in:
Coverage of StrBuilder#delete(String)
12 lines of code changed in:
Fixes and better unit test code coverage from Nathan Beyer [nbeyer@kc.rr.com].
101 lines of code changed in:
Fixes and better unit test code coverage from Nathan Beyer [nbeyer@kc.rr.com].
154 lines of code changed in:
[Bug 35966] - [lang] StrBuilderTest#testReplaceStringString fails. From Nathan Beyer nbeyer@kc.rr.com.
24 lines of code changed in:
Javadoc.
6 lines of code changed in:
More tests. Note that testReplaceStringString fails.
108 lines of code changed in:
Better unit test code coverage.
7 lines of code changed in:
Better unit test coverage for StrTokenizer.java.
167 lines of code changed in:
Better unit test code coverage.
125 lines of code changed in: