[root]/PZFileReader/src/main/java/com/pz/reader
ordering
(0 files, 0 lines)
structure
(0 files, 0 lines)
util
(0 files, 0 lines)
xml
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 1532 (100.0%) | 95.7 |
Benoit Xhenseval | 15 (93.8%) | 1527 (99.7%) | 101.8 |
Paul Zepernick | 1 (6.3%) | 5 (0.3%) | 5.0 |
Moved to net.sf.pzfilereader
0 lines of code changed in:
removed exception for DataSets containing <record> mappings when an orderBy was called
Added logic to push all non-detail records to the bottom of the DataSet on a sort
5 lines of code changed in:
A few Checkstyle and FindBugs resolutions.
9 lines of code changed in:
Applied the Eclipse cleanUp, organise imports and format to help reduce the Checkstyle issues, from 1696 to 32.
slightly modified a few lines as well (ensured encapsulation).
900 lines of code changed in:
May look a bit scary but there was no code change. I still need to think further about the examples but now the project is split in 2 modules, the main library pzfilereader and the examples pzfilereader-examples. Both follow the same version numbering.
Each can be built at their level (e.e the PZFileReader directory or PZFileReaderSamples directory.
But preferably at the top level using:
maven pz:build
maven pz:rebuild
maven pz:site
maven pz:releasebuild
The Site is the generated in target/pzfilereader-site-2.2.0/bin/pzfilereader-2.2.0/docs
More to follow...
618 lines of code changed in: