[root]/flatpack/src/main/java/net/sf/flatpack
brparse
(5 files, 756 lines)
converter
(6 files, 284 lines)
ordering
(3 files, 236 lines)
structure
(3 files, 300 lines)
util
(6 files, 1671 lines)
writer
(9 files, 552 lines)
xml
(6 files, 646 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 77 (100.0%) | 3362 (100.0%) | 43.6 |
| Paul Zepernick | 47 (61.0%) | 3051 (90.7%) | 64.9 |
| Benoit Xhenseval | 30 (39.0%) | 311 (9.3%) | 10.3 |
updated version
1 lines of code changed in:
Fixed bug 1811210
8 lines of code changed in:
readers were reversed on the delimited file parse
version needed to be updated to 3.1
1 lines of code changed in:
Changed package for the Examples.
148 lines of code changed in:
ran eclipse format
37 lines of code changed in:
checkstyle fix
15 lines of code changed in:
The writer package will let you EXPORT a DataSet in a fixed length or Delimited (csv, etc) format. Thanks to Dirk and Holger from MuleSource.
1 lines of code changed in:
Tidy up (Checkstyle & co)
19 lines of code changed in:
Fix a few PMD and Checkstyle warnings.
2 lines of code changed in:
added contains() method to check for the existance of a column name for the current row.
27 lines of code changed in:
Bit of tidy up. the doParse method ought to be protected as it is invalid to call directly (called through parse method).
2 lines of code changed in:
Set the pointer directly rather than calling goTop() just in case we're a BuffReaderDataSet (in which an exception would be thrown).
3 lines of code changed in:
added clearRows(), clearErrors(), and clearAll() to DataSet
29 lines of code changed in:
changed clearRows() to public
1 lines of code changed in:
added toString methods.
26 lines of code changed in:
Add a useful toString on DataError.
7 lines of code changed in:
ran Eclipse CleanUp and Format.
3 lines of code changed in:
Fix some of the last conversion issues...
100 lines of code changed in:
Dropped the "PZ" from class names
Changed the "PZ" to "FP" where class name may be common, such as, StringUtils.
This will prevent the user from having to qualify the class name in certain
situations
1952 lines of code changed in:
Changed package structure from pzfilereader to flatpack
More to come...Going to be removing the PZ from any applicable class names
980 lines of code changed in: