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

Total Files:
5
Deleted Files:
2
Lines of Code:
1412

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 67 (100.0%) 1386 (100.0%) 20.6
Paul Zepernick 40 (59.7%) 873 (63.0%) 21.8
Benoit Xhenseval 27 (40.3%) 513 (37.0%) 19.0

Most Recent Commits

Paul Zepernick 2007-03-20 16: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 15: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 15:41

added constant for specifying an empty qualifier

2 lines of code changed in:

Paul Zepernick 2007-01-23 09:48

combined if statements fix for PMD

13 lines of code changed in:

Paul Zepernick 2007-01-10 18: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 22:04

quick checkstyle.

2 lines of code changed in:

Benoit Xhenseval 2006-12-16 22:01

checkstyle

0 lines of code changed in:

Paul Zepernick 2006-12-16 20: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 18:51

findbug fixes

21 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

11 lines of code changed in:

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

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

79 lines of code changed in:

Paul Zepernick 2006-12-15 01: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 17: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 14:47

added to the comment about the lTrimKeepTabs

2 lines of code changed in:

Paul Zepernick 2006-11-27 14:22

renamed IDataSet to DataSet

3 lines of code changed in:

Paul Zepernick 2006-11-26 14:54

corrected a couple bugs where the double qualifier replace was not

getting run. Tried to make the look ahead check a little more efficient

preventing the substring and left trim where possible.

11 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+11 -5)
Paul Zepernick 2006-11-25 21:29

fixed problem with qualifiers being allowed within the qualified element.

Created a new issue. The check on line 134 of ParserUtilsSplitLineTest

is failing. It seems to me like the check itself may be flawed on the end result.

The parser looks like it is chopping off a " on the end of the element that should

be there.



Benoit, I left a note on what I updated. There is probably a better way

that is going to make for a faster parse.

10 lines of code changed in:

Paul Zepernick 2006-11-25 20:59

corrected javadoc

1 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+1 -1)
Paul Zepernick 2006-11-25 18:18

added bx parser

228 lines of code changed in:

Paul Zepernick 2006-11-25 18:17

moved parser's into ParserUtils

0 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: BXParser.java (del)

(38 more)

Generated by StatSVN 0.3.2-SNAPSHOT