[root]/PZFileReader/src/main/java/net/sf/pzfilereader/ordering
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 133 (100.0%) | 11.0 |
Paul Zepernick | 5 (41.7%) | 108 (81.2%) | 21.6 |
Benoit Xhenseval | 7 (58.3%) | 25 (18.8%) | 3.5 |
findbug fixes
69 lines of code changed in:
cleaned up most of the checkstyle errors.
There are still a couple out there that I am not sure how to
deal with exactly
6 lines of code changed in:
General clean Up by Eclipse (cleanup, organise imports and format).
4 lines of code changed in:
Keep the header and trailer in the same order when moving to the bottom
9 lines of code changed in:
Some serious kicking...
1/ use a map for finding the column index; this makes the fetch of the first or last column consistent
2/ removed SOME of the substring which are causing dramatic performance degradation when once has a fair amount of columns.
3/ optimised some string manipulation code (getDelimiterOffset, lTrim, lTrimKeepTabs, removeChar
4/ I would suggest the creation of a suite of unit tests for all those methods.... Paul, do you want to take this on?
15 lines of code changed in:
package javadoc
24 lines of code changed in:
Reduce the scope of some variables that now can be declared 'final', this in turn helps the JVM to optimize the runtime code, as well as keeping the memory requirement to a minimum.
6 lines of code changed in:
Moved to net.sf.pzfilereader
0 lines of code changed in: