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

Directory Deleted:
2007-05-30 22:45
Total Files:
0
Deleted Files:
8
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 1663 (100.0%) 20.7
Benoit Xhenseval 39 (48.8%) 851 (51.2%) 21.8
Paul Zepernick 41 (51.3%) 812 (48.8%) 19.8

Most Recent Commits

Benoit Xhenseval 2007-05-30 22:45

Renamed remotely

0 lines of code changed in:

Benoit Xhenseval 2007-05-25 11:12

Ooops, would be better if the new classes were checked in...

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.

355 lines of code changed in:

Paul Zepernick 2007-04-21 22:33

Feature request 1596087. ADded the ability to determine the correct <record> element based

on the number of elements. This only applies to delimited files.

8 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+8 -2)
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.

68 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+68 -50)
Paul Zepernick 2007-03-20 15:36

Stopped column lookup from being case sensitive

6 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+6 -3)
Paul Zepernick 2007-02-06 14:45

corrected issue with tab and space delimiter when there were

just empty columns with no data. trim() was removing delimiters

and breaking the parse

10 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+10 -2)
Paul Zepernick 2007-02-06 14:41

added constant for specifying an empty qualifier

2 lines of code changed in:

Paul Zepernick 2007-01-23 08:48

combined if statements fix for PMD

13 lines of code changed in:

Paul Zepernick 2007-01-10 17:01

fixed NPE when referencing a column that did not exist in the map for a fixed length file

4 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+4 -1)
Benoit Xhenseval 2006-12-16 21:04

quick checkstyle.

2 lines of code changed in:

Benoit Xhenseval 2006-12-16 21:01

checkstyle

0 lines of code changed in:

Paul Zepernick 2006-12-16 19:07

simian fixes

57 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+57 -57)
Paul Zepernick 2006-12-16 17:51

findbug fixes

21 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

11 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+11 -13)
Paul Zepernick 2006-12-15 14:12

added the ability to include / exclude columns from the Excel export

79 lines of code changed in:

Paul Zepernick 2006-12-15 00:23

cleaned up exception handling. Got rid of throws Exception

5 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+5 -3)
Paul Zepernick 2006-11-27 16:06

more efficient check for unescaped qualifier contained within a qualified element.

This new change avoids substring and left trim per Benoit's suggestion.

22 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+22 -13)
Paul Zepernick 2006-11-27 13:47

added to the comment about the lTrimKeepTabs

2 lines of code changed in:

Paul Zepernick 2006-11-27 13:22

renamed IDataSet to DataSet

3 lines of code changed in:

(41 more)

Generated by StatSVN 0.3.2-SNAPSHOT