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

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

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 316 (100.0%) 7.7
Paul Zepernick 17 (41.5%) 189 (59.8%) 11.1
Benoit Xhenseval 24 (58.5%) 127 (40.2%) 5.2

Most Recent Commits

Benoit Xhenseval 2007-05-30 22:45

Renamed remotely

0 lines of code changed in:

Paul Zepernick 2007-05-26 15:39

removed old todo comment

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:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: PZMetaData.java (new)
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.

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

27 lines of code changed in:

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.

21 lines of code changed in:

Paul Zepernick 2007-03-21 00:53

- Added check for null

18 lines of code changed in:

Paul Zepernick 2007-03-20 23:13

- converting xml map parser over to Reader



- Removed parse(File)



- Added parse(Reader)

23 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: PZMapParser.java (+23 -17)
Paul Zepernick 2006-12-24 17: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

10 lines of code changed in:

Paul Zepernick 2006-12-16 17:51

findbug fixes

79 lines of code changed in:

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)
Benoit Xhenseval 2006-10-27 14:14

General clean Up by Eclipse (cleanup, organise imports and format).

14 lines of code changed in:

Benoit Xhenseval 2006-10-27 11:52

Removed some throw Exception

Only non-runtime exceptions should be declared and never at the 'Exception' level, which is far too generic and forces every caller to deal with something which is 'unknonwn'

9 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: PZMapParser.java (+9 -6)
Paul Zepernick 2006-10-27 00:06

added a better comment to getColumns()

3 lines of code changed in:

Paul Zepernick 2006-10-19 07:16

added default system type to get around JDOM parse error. More notes in task manager

7 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: PZMapParser.java (+7 -2)
Benoit Xhenseval 2006-10-18 13:40

Some serious kicking...

1/ use a map for finding the column index; this makes the fetch of the first or last column consistent

2/ removed SOME of the substring which are causing dramatic performance degradation when once has a fair amount of columns.

3/ optimised some string manipulation code (getDelimiterOffset, lTrim, lTrimKeepTabs, removeChar

4/ I would suggest the creation of a suite of unit tests for all those methods.... Paul, do you want to take this on?

34 lines of code changed in:

Paul Zepernick 2006-10-18 11:21

javadoc package docs

0 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: package.html (new)
Benoit Xhenseval 2006-10-17 22:28

scoping and using PreparedStatement (always better).

11 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: PZMapParser.java (+11 -16)
Benoit Xhenseval 2006-10-17 21:39

Reduce the scope of some variables that now can be declared 'final', this in turn helps the JVM to optimize the runtime code, as well as keeping the memory requirement to a minimum.

15 lines of code changed in:

Benoit Xhenseval 2006-10-17 17:09

Moved to net.sf.pzfilereader

0 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT