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

Directory Created:
2006-10-17 16:51
Directory Deleted:
2007-05-30 22:45
Total Files:
0
Deleted Files:
18
Lines of Code:
0

Browse with ViewVC

[root]/PZFileReader/src/main/java/net/sf/pzfilereader

                                Folder removed from repo brparse (0 files, 0 lines)

                                Folder removed from repo converter (0 files, 0 lines)

                                Folder removed from repo ordering (0 files, 0 lines)

                                Folder removed from repo structure (0 files, 0 lines)

                                Folder removed from repo util (0 files, 0 lines)

                                Folder removed from repo xml (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 163 (100.0%) 2924 (100.0%) 17.9
Benoit Xhenseval 86 (52.8%) 1659 (56.7%) 19.2
Paul Zepernick 77 (47.2%) 1265 (43.3%) 16.4

Most Recent Commits

Benoit Xhenseval 2007-05-30 22:45

Renamed remotely

0 lines of code changed in:

Benoit Xhenseval 2007-05-24 22:51

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.

314 lines of code changed in:

Paul Zepernick 2007-04-21 21:34

Added option to return empty Strings as null. Feature request 1569891.

27 lines of code changed in:

Paul Zepernick 2007-04-21 16:44

added an option to ignore parse warnings

29 lines of code changed in:

Paul Zepernick 2007-04-21 15:41

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.

17 lines of code changed in:

Paul Zepernick 2007-03-22 11:29

- Added options for column case sensitivity



This has not been implemented yet.

31 lines of code changed in:

Paul Zepernick 2007-03-21 11: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 18: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 16:34

correct findbug string concat, changed to StringBuffer

6 lines of code changed in:

Paul Zepernick 2007-01-10 20: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 17: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 20: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 21:02

checkstyle

3 lines of code changed in:

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

simian fixes

4 lines of code changed in:

Paul Zepernick 2006-12-16 17:57

pbd fixes

0 lines of code changed in:

Paul Zepernick 2006-12-16 17:51

findbug fixes

11 lines of code changed in:

Paul Zepernick 2006-12-16 16:27

checkstyle fixes

2 lines of code changed in:

Paul Zepernick 2006-12-16 15: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 14:41

checkstyle fixes

22 lines of code changed in:

Paul Zepernick 2006-12-15 13: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:

(36 more)

Generated by StatSVN 0.3.2-SNAPSHOT