ToStringStyle setArrayEnd handled null incorrectly
bug 31933, fix from Masato Tezuka
137 lines of code changed in:
all non-covered parts of the code are now covered. 100% coverage for a package, while not in itself a great thing, feels damn good
57 lines of code changed in:
Default is meant to be for the trimmer to be a NoMatcher.
2 lines of code changed in:
matching the other javadoc style; though I think it's a pretty useless bit of javadoc.
2 lines of code changed in:
I assume this is a typo, a second setting of the trimmer matcher.
2 lines of code changed in:
Without this line the code infinite loops. With it the tests still fail, but a failure is nicer than an infinite loop.
2 lines of code changed in:
Switched to use the static call explicitly (yup, I just started using Eclipse again)
6 lines of code changed in:
Unnecessary imports.
1 lines of code changed in:
more test coverage of obscure situations
44 lines of code changed in:
Added a trimmer matcher which is now used to determine
which characters to trim off the left and right of tokens.
the ignore matcher is now truly an ignore matcher, which
will leave out any matching characters from all tokens.
I also fixed a few minor bugs.
157 lines of code changed in:
Remove Class and Package comparators - too specific set of use cases
9 lines of code changed in:
should now run the last bit of code
1 lines of code changed in:
few more tests to get 100% coverage for Token
12 lines of code changed in:
override so it uses the latest clover
5 lines of code changed in:
Bug in javadoc example as described in Bugzilla entry 32198.
PR: 32198
Submitted by: Ronald Wildenberg
2 lines of code changed in:
Javadoc nits.
4 lines of code changed in: