[root]/flatpack/src/main/java/net/sf/flatpack/brparse
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 816 (100.0%) | 38.8 |
Paul Zepernick | 13 (61.9%) | 778 (95.3%) | 59.8 |
Benoit Xhenseval | 8 (38.1%) | 38 (4.7%) | 4.7 |
Changed package for the Examples.
25 lines of code changed in:
Bit of tidy up. the doParse method ought to be protected as it is invalid to call directly (called through parse method).
2 lines of code changed in:
tidy up. no functional change.
3 lines of code changed in:
added toString methods.
2 lines of code changed in:
Fix some of the last conversion issues...
6 lines of code changed in:
Dropped the "PZ" from class names
Changed the "PZ" to "FP" where class name may be common, such as, StringUtils.
This will prevent the user from having to qualify the class name in certain
situations
753 lines of code changed in:
Changed package structure from pzfilereader to flatpack
More to come...Going to be removing the PZ from any applicable class names
25 lines of code changed in: