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

Total Files:
3
Deleted Files:
0
Lines of Code:
238

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 133 (100.0%) 11.0
Paul Zepernick 5 (41.7%) 108 (81.2%) 21.6
Benoit Xhenseval 7 (58.3%) 25 (18.8%) 3.5

Most Recent Commits

Paul Zepernick 2006-12-16 18:51

findbug fixes

69 lines of code changed in:

Paul Zepernick 2006-12-16 16:15

cleaned up most of the checkstyle errors.

There are still a couple out there that I am not sure how to

deal with exactly

6 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/ordering: OrderBy.java (+6 -15)
Benoit Xhenseval 2006-10-27 15:14

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

4 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/ordering: OrderBy.java (+4 -3)
Paul Zepernick 2006-10-23 11:58

Keep the header and trailer in the same order when moving to the bottom

9 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/ordering: OrderBy.java (+9 -3)
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?

15 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/ordering: OrderBy.java (+15 -14)
Paul Zepernick 2006-10-18 12:24

package javadoc

24 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/ordering: package.html (new 24)
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.

6 lines of code changed in:

  • PZFileReader/src/main/java/net/sf/pzfilereader/ordering: OrderBy.java (+6 -14)
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