[root]/PZFileReader/src/main/java/net/sf/pzfilereader/util
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 80 (100.0%) | 1663 (100.0%) | 20.7 |
| Benoit Xhenseval | 39 (48.8%) | 851 (51.2%) | 21.8 |
| Paul Zepernick | 41 (51.3%) | 812 (48.8%) | 19.8 |
Renamed remotely
0 lines of code changed in:
Ooops, would be better if the new classes were checked in...
0 lines of code changed in:
Created PZMetaData that removes the use of some magic keys in a map
This also provides a bit more semantic in the use of meta data.
The old code is simply commented out or deprecated for now.
355 lines of code changed in:
Feature request 1596087. ADded the ability to determine the correct <record> element based
on the number of elements. This only applies to delimited files.
8 lines of code changed in:
Implemented the change to allow the user to specify if the column
lookups should or should not be case sensitive. This required passing
the PZParser object around to several places in util methods and
in the DataSet. I think it will be handy to have it there for
future changes so that we can easily obtain all the options the
user has flagged for the parse.
Deprecated old signatures of any method the PZParser parmeter
was added to. It is possible to leave the PZParser null so anyone
using a deprecated method can just pass a null in for the parser.
68 lines of code changed in:
Stopped column lookup from being case sensitive
6 lines of code changed in:
corrected issue with tab and space delimiter when there were
just empty columns with no data. trim() was removing delimiters
and breaking the parse
10 lines of code changed in:
added constant for specifying an empty qualifier
2 lines of code changed in:
combined if statements fix for PMD
13 lines of code changed in:
fixed NPE when referencing a column that did not exist in the map for a fixed length file
4 lines of code changed in:
quick checkstyle.
2 lines of code changed in:
checkstyle
0 lines of code changed in:
simian fixes
57 lines of code changed in:
findbug fixes
21 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
11 lines of code changed in:
added the ability to include / exclude columns from the Excel export
79 lines of code changed in:
cleaned up exception handling. Got rid of throws Exception
5 lines of code changed in:
more efficient check for unescaped qualifier contained within a qualified element.
This new change avoids substring and left trim per Benoit's suggestion.
22 lines of code changed in:
added to the comment about the lTrimKeepTabs
2 lines of code changed in:
renamed IDataSet to DataSet
3 lines of code changed in:
(41 more)