attempt to auto close file handles on GC if the close() was not called.
25 lines of code changed in:
fixed imports
0 lines of code changed in:
updated examples for 3.0
45 lines of code changed in:
added SLF4J logging
14 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
44 lines of code changed in:
added setValue method back into the DataSet.
This was present in previous versions. It can be used to change
the value of a column after the file read. It is useful to loop through the
file and change values prior to business logic, or to change the values before they
go out to Excel.
26 lines of code changed in:
added exceptions for unsupported methods
60 lines of code changed in:
Should the br and recordLengths be initialised to something else?
2 lines of code changed in:
changed exceptions being thrown on unsupported methods
3 lines of code changed in:
quick checkstyle.
2 lines of code changed in:
checkstyle
6 lines of code changed in:
quick checkstyle...
0 lines of code changed in:
removed the linkcheck report as it is unbearingly big...
1 lines of code changed in:
added code to show errors in the file
9 lines of code changed in:
simian fixes
61 lines of code changed in:
typos
5 lines of code changed in:
2 lines of code changed in:
pbd fixes
3 lines of code changed in:
findbug fixes
190 lines of code changed in:
fixed constructors for pzmaps
2 lines of code changed in:
checkstyle fixes
2 lines of code changed in:
fixed bug r variable was not getting set
2 lines of code changed in:
removed 1.5 only StringBuilder
1 lines of code changed in:
cleaned up most of the checkstyle errors.
There are still a couple out there that I am not sure how to
deal with exactly
63 lines of code changed in:
2 lines of code changed in:
checkstyle fixes
22 lines of code changed in:
102 lines of code changed in:
Use the same CSS as the rest of Objectlab family (statSVN behaving strangely with the other one)
440 lines of code changed in:
changed over to new bufferedreader parser
21 lines of code changed in:
added a bufferedreader parser for fixed width files.
renamed the DataSet class and used it for both parsers
195 lines of code changed in:
82 lines of code changed in:
added a bufferedreader parser for fixed width files.
renamed the DataSet class and used it for both parsers
0 lines of code changed in:
fixed compilation errors from removal of LargeDataSet
50 lines of code changed in:
added the ability to include / exclude columns from the Excel export
79 lines of code changed in:
logged change
1 lines of code changed in:
Added as an example of how to use StatSVN.
3 lines of code changed in:
Added a couple of links.
3 lines of code changed in:
removed reference to getRows()
5 lines of code changed in:
added a protected method to clear the rows out of the DataSet
Changed the BuffredReader parser to call clear rows instead of using the getRows
which was removed.
8 lines of code changed in:
removed the getRows() so the user cannot manipulate the internal structure of the DataSet
0 lines of code changed in:
first attempt at reading files with BufferedReader left open
while the file is being looped through.
This is incomplete Benoit, but maybe you can take a peak and
see what you think about the direction this is heading.
280 lines of code changed in:
added some protected methods for more control by extending
classes.
20 lines of code changed in:
added a method to fetch the next record from a given BufferedReader.
Utilized this in the new BufferedReader parsers, and coule be usefull for
future parser implementations.
126 lines of code changed in:
added to parse() javadoc comment
2 lines of code changed in:
cleaned up exception handling. Got rid of throws Exception
5 lines of code changed in:
Add the template so issues="XXXX" can be used for the SF issues/requests in changes.xml
1 lines of code changed in: