[root]/PZFileReader/src/main/java/net/sf/pzfilereader/xml
| 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 |
Renamed remotely
0 lines of code changed in:
removed old todo comment
0 lines of code changed in:
Ooops, would be better if the new classes were checked in...
0 lines of code changed in:
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:
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:
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:
- Added check for null
18 lines of code changed in:
- converting xml map parser over to Reader
- Removed parse(File)
- Added parse(Reader)
23 lines of code changed in:
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:
findbug fixes
79 lines of code changed in:
put return in catch so it would no longer be empty
1 lines of code changed in:
General clean Up by Eclipse (cleanup, organise imports and format).
14 lines of code changed in:
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:
added a better comment to getColumns()
3 lines of code changed in:
added default system type to get around JDOM parse error. More notes in task manager
7 lines of code changed in:
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:
javadoc package docs
0 lines of code changed in:
scoping and using PreparedStatement (always better).
11 lines of code changed in:
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:
Moved to net.sf.pzfilereader
0 lines of code changed in: