[root]/PZFileReader/src/main/java/net/sf/pzfilereader/brparse
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 41 (100.0%) | 497 (100.0%) | 12.1 |
Paul Zepernick | 28 (68.3%) | 338 (68.0%) | 12.0 |
Benoit Xhenseval | 13 (31.7%) | 159 (32.0%) | 12.2 |
Renamed remotely
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.
154 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.
3 lines of code changed in:
- Adding support for java.io.Reader in PZParser. This is now the
preferred method for reading files.
- Deprecated File and InputStream parsers
45 lines of code changed in:
Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser.
Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes
outside of the column definition.
23 lines of code changed in:
attempt to auto close file handles on GC if the close() was not called.
25 lines of code changed in:
added SLF4J logging...
Benoit,
I will follow up with an email with some of the details of the logger.
It is pretty simplistic.
Paul
20 lines of code changed in:
added setValue method back into the DataSet.
This was present in previous versions. It can be used to change
the value of a column after the file read. It is useful to loop through the
file and change values prior to business logic, or to change the values before they
go out to Excel.
7 lines of code changed in:
added exceptions for unsupported methods
60 lines of code changed in:
Should the br and recordLengths be initialised to something else?
2 lines of code changed in:
changed exceptions being thrown on unsupported methods
3 lines of code changed in:
checkstyle
3 lines of code changed in:
quick checkstyle...
0 lines of code changed in:
pbd fixes
3 lines of code changed in:
fixed constructors for pzmaps
2 lines of code changed in:
fixed bug r variable was not getting set
2 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:
5 lines of code changed in:
added a bufferedreader parser for fixed width files.
renamed the DataSet class and used it for both parsers
24 lines of code changed in:
82 lines of code changed in:
(2 more)