[root]/PZFileReader/com/pz/reader/util
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 1313 (100.0%) | 77.2 |
Paul Zepernick | 15 (88.2%) | 1313 (100.0%) | 87.5 |
Benoit Xhenseval | 2 (11.8%) | 0 (0.0%) | 0.0 |
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...
0 lines of code changed in:
put pacakge structure back so version history could be saved before moving over to subversion.
547 lines of code changed in:
Refactored for net.sf.pzfilereader packaging
0 lines of code changed in:
*** empty log message ***
23 lines of code changed in:
*** empty log message ***
58 lines of code changed in:
*** empty log message ***
4 lines of code changed in:
*** empty log message ***
140 lines of code changed in:
*** empty log message ***
1 lines of code changed in:
added method isMultiLine which will evaluate a line of delimited data and determine if there
are more then 1 lines which has to be read in
74 lines of code changed in:
Enhancement changes for bug request # 1402993
256 lines of code changed in:
updated comments, splitLine() now returns Vector instead of ArrayList
7 lines of code changed in:
added findColumn method to retrieve column position in the file.
Converted String to StringBuffer in many places
45 lines of code changed in:
version 2.0 changes
158 lines of code changed in: