[root]/PZFileReader/src/test/java/net/sf/pzfilereader/utilities
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 3 (100.0%) | 64 (100.0%) | 21.3 |
Paul Zepernick | 1 (33.3%) | 50 (78.1%) | 50.0 |
Benoit Xhenseval | 2 (66.7%) | 14 (21.9%) | 7.0 |
Optimised the ParserUtils to use char for delimiter and qualifier.
I have added deprecated methods for Strings (using only the first character). Could you find out where these are used and remove the call to those and use the char instead.
All tests are passed but we should add more... especially with regards to the multi line one...
Time to hit the sack!
12 lines of code changed in:
Forgot to append the actual element.
2 lines of code changed in:
expanded upon the tests. Made a little more generic. There is an
array of delimiters and qualifiers which we can fill in for whatever
we want to test. Implemented Benoit's formating suggestions.
50 lines of code changed in: