November 2006 Commit Log

Number of Commits:
38
Number of Active Developers:
2
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:27

renamed IDataSet to DataSet

54 lines of code changed in:

  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/csvheaderandtrailer: CSVHeaderAndTrailer.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/csvperformancetest: CSVPerformanceTest.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/delimitedcolumnnamesinfile: DelimitedColumnNamesInFile.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/delimiteddynamiccolumns: DelimitedWithPZMap.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/delimiteddynamiccolumnswitherrors: DelimitedWithPZMapErrors.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/exporttoexcel: DelimitedFileExportToExcel.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/fixedlengthdynamiccolumns: FixedLengthWithPZMap.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/fixedlengthheaderandtrailer: FixedLengthHeaderAndTrailer.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/jsptableexample/pzfilereaderwebsamples: index.jsp (+33 -33)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/lowlevelparse: LowLevelParse.java (+1 -1)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/multilinedelimitedrecord: DelimitedMultiLine.java (+2 -2)
  • PZFileReaderSamples/src/main/java/net/sf/pzfilereader/examples/numericsanddates: NumericsAndDates.java (+2 -2)
Paul Zepernick 2006-11-27 13:22

renamed IDataSet to DataSet

233 lines of code changed in:

Paul Zepernick 2006-11-26 14:01

added test method in that was accidentally removed while combining with bx tests

31 lines of code changed in:

Paul Zepernick 2006-11-26 13:55

added a couple new checks

2 lines of code changed in:

Paul Zepernick 2006-11-26 13: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 20: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 19: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 17:23

1 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader: Version.java (+1 -1)
Paul Zepernick 2006-11-25 17:23

copied over from bx test cases

20 lines of code changed in:

Paul Zepernick 2006-11-25 17:22

converted to idataset

4 lines of code changed in:

Paul Zepernick 2006-11-25 17:18

added bx parser

234 lines of code changed in:

Paul Zepernick 2006-11-25 17:18

removing old code which is replaced by the IDataSet interface

0 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader: DataSet.java (del)
Paul Zepernick 2006-11-25 15:54

added some unit tests for pzconverter

11 lines of code changed in:

Paul Zepernick 2006-11-25 15:53

moved helper methods into ParserUtils for Object conversion. This

removed some duplicate code and will be easier to unit test

57 lines of code changed in:

Paul Zepernick 2006-11-25 15:52

- adding some new converter's

- shored up some comments and added license agreement to files

43 lines of code changed in:

Paul Zepernick 2006-11-25 14:36

added a couple new test with spaces as the delimiter. Removed unused imports

4 lines of code changed in:

  • PZFileReader/src/test/java/net/sf/pzfilereader/parserutils: BXParserTest.java (+4 -2)
Paul Zepernick 2006-11-24 19:27

put return in catch so it would no longer be empty

1 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: PZMapParser.java (+1 -2)
Paul Zepernick 2006-11-24 19:25

removed unused import

0 lines of code changed in:

Paul Zepernick 2006-11-24 19:24

declared final per checkstyle

1 lines of code changed in:

Paul Zepernick 2006-11-24 19:22

added missing package documentation

0 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/converter: package.html (new)
Paul Zepernick 2006-11-24 19:20

removed unused import per checkstyle

0 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader: IDataSet.java (-1)
Paul Zepernick 2006-11-24 19:14

removed default values so checkstyle would not compain about the final

3 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader: DataError.java (+3 -3)
Benoit Xhenseval 2006-11-22 12:59

Suggestion to use the ObjectLab Kit mail list for announcements (that will increase the audience amongst a few projects)

4 lines of code changed in:

Benoit Xhenseval 2006-11-22 12:50

Add link for StatSvn (yep, we've been busy modifying it...)

7 lines of code changed in:

Benoit Xhenseval 2006-11-21 10:30

qalab stats

1 lines of code changed in:

Paul Zepernick 2006-11-12 12:33

added an include for pzconvert.properties

1 lines of code changed in:

Paul Zepernick 2006-11-11 20:46

logged change

2 lines of code changed in:

Paul Zepernick 2006-11-11 20:42

first attempt at a new getObject() method in the IDataSet



Benoit, if you get a chance take a look and let me know what

you think of the implementation. I am currently getting some

NPE's in the unit tests. This is because it is not finding

the pzconvert.properties file. I tried to modify the ant script

to make sure it was getting included, but I am having some trouble.

I can take a look at it later and see what the deal is.



Paul

89 lines of code changed in:

Paul Zepernick 2006-11-04 17:11

added better javadoc comment for stripNonLongChars

6 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+6 -4)
Paul Zepernick 2006-11-04 17:04

unit tests to Strip non numeric chars for doubles and longs

22 lines of code changed in:

Paul Zepernick 2006-11-04 17:03

added a check for demcimal in stripNonLongChars

7 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+7 -1)
Paul Zepernick 2006-11-04 16:39

modified performance for strip methods per Benoits suggestions

19 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: ParserUtils.java (+19 -16)
Paul Zepernick 2006-11-04 16:05

moved code from getInt and getDouble into ParserUtils. Called

methods from ParserUtils

2 lines of code changed in:

Paul Zepernick 2006-11-04 16:04

added two new methods stripNonDoubleChars() and stripNonLongChars()

removed logic from DefaultDataSet and called these methods instead.



These methods will be usefull in other areas of the code, as we further

develop the API

50 lines of code changed in:

Paul Zepernick 2006-11-03 11:47

Reverted back to previous revision. Change was not going to work properly.

0 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/util: BXParser.java (-8)
Paul Zepernick 2006-11-02 12:13

made a change to use the String.split() when no qualifier is

specified. Needs some more testing, seems a little faster.

Going to test against results I got at work yesterday.

8 lines of code changed in:

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

October 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT