Directory PZFileReader/src/main/java/net/sf/pzfilereader/

Directory Created:
2006-10-17 17:51
Total Files:
16
Deleted Files:
2
Lines of Code:
2883

Browse with ViewVC

[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)

Lines of Code

PZFileReader/src/main/java/net/sf/pzfilereader/ Lines of Code

Developers

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

Most Recent Commits

Paul Zepernick 2007-03-22 12:29

- Added options for column case sensitivity



This has not been implemented yet.

31 lines of code changed in:

Paul Zepernick 2007-03-21 12:30

- 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:

Paul Zepernick 2007-03-10 19:14

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:

Paul Zepernick 2007-01-18 17:34

correct findbug string concat, changed to StringBuffer

6 lines of code changed in:

Paul Zepernick 2007-01-10 21:02

changed getDate() to return a null on empty Strings instead of getting a parse exception

9 lines of code changed in:

Paul Zepernick 2006-12-24 18:53

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:

Paul Zepernick 2006-12-21 21:58

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:

Benoit Xhenseval 2006-12-16 22:02

checkstyle

3 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader: DataError.java (+3 -3)
Paul Zepernick 2006-12-16 20:07

simian fixes

4 lines of code changed in:

Paul Zepernick 2006-12-16 18:57

pbd fixes

0 lines of code changed in:

Paul Zepernick 2006-12-16 18:51

findbug fixes

11 lines of code changed in:

Paul Zepernick 2006-12-16 17:27

checkstyle fixes

2 lines of code changed in:

Paul Zepernick 2006-12-16 16:15

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:

Paul Zepernick 2006-12-16 15:41

checkstyle fixes

22 lines of code changed in:

Paul Zepernick 2006-12-15 14:17

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:

Paul Zepernick 2006-12-15 14:16

removed the getRows() so the user cannot manipulate the internal structure of the DataSet

0 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader: DataSet.java (-1)
Paul Zepernick 2006-12-15 02:59

added some protected methods for more control by extending

classes.

20 lines of code changed in:

Paul Zepernick 2006-12-15 02:59

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:

Paul Zepernick 2006-12-15 01:26

added to parse() javadoc comment

2 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader: PZParser.java (+2 -1)
Paul Zepernick 2006-11-27 14:22

renamed IDataSet to DataSet

293 lines of code changed in:

(31 more)

Generated by StatSVN 0.3.2-SNAPSHOT