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

Total Files:
4
Deleted Files:
0
Lines of Code:
497

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 25 (100.0%) 248 (100.0%) 9.9
Paul Zepernick 10 (40.0%) 165 (66.5%) 16.5
Benoit Xhenseval 15 (60.0%) 83 (33.5%) 5.5

Most Recent Commits

Paul Zepernick 2007-03-21 01:53

- Added check for null

18 lines of code changed in:

Paul Zepernick 2007-03-21 00: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 18: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 18:51

findbug fixes

79 lines of code changed in:

Paul Zepernick 2006-11-24 20: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 15:14

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

14 lines of code changed in:

Benoit Xhenseval 2006-10-27 12: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 01:06

added a better comment to getColumns()

3 lines of code changed in:

Paul Zepernick 2006-10-19 08: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 14: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 12:21

javadoc package docs

24 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/xml: package.html (new 24)
Benoit Xhenseval 2006-10-17 23: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 22: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 18:09

Moved to net.sf.pzfilereader

0 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT