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

Directory Created:
2006-12-15 03:07
Total Files:
5
Deleted Files:
1
Lines of Code:
773

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 861 (100.0%) 28.7
Paul Zepernick 27 (90.0%) 856 (99.4%) 31.7
Benoit Xhenseval 3 (10.0%) 5 (0.6%) 1.6

Most Recent Commits

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

45 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.

23 lines of code changed in:

Paul Zepernick 2006-12-31 20:09

attempt to auto close file handles on GC if the close() was not called.

25 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

20 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.

7 lines of code changed in:

Paul Zepernick 2006-12-16 22:26

added exceptions for unsupported methods

60 lines of code changed in:

Benoit Xhenseval 2006-12-16 22:05

Should the br and recordLengths be initialised to something else?

2 lines of code changed in:

Paul Zepernick 2006-12-16 22:04

changed exceptions being thrown on unsupported methods

3 lines of code changed in:

Benoit Xhenseval 2006-12-16 22:01

checkstyle

3 lines of code changed in:

Benoit Xhenseval 2006-12-16 22:00

quick checkstyle...

0 lines of code changed in:

Paul Zepernick 2006-12-16 18:57

pbd fixes

3 lines of code changed in:

Paul Zepernick 2006-12-16 17:53

fixed constructors for pzmaps

2 lines of code changed in:

Paul Zepernick 2006-12-16 17:23

fixed bug r variable was not getting set

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

6 lines of code changed in:

Paul Zepernick 2006-12-16 15:10

102 lines of code changed in:

Paul Zepernick 2006-12-16 00:11

added a bufferedreader parser for fixed width files.



renamed the DataSet class and used it for both parsers

195 lines of code changed in:

Paul Zepernick 2006-12-16 00:10

82 lines of code changed in:

Paul Zepernick 2006-12-16 00:09

added a bufferedreader parser for fixed width files.



renamed the DataSet class and used it for both parsers

0 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.

1 lines of code changed in:

Paul Zepernick 2006-12-15 03:07

first attempt at reading files with BufferedReader left open

while the file is being looped through.



This is incomplete Benoit, but maybe you can take a peak and

see what you think about the direction this is heading.

280 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT