Directory PZFileReader/src/test/java/net/sf/pzfilereader/parserutils/

Directory Created:
2006-10-19 16:28
Total Files:
4
Deleted Files:
3
Lines of Code:
413

Browse with ViewVC

[root]/PZFileReader/src/test/java/net/sf/pzfilereader/parserutils

Lines of Code

PZFileReader/src/test/java/net/sf/pzfilereader/parserutils/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 695 (100.0%) 19.3
Paul Zepernick 20 (55.6%) 475 (68.3%) 23.7
Benoit Xhenseval 16 (44.4%) 220 (31.7%) 13.7

Most Recent Commits

Paul Zepernick 2007-02-06 15:43

adding more tests

6 lines of code changed in:

Paul Zepernick 2007-02-04 16:02

added test for empty tabs which is currently failing

3 lines of code changed in:

Paul Zepernick 2006-11-26 15: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 14:55

added a couple new checks

2 lines of code changed in:

Paul Zepernick 2006-11-25 18:23

copied over from bx test cases

20 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/test/java/net/sf/pzfilereader/parserutils: BXParserTest.java (del)
Paul Zepernick 2006-11-25 16:54

added some unit tests for pzconverter

11 lines of code changed in:

Paul Zepernick 2006-11-25 15: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)
Benoit Xhenseval 2006-11-22 13:34

Was a good idea... but it did not work 100%

0 lines of code changed in:

Paul Zepernick 2006-11-04 18:04

unit tests to Strip non numeric chars for doubles and longs

52 lines of code changed in:

Benoit Xhenseval 2006-10-31 23:47

Paul, some interesting new methods, the BX parser (sorry about the name) seems to be significantly faster than the current one when there are NO qualifiers, If there are qualifiers, it is reasonably faster. But the interesting bits start when I created a new method that uses a StringBuffer rather than using "chunks".

The new method is flying when there are qualifiers all over the place... but is slower (albeit not slower than the current one) when there are no qualifier... and that is a bit of a mystery... anyway... getting too late... Have a look and let me know.

5 lines of code changed in:

  • PZFileReader/src/test/java/net/sf/pzfilereader/parserutils: BXParserTest.java (+5 -5)
Benoit Xhenseval 2006-10-31 21:47

do not use null for empty fields, use an empty String.

8 lines of code changed in:

  • PZFileReader/src/test/java/net/sf/pzfilereader/parserutils: BXParserTest.java (+8 -8)
Paul Zepernick 2006-10-31 21:02

modified the last check in testSomeExtremeCases()

it appears that it should have 2 " in the result of the parse

Benoit, please lmk if this is incorrect.

3 lines of code changed in:

Benoit Xhenseval 2006-10-31 18:12

Paul, I've added some basic tests for null, empty, ",,," kind of things. I've also had a go at a parser, the regular expression is a dead-end or will become **extremely** complex due to our special and whacky cases... The basic tests make quite a few things break in the current version. I'll run a couple of speed tests to see where we're going...

21 lines of code changed in:

Benoit Xhenseval 2006-10-31 17:07

One more funny test....

1 lines of code changed in:

Benoit Xhenseval 2006-10-31 17:05

I have added a few very basic tests and they all seem to fail... Paul, could you investigate? thanks.

9 lines of code changed in:

Benoit Xhenseval 2006-10-31 14:38

added a few more tests.

51 lines of code changed in:

Paul Zepernick 2006-10-31 12:24

first fixed width test

70 lines of code changed in:

Benoit Xhenseval 2006-10-30 17:46

first cut at reg expressions...

1 lines of code changed in:

Paul Zepernick 2006-10-30 16:57

added a couple more tests

3 lines of code changed in:

(12 more)

Generated by StatSVN 0.3.2-SNAPSHOT