[root]/PZFileReader/src/main/java/net/sf/pzfilereader
brparse
(5 files, 773 lines)
converter
(6 files, 284 lines)
ordering
(3 files, 238 lines)
structure
(3 files, 294 lines)
util
(5 files, 1412 lines)
xml
(4 files, 497 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 123 (100.0%) | 4411 (100.0%) | 35.8 |
Benoit Xhenseval | 56 (45.5%) | 3117 (70.7%) | 55.6 |
Paul Zepernick | 67 (54.5%) | 1294 (29.3%) | 19.3 |
- Added options for column case sensitivity
This has not been implemented yet.
31 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
440 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.
52 lines of code changed in:
correct findbug string concat, changed to StringBuffer
6 lines of code changed in:
changed getDate() to return a null on empty Strings instead of getting a parse exception
9 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
14 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.
19 lines of code changed in:
checkstyle
3 lines of code changed in:
simian fixes
4 lines of code changed in:
pbd fixes
0 lines of code changed in:
findbug fixes
11 lines of code changed in:
checkstyle fixes
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
40 lines of code changed in:
checkstyle fixes
22 lines of code changed in:
added a protected method to clear the rows out of the DataSet
Changed the BuffredReader parser to call clear rows instead of using the getRows
which was removed.
7 lines of code changed in:
removed the getRows() so the user cannot manipulate the internal structure of the DataSet
0 lines of code changed in:
added some protected methods for more control by extending
classes.
20 lines of code changed in:
added a method to fetch the next record from a given BufferedReader.
Utilized this in the new BufferedReader parsers, and coule be usefull for
future parser implementations.
126 lines of code changed in:
added to parse() javadoc comment
2 lines of code changed in:
renamed IDataSet to DataSet
293 lines of code changed in:
(31 more)