|
From: <be...@us...> - 2007-05-30 23:14:59
|
Revision: 317
http://flatpack.svn.sourceforge.net/flatpack/?rev=317&view=rev
Author: benoitx
Date: 2007-05-30 16:14:57 -0700 (Wed, 30 May 2007)
Log Message:
-----------
more name changes.
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/flatpack/project.xml
trunk/flatpack/src/site/index.xml
trunk/flatpack/src/site/navigation.xml
trunk/flatpack-samples/project.xml
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/jsptableexample/pzfilereaderwebsamples/PEOPLE.pzmap.xml
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/jsptableexample/pzfilereaderwebsamples/WEB-INF/web.xml
trunk/flatpack-samples/src/main/script/INVENTORY-Delimited.pzmap.xml
trunk/flatpack-samples/src/main/script/PEOPLE-Delimited.pzmap.xml
trunk/flatpack-samples/src/main/script/PEOPLE-DelimitedWithHeaderTrailer.pzmap.xml
trunk/flatpack-samples/src/main/script/PEOPLE-FixedLength.pzmap.xml
trunk/flatpack-samples/src/main/script/PEOPLE-FixedLengthWithHeaderTrailer.pzmap.xml
trunk/flatpack-samples/src/site/index.xml
trunk/flatpack-samples/src/site/navigation.xml
trunk/src/site/changes.xml
trunk/src/site/documentation/index.xml
trunk/src/site/history.xml
trunk/src/site/index.xml
trunk/src/site/navigation.xml
trunk/src/site/parsing.xml
trunk/src/site/press/index.xml
Added Paths:
-----------
trunk/src/site/flatpack.dtd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2007-06-03 21:06:38
|
Revision: 318
http://flatpack.svn.sourceforge.net/flatpack/?rev=318&view=rev
Author: benoitx
Date: 2007-06-03 14:06:39 -0700 (Sun, 03 Jun 2007)
Log Message:
-----------
now it does build!
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/flatpack/maven.xml
trunk/flatpack/qalab.xml
trunk/flatpack-samples/qalab.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2007-06-30 16:04:15
|
Revision: 327
http://flatpack.svn.sourceforge.net/flatpack/?rev=327&view=rev
Author: benoitx
Date: 2007-06-30 09:04:08 -0700 (Sat, 30 Jun 2007)
Log Message:
-----------
Fix some of the last conversion issues...
Modified Paths:
--------------
trunk/common-build/project.properties
trunk/common-build/project.xml
trunk/flatpack/build.xml
trunk/flatpack/project.xml
trunk/flatpack/qalab.xml
trunk/flatpack/src/main/java/net/sf/flatpack/AbstractDelimiterParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/AbstractFixedLengthParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/AbstractParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/DataError.java
trunk/flatpack/src/main/java/net/sf/flatpack/DataSet.java
trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java
trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderParseFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertBigDecimal.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertDouble.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertInteger.java
trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java
trunk/flatpack/src/test/java/net/sf/flatpack/columninfile/DelimitedColumnNamesInFile.java
trunk/flatpack/src/test/java/net/sf/flatpack/columninfile/DelimitedColumnNamesInFileTest.java
trunk/flatpack/src/test/java/net/sf/flatpack/delim/tab/TabDelimited.java
trunk/flatpack/src/test/java/net/sf/flatpack/delim/tab/TabDelimitedTest.java
trunk/flatpack/src/test/java/net/sf/flatpack/parserutils/FixedWidthParserUtilsTest.java
trunk/flatpack/src/test/java/net/sf/flatpack/parserutils/ParserUtilsLTrimTest.java
trunk/flatpack/src/test/java/net/sf/flatpack/parserutils/ParserUtilsSplitLineTest.java
trunk/flatpack/src/test/java/net/sf/flatpack/parserutils/ParserUtilsTest.java
trunk/flatpack/src/test/java/net/sf/flatpack/pzparser/PZParserOptsTest.java
trunk/flatpack/src/test/java/net/sf/flatpack/utilities/UnitTestUtils.java
trunk/flatpack-samples/.classpath
trunk/flatpack-samples/project.xml
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/Examples.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/csvheaderandtrailer/CSVHeaderAndTrailer.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/csvperformancetest/CSVPerformanceTest.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/delimitedcolumnnamesinfile/DelimitedColumnNamesInFile.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/delimiteddynamiccolumns/DelimitedWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/delimiteddynamiccolumnswitherrors/DelimitedWithPZMapErrors.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/exporttoexcel/DelimitedFileExportToExcel.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/fixedlengthdynamiccolumns/FixedLengthWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/fixedlengthheaderandtrailer/FixedLengthHeaderAndTrailer.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/largedataset/delimiteddynamiccolumns/LargeDelimitedWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/largedataset/fixedlengthdynamiccolumns/LargeFixedLengthWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/largedataset/largecsvperformancetest/CSVLarge.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/lowlevelparse/LowLevelParse.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/multilinedelimitedrecord/DelimitedMultiLine.java
trunk/flatpack-samples/src/main/java/net/sf/pzfilereader/examples/numericsanddates/NumericsAndDates.java
trunk/maven.xml
Added Paths:
-----------
trunk/flatpack/src/test/java/net/sf/flatpack/
trunk/flatpack/src/test/java/net/sf/flatpack/AllJunitTests.java
trunk/flatpack/src/test/java/net/sf/flatpack/columninfile/
trunk/flatpack/src/test/java/net/sf/flatpack/delim/
trunk/flatpack/src/test/java/net/sf/flatpack/delim/tab/
trunk/flatpack/src/test/java/net/sf/flatpack/parserutils/
trunk/flatpack/src/test/java/net/sf/flatpack/pzparser/
trunk/flatpack/src/test/java/net/sf/flatpack/utilities/
Removed Paths:
-------------
trunk/flatpack/src/test/java/net/sf/pzfilereader/AllJunitTests.java
trunk/flatpack/src/test/java/net/sf/pzfilereader/columninfile/
trunk/flatpack/src/test/java/net/sf/pzfilereader/delim/
trunk/flatpack/src/test/java/net/sf/pzfilereader/parserutils/
trunk/flatpack/src/test/java/net/sf/pzfilereader/pzparser/
trunk/flatpack/src/test/java/net/sf/pzfilereader/utilities/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2007-08-30 11:13:58
|
Revision: 344
http://flatpack.svn.sourceforge.net/flatpack/?rev=344&view=rev
Author: benoitx
Date: 2007-08-30 04:13:54 -0700 (Thu, 30 Aug 2007)
Log Message:
-----------
Update the StatSVN script.
Modified Paths:
--------------
trunk/flatpack/qalab.xml
trunk/flatpack-samples/qalab.xml
trunk/maven.xml
trunk/statsvn.bat
Added Paths:
-----------
trunk/statsvn.properties
Property Changed:
----------------
trunk/flatpack/
trunk/src/site/statsvn/
Property changes on: trunk/flatpack
___________________________________________________________________
Name: svn:ignore
- target
+ target
ydocErr.log
Modified: trunk/flatpack/qalab.xml
===================================================================
--- trunk/flatpack/qalab.xml 2007-08-30 10:39:40 UTC (rev 343)
+++ trunk/flatpack/qalab.xml 2007-08-30 11:13:54 UTC (rev 344)
@@ -235,6 +235,48 @@
project="default" statvalue="37" type="cobertura-branch"/>
<summaryresult date="2007-06-30" filecount="1" module="default"
project="default" statvalue="1" type="pmd"/>
+ <summaryresult date="2007-08-17" filecount="44" module="default"
+ project="default" statvalue="17" type="checkstyle"/>
+ <summaryresult date="2007-08-17" filecount="1" module="default"
+ project="default" statvalue="1" type="findbugs"/>
+ <summaryresult date="2007-08-17" filecount="6" module="default"
+ project="default" statvalue="118" type="simian"/>
+ <summaryresult date="2007-08-17" filecount="37" module="default"
+ project="default" statvalue="29" type="cobertura-line"/>
+ <summaryresult date="2007-08-17" filecount="37" module="default"
+ project="default" statvalue="38" type="cobertura-branch"/>
+ <summaryresult date="2007-08-17" filecount="1" module="default"
+ project="default" statvalue="1" type="pmd"/>
+ <summaryresult date="2007-08-20" filecount="44" module="default"
+ project="default" statvalue="17" type="checkstyle"/>
+ <summaryresult date="2007-08-20" filecount="1" module="default"
+ project="default" statvalue="1" type="findbugs"/>
+ <summaryresult date="2007-08-20" filecount="6" module="default"
+ project="default" statvalue="118" type="simian"/>
+ <summaryresult date="2007-08-20" filecount="37" module="default"
+ project="default" statvalue="29" type="cobertura-line"/>
+ <summaryresult date="2007-08-20" filecount="37" module="default"
+ project="default" statvalue="32" type="cobertura-branch"/>
+ <summaryresult date="2007-08-20" filecount="1" module="default"
+ project="default" statvalue="1" type="pmd"/>
+ <summaryresult date="2007-08-21" filecount="44" module="default"
+ project="default" statvalue="13" type="checkstyle"/>
+ <summaryresult date="2007-08-21" filecount="1" module="default"
+ project="default" statvalue="1" type="findbugs"/>
+ <summaryresult date="2007-08-21" filecount="6" module="default"
+ project="default" statvalue="118" type="simian"/>
+ <summaryresult date="2007-08-21" filecount="37" module="default"
+ project="default" statvalue="29" type="cobertura-line"/>
+ <summaryresult date="2007-08-21" filecount="37" module="default"
+ project="default" statvalue="32" type="cobertura-branch"/>
+ <summaryresult date="2007-08-30" filecount="44" module="default"
+ project="default" statvalue="12" type="checkstyle"/>
+ <summaryresult date="2007-08-30" filecount="6" module="default"
+ project="default" statvalue="118" type="simian"/>
+ <summaryresult date="2007-08-30" filecount="37" module="default"
+ project="default" statvalue="29" type="cobertura-line"/>
+ <summaryresult date="2007-08-30" filecount="37" module="default"
+ project="default" statvalue="32" type="cobertura-branch"/>
</summary>
<file id="default-default-com_pz_reader_ordering_package.html"
module="default" path="com/pz/reader/ordering/package.html" project="default">
@@ -561,6 +603,14 @@
<result date="2007-06-03" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="62" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DataSet.java"
module="default" path="net/sf/flatpack/DataSet.java" project="default">
@@ -612,6 +662,18 @@
<result date="2007-06-30" statvalue="100" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="1" type="pmd"/>
+ <result date="2007-08-17" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="1" type="pmd"/>
+ <result date="2007-08-20" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="1" type="pmd"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_LargeDataSet.java"
module="default" path="net/sf/flatpack/LargeDataSet.java" project="default">
@@ -694,6 +756,18 @@
<result date="2007-06-30" statvalue="6" type="checkstyle"/>
<result date="2007-06-30" statvalue="45" type="cobertura-line"/>
<result date="2007-06-30" statvalue="56" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="6" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="56" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="6" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="50" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="6" type="checkstyle"/>
+ <result date="2007-08-21" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="50" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="6" type="checkstyle"/>
+ <result date="2007-08-30" statvalue="45" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="50" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_PZMapParser.java"
module="default" path="net/sf/flatpack/xml/PZMapParser.java" project="default">
@@ -752,6 +826,10 @@
<result date="2007-05-24" statvalue="54" type="cobertura-line"/>
<result date="2007-06-03" statvalue="54" type="cobertura-line"/>
<result date="2007-06-30" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="54" type="cobertura-line"/>
</file>
<file
id="default-default-net_sf_flatpack_structure_ColumnMetaData.java"
@@ -783,6 +861,14 @@
<result date="2007-06-03" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="66" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="54" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_Version.java"
module="default" path="net/sf/flatpack/Version.java" project="default">
@@ -799,6 +885,10 @@
<result date="2007-05-24" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-03" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_XMLRecordElement.java"
module="default"
@@ -807,6 +897,8 @@
<result date="2007-05-24" statvalue="1" type="checkstyle"/>
<result date="2007-06-03" statvalue="1" type="checkstyle"/>
<result date="2007-06-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="1" type="checkstyle"/>
</file>
<file id="default-default-net_sf_flatpack_util_PZConstants.java"
module="default" path="net/sf/flatpack/util/PZConstants.java" project="default">
@@ -921,6 +1013,10 @@
<result date="2007-05-24" statvalue="2" type="checkstyle"/>
<result date="2007-06-03" statvalue="2" type="checkstyle"/>
<result date="2007-06-30" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-21" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-30" statvalue="2" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_flatpack_util_FixedWidthParserUtils.java"
@@ -949,6 +1045,14 @@
<result date="2007-06-03" statvalue="10" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="20" type="cobertura-line"/>
<result date="2007-06-30" statvalue="10" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="20" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="10" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="20" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="9" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="20" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="9" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="20" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="9" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_util_RegExParser.java"
module="default" path="net/sf/flatpack/util/RegExParser.java" project="default">
@@ -1019,6 +1123,17 @@
<result date="2007-06-30" statvalue="1" type="checkstyle"/>
<result date="2007-06-30" statvalue="34" type="cobertura-line"/>
<result date="2007-06-30" statvalue="33" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="34" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="42" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="34" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="28" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-21" statvalue="34" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="28" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="34" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="28" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_DefaultPZParserFactory.java"
@@ -1092,6 +1207,10 @@
<result date="2007-05-24" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-03" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_converter_package.html"
module="default" path="net/sf/flatpack/converter/package.html" project="default">
@@ -1135,6 +1254,14 @@
<result date="2007-06-03" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="100" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_PZConvertException.java"
@@ -1194,6 +1321,14 @@
<result date="2007-06-03" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="100" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_ConvertInteger.java"
@@ -1213,6 +1348,14 @@
<result date="2007-06-03" statvalue="100" type="cobertura-branch"/>
<result date="2007-06-30" statvalue="100" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_brparse_BuffReaderPZParseFactory.java"
@@ -1262,64 +1405,173 @@
<result date="2007-06-30" statvalue="2" type="checkstyle"/>
<result date="2007-06-30" statvalue="59" type="cobertura-line"/>
<result date="2007-06-30" statvalue="68" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="59" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="68" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="59" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="46" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-21" statvalue="59" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="46" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-30" statvalue="59" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="46" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_util_FPStringUtils.java"
module="default" path="net/sf/flatpack/util/FPStringUtils.java" project="default">
<result date="2007-06-30" statvalue="3" type="checkstyle"/>
<result date="2007-06-30" statvalue="25" type="cobertura-line"/>
<result date="2007-06-30" statvalue="25" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="3" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="25" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="25" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="3" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="25" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="20" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-21" statvalue="22" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="20" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="2" type="checkstyle"/>
+ <result date="2007-08-30" statvalue="22" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="20" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_MetaData.java"
module="default" path="net/sf/flatpack/xml/MetaData.java" project="default">
<result date="2007-06-30" statvalue="1" type="findbugs"/>
<result date="2007-06-30" statvalue="41" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="1" type="findbugs"/>
+ <result date="2007-08-17" statvalue="36" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="1" type="findbugs"/>
+ <result date="2007-08-20" statvalue="36" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="31" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="1" type="findbugs"/>
+ <result date="2007-08-21" statvalue="36" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="31" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="36" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="31" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_AbstractParser.java"
module="default" path="net/sf/flatpack/AbstractParser.java" project="default">
<result date="2007-06-30" statvalue="76" type="cobertura-line"/>
<result date="2007-06-30" statvalue="83" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="76" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="83" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="76" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="64" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="76" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="64" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="76" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="64" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DefaultParserFactory.java"
module="default"
path="net/sf/flatpack/DefaultParserFactory.java" project="default">
<result date="2007-06-30" statvalue="29" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="29" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="29" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="29" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="29" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DelimiterParser.java"
module="default" path="net/sf/flatpack/DelimiterParser.java" project="default">
<result date="2007-06-30" statvalue="42" type="cobertura-line"/>
<result date="2007-06-30" statvalue="71" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="42" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="71" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="42" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="50" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="42" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="50" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="42" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="50" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_Parser.java"
module="default" path="net/sf/flatpack/Parser.java" project="default">
<result date="2007-06-30" statvalue="100" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_ParserFactory.java"
module="default" path="net/sf/flatpack/ParserFactory.java" project="default">
<result date="2007-06-30" statvalue="100" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="1" type="checkstyle"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_converter_Converter.java"
module="default" path="net/sf/flatpack/converter/Converter.java" project="default">
<result date="2007-06-30" statvalue="100" type="cobertura-line"/>
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-line"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_brparse_BuffReaderParseFactory.java"
module="default"
path="net/sf/flatpack/brparse/BuffReaderParseFactory.java" project="default">
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_FPConvertException.java"
module="default"
path="net/sf/flatpack/converter/FPConvertException.java" project="default">
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_util_FPConstants.java"
module="default" path="net/sf/flatpack/util/FPConstants.java" project="default">
<result date="2007-06-30" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-17" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-20" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-21" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
</file>
+ <file
+ id="default-default-C:_project_flatpack_flatpack_src_test_java_net_sf_flatpack_columninfile_DelimitedColumnNamesInFileTest.java"
+ module="default"
+ path="C:/project/flatpack/flatpack/src/test/java/net/sf/flatpack/columninfile/DelimitedColumnNamesInFileTest.java" project="default"/>
+ <file
+ id="default-default-C:_project_flatpack_flatpack_src_test_java_net_sf_flatpack_delim_tab_TabDelimitedTest.java"
+ module="default"
+ path="C:/project/flatpack/flatpack/src/test/java/net/sf/flatpack/delim/tab/TabDelimitedTest.java" project="default"/>
+ <file
+ id="default-default-C:_project_flatpack_flatpack_src_test_java_net_sf_flatpack_pzparser_PZParserOptsTest.java"
+ module="default"
+ path="C:/project/flatpack/flatpack/src/test/java/net/sf/flatpack/pzparser/PZParserOptsTest.java" project="default"/>
</qalab>
Modified: trunk/flatpack-samples/qalab.xml
===================================================================
--- trunk/flatpack-samples/qalab.xml 2007-08-30 10:39:40 UTC (rev 343)
+++ trunk/flatpack-samples/qalab.xml 2007-08-30 11:13:54 UTC (rev 344)
@@ -117,6 +117,38 @@
project="default" statvalue="92" type="simian"/>
<summaryresult date="2007-06-03" filecount="10" module="default"
project="default" statvalue="10" type="pmd"/>
+ <summaryresult date="2007-08-17" filecount="34" module="default"
+ project="default" statvalue="155" type="checkstyle"/>
+ <summaryresult date="2007-08-17" filecount="8" module="default"
+ project="default" statvalue="12" type="findbugs"/>
+ <summaryresult date="2007-08-17" filecount="6" module="default"
+ project="default" statvalue="92" type="simian"/>
+ <summaryresult date="2007-08-17" filecount="2" module="default"
+ project="default" statvalue="2" type="pmd"/>
+ <summaryresult date="2007-08-20" filecount="34" module="default"
+ project="default" statvalue="155" type="checkstyle"/>
+ <summaryresult date="2007-08-20" filecount="8" module="default"
+ project="default" statvalue="12" type="findbugs"/>
+ <summaryresult date="2007-08-20" filecount="6" module="default"
+ ...
[truncated message content] |
|
From: <be...@us...> - 2007-09-05 19:10:14
|
Revision: 347
http://flatpack.svn.sourceforge.net/flatpack/?rev=347&view=rev
Author: benoitx
Date: 2007-09-05 12:10:14 -0700 (Wed, 05 Sep 2007)
Log Message:
-----------
Update site.
Modified Paths:
--------------
trunk/flatpack-samples/qalab.xml
trunk/src/site/changes.xml
trunk/src/site/index.xml
Modified: trunk/flatpack-samples/qalab.xml
===================================================================
--- trunk/flatpack-samples/qalab.xml 2007-09-05 19:09:25 UTC (rev 346)
+++ trunk/flatpack-samples/qalab.xml 2007-09-05 19:10:14 UTC (rev 347)
@@ -149,6 +149,22 @@
project="default" statvalue="92" type="simian"/>
<summaryresult date="2007-08-30" filecount="2" module="default"
project="default" statvalue="2" type="pmd"/>
+ <summaryresult date="2007-09-04" filecount="34" module="default"
+ project="default" statvalue="155" type="checkstyle"/>
+ <summaryresult date="2007-09-04" filecount="6" module="default"
+ project="default" statvalue="9" type="findbugs"/>
+ <summaryresult date="2007-09-04" filecount="6" module="default"
+ project="default" statvalue="92" type="simian"/>
+ <summaryresult date="2007-09-04" filecount="2" module="default"
+ project="default" statvalue="2" type="pmd"/>
+ <summaryresult date="2007-09-05" filecount="34" module="default"
+ project="default" statvalue="155" type="checkstyle"/>
+ <summaryresult date="2007-09-05" filecount="6" module="default"
+ project="default" statvalue="9" type="findbugs"/>
+ <summaryresult date="2007-09-05" filecount="6" module="default"
+ project="default" statvalue="92" type="simian"/>
+ <summaryresult date="2007-09-05" filecount="2" module="default"
+ project="default" statvalue="2" type="pmd"/>
</summary>
<file
id="default-default-com_pz_reader_examples_numericsanddates_package.html"
@@ -368,6 +384,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_largecsvperformancetest_package.html"
@@ -388,6 +406,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_multilinedelimitedrecord_package.html"
@@ -408,6 +428,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_numericsanddates_package.html"
@@ -428,6 +450,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimitedcolumnnamesinfile_package.html"
@@ -448,6 +472,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumns_package.html"
@@ -468,6 +494,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_exporttoexcel_package.html"
@@ -488,6 +516,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_fixedlengthdynamiccolumns_package.html"
@@ -508,6 +538,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_createsamplecsv_package.html"
@@ -528,6 +560,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthdynamiccolumns_package.html"
@@ -548,6 +582,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_delimiteddynamiccolumns_package.html"
@@ -568,6 +604,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvperformancetest_package.html"
@@ -588,6 +626,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_lowlevelparse_package.html"
@@ -608,6 +648,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumnswitherrors_package.html"
@@ -628,6 +670,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthheaderandtrailer_package.html"
@@ -648,6 +692,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvheaderandtrailer_package.html"
@@ -668,6 +714,8 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_Examples.java"
@@ -702,6 +750,10 @@
<result date="2007-08-21" statvalue="1" type="findbugs"/>
<result date="2007-08-30" statvalue="14" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="findbugs"/>
+ <result date="2007-09-04" statvalue="14" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="findbugs"/>
+ <result date="2007-09-05" statvalue="14" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="findbugs"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_createsamplecsv_CSVTestFileCreator.java"
@@ -752,6 +804,12 @@
<result date="2007-08-30" statvalue="7" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="findbugs"/>
<result date="2007-08-30" statvalue="1" type="pmd"/>
+ <result date="2007-09-04" statvalue="7" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="findbugs"/>
+ <result date="2007-09-04" statvalue="1" type="pmd"/>
+ <result date="2007-09-05" statvalue="7" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="findbugs"/>
+ <result date="2007-09-05" statvalue="1" type="pmd"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvheaderandtrailer_CSVHeaderAndTrailer.java"
@@ -772,6 +830,8 @@
<result date="2007-08-20" statvalue="17" type="checkstyle"/>
<result date="2007-08-21" statvalue="17" type="checkstyle"/>
<result date="2007-08-30" statvalue="17" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="17" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="17" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvperformancetest_CSVPerformanceTest.java"
@@ -814,6 +874,10 @@
<result date="2007-08-21" statvalue="1" type="findbugs"/>
<result date="2007-08-30" statvalue="16" type="checkstyle"/>
<result date="2007-08-30" statvalue="1" type="findbugs"/>
+ <result date="2007-09-04" statvalue="16" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="1" type="findbugs"/>
+ <result date="2007-09-05" statvalue="16" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="1" type="findbugs"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimitedcolumnnamesinfile_DelimitedColumnNamesInFile.java"
@@ -839,6 +903,8 @@
<result date="2007-08-20" statvalue="5" type="checkstyle"/>
<result date="2007-08-21" statvalue="5" type="checkstyle"/>
<result date="2007-08-30" statvalue="5" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="5" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="5" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumns_DelimitedWithPZMap.java"
@@ -866,6 +932,8 @@
<result date="2007-08-20" statvalue="13" type="checkstyle"/>
<result date="2007-08-21" statvalue="13" type="checkstyle"/>
<result date="2007-08-30" statvalue="13" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="13" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="13" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumnswitherrors_DelimitedWithPZMapErrors.java"
@@ -893,6 +961,8 @@
<result date="2007-08-20" statvalue="13" type="checkstyle"/>
<result date="2007-08-21" statvalue="13" type="checkstyle"/>
<result date="2007-08-30" statvalue="13" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="13" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="13" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_exporttoexcel_DelimitedFileExportToExcel.java"
@@ -920,6 +990,8 @@
<result date="2007-08-20" statvalue="3" type="checkstyle"/>
<result date="2007-08-21" statvalue="3" type="checkstyle"/>
<result date="2007-08-30" statvalue="3" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="3" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="3" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthdynamiccolumns_FixedLengthWithPZMap.java"
@@ -947,6 +1019,8 @@
<result date="2007-08-20" statvalue="3" type="checkstyle"/>
<result date="2007-08-21" statvalue="3" type="checkstyle"/>
<result date="2007-08-30" statvalue="3" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="3" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="3" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthheaderandtrailer_FixedLengthHeaderAndTrailer.java"
@@ -974,6 +1048,8 @@
<result date="2007-08-20" statvalue="17" type="checkstyle"/>
<result date="2007-08-21" statvalue="17" type="checkstyle"/>
<result date="2007-08-30" statvalue="17" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="17" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="17" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_delimiteddynamiccolumns_LargeDelimitedWithPZMap.java"
@@ -1004,6 +1080,8 @@
<result date="2007-08-21" statvalue="4" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="findbugs"/>
<result date="2007-08-30" statvalue="4" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="4" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="4" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_fixedlengthdynamiccolumns_LargeFixedLengthWithPZMap.java"
@@ -1034,6 +1112,8 @@
<result date="2007-08-21" statvalue="3" type="checkstyle"/>
<result date="2007-08-21" statvalue="1" type="findbugs"/>
<result date="2007-08-30" statvalue="3" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="3" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="3" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_largecsvperformancetest_CSVLarge.java"
@@ -1069,6 +1149,10 @@
<result date="2007-08-21" statvalue="3" type="findbugs"/>
<result date="2007-08-30" statvalue="9" type="checkstyle"/>
<result date="2007-08-30" statvalue="2" type="findbugs"/>
+ <result date="2007-09-04" statvalue="9" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="2" type="findbugs"/>
+ <result date="2007-09-05" statvalue="9" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="2" type="findbugs"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_lowlevelparse_LowLevelParse.java"
@@ -1119,6 +1203,12 @@
<result date="2007-08-30" statvalue="5" type="checkstyle"/>
<result date="2007-08-30" statvalue="2" type="findbugs"/>
<result date="2007-08-30" statvalue="1" type="pmd"/>
+ <result date="2007-09-04" statvalue="5" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="2" type="findbugs"/>
+ <result date="2007-09-04" statvalue="1" type="pmd"/>
+ <result date="2007-09-05" statvalue="5" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="2" type="findbugs"/>
+ <result date="2007-09-05" statvalue="1" type="pmd"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_multilinedelimitedrecord_DelimitedMultiLine.java"
@@ -1146,6 +1236,8 @@
<result date="2007-08-20" statvalue="4" type="checkstyle"/>
<result date="2007-08-21" statvalue="4" type="checkstyle"/>
<result date="2007-08-30" statvalue="4" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="4" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="4" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_numericsanddates_NumericsAndDates.java"
@@ -1173,6 +1265,8 @@
<result date="2007-08-20" statvalue="6" type="checkstyle"/>
<result date="2007-08-21" statvalue="6" type="checkstyle"/>
<result date="2007-08-30" statvalue="6" type="checkstyle"/>
+ <result date="2007-09-04" statvalue="6" type="checkstyle"/>
+ <result date="2007-09-05" statvalue="6" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_ConsoleMenu.java"
@@ -1193,5 +1287,7 @@
<result date="2007-08-20" statvalue="2" type="findbugs"/>
<result date="2007-08-21" statvalue="2" type="findbugs"/>
<result date="2007-08-30" statvalue="2" type="findbugs"/>
+ <result date="2007-09-04" statvalue="2" type="findbugs"/>
+ <result date="2007-09-05" statvalue="2" type="findbugs"/>
</file>
</qalab>
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2007-09-05 19:09:25 UTC (rev 346)
+++ trunk/src/site/changes.xml 2007-09-05 19:10:14 UTC (rev 347)
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!--
+<!--
-->
<document>
@@ -8,44 +8,46 @@
</properties>
<body>
<release version="3.1.0-SNAPSHOT" date="in svn" description="NAME CHANGE">
- <action dev="zepernick" type="change">added contains() method to DataSet to check for the existance of
+ <action dev="benoitx" type="add">Paul and I would like to thank Dirk Holmes and Holger Hoffstatte from MuleSource for the initial contribution to the writer package.
+ The writer package will let you EXPORT a DataSet in a fixed length or Delimited (csv, etc) format. Thanks guys!</action>
+ <action dev="zepernick" type="change">added contains() method to DataSet to check for the existance of
a column name on the current row. DataSet must be on a valid row.</action>
<action dev="zepernick" type="change">Added clearRows(), clearErrors(), and clearAll() methods to DataSet</action>
<action dev="benoitx" type="change">Goodbye PZFileReader, Hello FlatPack!!!</action>
<action dev="zepernick" type="change">Moved package strcuture from net.sf.pzfilereader to net.sf.flatpack</action>
<action dev="zepernick" type="change">XML mapping dtd renamed from pzfilereader.dtd to flatpack.dtd</action>
- <action dev="zepernick" type="change">pzconvert.properties renamed to fpconvert.properties</action>
- <action dev="zepernick" type="change">The following classes had the "PZ" removed from their name;
- PZMapParser, PZMetaData, BuffReaderDelimPZParser, BuffReaderFixedPZParser, BuffReaderPZDataSet,
- BuffReaderPZParseFactory, AbstractDelimiterPZParser, AbstractFixedLengthPZParser, AbstractPZParser,
- DBDelimiterPZParser, DBFixedLengthPZParser, DefaultPZParserFactory, DelimiterPZParser,
+ <action dev="zepernick" type="change">pzconvert.properties renamed to fpconvert.properties</action>
+ <action dev="zepernick" type="change">The following classes had the "PZ" removed from their name;
+ PZMapParser, PZMetaData, BuffReaderDelimPZParser, BuffReaderFixedPZParser, BuffReaderPZDataSet,
+ BuffReaderPZParseFactory, AbstractDelimiterPZParser, AbstractFixedLengthPZParser, AbstractPZParser,
+ DBDelimiterPZParser, DBFixedLengthPZParser, DefaultPZParserFactory, DelimiterPZParser,
FixedLengthPZParser, PZParser, PZParserFactory, PZConverter</action>
- <action dev="zepernick" type="change">The following classes had the "PZ" changed to "FP" in their name;
- PZConstants, PZStringUtils, PZConvertException</action>
+ <action dev="zepernick" type="change">The following classes had the "PZ" changed to "FP" in their name;
+ PZConstants, PZStringUtils, PZConvertException</action>
<action dev="benoitx" type="change">Created a PZMetaData class for internal use, it contains the list of column names and index for fast access.</action>
<action dev="zepernick" type="change">Feature Request 1596087. Added attribute "elementCount" on record
element mapping, which can determine a header, trailer, or detail record by the number of elements contained
on the record. This only applies to delimited files.</action>
- <action dev="zepernick" type="change">Feature Request 1569891. Added setNullEmptyStrings to the
+ <action dev="zepernick" type="change">Feature Request 1569891. Added setNullEmptyStrings to the
PZParser. This will make the DataSet.getString() return null if the column is empty.</action>
<action dev="zepernick" type="change">Added option to the PZParser setIgnoreParseWarnings(boolean).
When true, the parser will not log warning into the error collection in the DataSet. The
default is false.</action>
<action dev="zepernick" type="change">Removing deprecated methods in ParserUtils;
isMultiLine(), splitLine(), getCMDKeyForFixedLengthFile()</action>
- <action dev="zepernick" type="change">Added option to PZParser setColumnNamesCaseSensitive().
+ <action dev="zepernick" type="change">Added option to PZParser setColumnNamesCaseSensitive().
This will force the user to lookup the column value in the exact same case as the column was specified
in the mapping or file. Deprecated the current method signatures for;ParserUtils.buidColumnIndexMap,
- ParserUtils.getColumnIndex,ParserUtils.getColumnMDFromFile. Added PZParser parameter to new signatures,
+ ParserUtils.getColumnIndex,ParserUtils.getColumnMDFromFile. Added PZParser parameter to new signatures,
however, this parameter CAN BE null. Registered PZParser with the DefaultDataSet. This will provide
the ability to see what options were set pertaining to data retrieval.</action>
- <action dev="zepernick" type="change">Changing the PZParseFactory to use java.io.Reader instead of File
+ <action dev="zepernick" type="change">Changing the PZParseFactory to use java.io.Reader instead of File
or InputStream. The File and InputStream methods are still available, but are now deprecated.</action>
- <action dev="zepernick" type="change">Removed deprecated PZMapParser.parse(File).
+ <action dev="zepernick" type="change">Removed deprecated PZMapParser.parse(File).
Added PZMapParser.parse(Reader). Deprecated PZMapParser.parse(InputStream). </action>
<action dev="zepernick" type="fix">Stopped column lookup from being case sensitive</action>
<action dev="zepernick" type="change">Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser.
- Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes
+ Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes
outside of the column definition.</action>
</release>
<release version="3.0.0" date="2007-02-11" description="Move to Maven and Subversion">
@@ -54,10 +56,10 @@
<action dev="zepernick" type="change">DataSet.getDate() will now return a null on empty Strings</action>
<action dev="zepernick" type="change">Removed ParserUtils.getColumnMDFromFile(InputStream, String, String) this method
was deprecated in 2.2</action>
- <action dev="zepernick" type="change">Removed setters and default constructor from DataError. Error properties
+ <action dev="zepernick" type="change">Removed setters and default constructor from DataError. Error properties
are set through the new constructor.</action>
<action dev="zepernick" type="add">added the ability to limit the column which are exported to Excel in the ExcelTransformer class</action>
- <action dev="zepernick" type="add">added getObject(String column, Class toConvert) method. PZFileReader will ship with
+ <action dev="zepernick" type="add">added getObject(String column, Class toConvert) method. PZFileReader will ship with
default classes to handle conversions. Custom conversions can be easily added by adding to the pzconvert.properties</action>
<action dev="zepernick" type="add">Unqualified elements have leading and trailing whitespace removed in a delimited parse</action>
<action dev="zepernick" type="add">Ability to issue an OrderBy On DataSet's containing record mapping elements</action>
@@ -95,9 +97,9 @@
<action dev="zepernick" type="fix">A VERY Special Thanks to Roland Klein for contributing the following enchancements:
<br/>- Ability to read a file from an InputStream, File object support still exists. This enhancement makes pzfilereader
Java Web Start friendly :)
-
+
<br/>- Added a method in ParserUtils to create an InputStream from a File object.
-
+
<br/>- Changed all ArrayLists and Vectors to List objects. This affects the getErrors() method which was returning
a Vector. This may potentially cause compilation errors if migrating from a previous version..</action>
<action dev="zepernick" type="add">Implemented Roland's changed in cvs HEAD</action>
@@ -105,14 +107,14 @@
<action dev="zepernick" type="add">Added ability to parse delimited file which have records spanning multiple lines in the file. The element
which is breaking to the next line must be qualified. The data can be qualified with any char, a double quote
is used in the example.
-
+
ie. element, element, "element with line break
more element data
more element data
more element data"
start next rec here
</action>
- <action dev="zepernick" type="add">Begining to write some simple Junit tests under com.test.* These will be excluded from the production jar.
+ <action dev="zepernick" type="add">Begining to write some simple Junit tests under com.test.* These will be excluded from the production jar.
</action>
<action dev="zepernick" type="add">Added getRowCount() method. This returns the total amount of rows parsed from the file. Rows which had errors
during the parse are excluded from this count and are added to the error collection.
@@ -133,7 +135,7 @@
</release>
<release version="2.0.0" date="2005-11-27" description="Maintenance">
- <action dev="zepernick" type="add">Re-coded the way the MetaData was being stored. It was being duplicated for every row in the file. It is now only being stored
+ <action dev="zepernick" type="add">Re-coded the way the MetaData was being stored. It was being duplicated for every row in the file. It is now only being stored
once for the entire file. This will drastically reduce memory usage.
</action>
<action dev="zepernick" type="add">Created a ParserUtils class. This class can be used to perform low level reads if needed (no mapping file required).
@@ -154,7 +156,7 @@
This allows for the DataSet class to be extended if needed to provide custom functionality.
</action>
<action dev="zepernick" type="add">Took patch [1371162] a step further and also implemented for delimited files. If the row is missing any columns, the parser
- will automatically add the columns in as empty's. This functionality happens only when the handleShortLines parameter is set
+ will automatically add the columns in as empty's. This functionality happens only when the handleShortLines parameter is set
to true.
</action>
<action dev="zepernick" type="add">Revamped user documenation. The user documenation is now much more detailed. User documentation and Java Docs are now
@@ -163,7 +165,7 @@
</release>
<release version="1.0.5" date="2005-10-01" description="Maintenance">
<action dev="zepernick" type="fix">Fixed bug in delimited parse. If the last column of the last column of the file was empty, the row was being logged to the
- "errors" collection. Thank you very much to Luke Driscoll who found this bug and submitted the patch. See bug
+ "errors" collection. Thank you very much to Luke Driscoll who found this bug and submitted the patch. See bug
[ 1275910 ] CSV File with blank last column, for more information.
</action>
<action dev="zepernick" type="fix">While fixing bug 1275910, a couple of other bugs were brought to light. Spaces before or after the delimiter with a text qualifier
@@ -178,7 +180,7 @@
...
[truncated message content] |
|
From: <be...@us...> - 2007-09-29 21:26:46
|
Revision: 356
http://flatpack.svn.sourceforge.net/flatpack/?rev=356&view=rev
Author: benoitx
Date: 2007-09-29 14:26:43 -0700 (Sat, 29 Sep 2007)
Log Message:
-----------
start the 3.1 release process.
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/flatpack/qalab.xml
trunk/flatpack-samples/.classpath
trunk/flatpack-samples/qalab.xml
trunk/src/site/changes.xml
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2007-09-29 16:32:27 UTC (rev 355)
+++ trunk/common-build/project.xml 2007-09-29 21:26:43 UTC (rev 356)
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- /*
+ /*
* ========================================================================
* $Id: project.xml 209 2006-10-12 10:17:42Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -27,7 +27,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<groupId>net.sf.flatpack</groupId>
- <currentVersion>3.1.0-SNAPSHOT</currentVersion>
+ <currentVersion>3.1.0</currentVersion>
<organization>
<name>ObjectLab Financial Ltd</name>
<url>http://www.objectlab.co.uk</url>
@@ -198,9 +198,9 @@
<versions>
<version>
- <id>3.1.0-SNAPSHOT</id>
- <name>3.1.0-SNAPSHOT</name>
- <tag>3.1.0-SNAPSHOT</tag>
+ <id>3.1.0</id>
+ <name>3.1.0</name>
+ <tag>3.1.0</tag>
</version>
<version>
<id>3.0.0</id>
Modified: trunk/flatpack/qalab.xml
===================================================================
--- trunk/flatpack/qalab.xml 2007-09-29 16:32:27 UTC (rev 355)
+++ trunk/flatpack/qalab.xml 2007-09-29 21:26:43 UTC (rev 356)
@@ -293,6 +293,14 @@
project="default" statvalue="31" type="cobertura-line"/>
<summaryresult date="2007-09-05" filecount="45" module="default"
project="default" statvalue="23" type="cobertura-branch"/>
+ <summaryresult date="2007-09-09" filecount="53" module="default"
+ project="default" statvalue="13" type="checkstyle"/>
+ <summaryresult date="2007-09-09" filecount="6" module="default"
+ project="default" statvalue="118" type="simian"/>
+ <summaryresult date="2007-09-09" filecount="45" module="default"
+ project="default" statvalue="31" type="cobertura-line"/>
+ <summaryresult date="2007-09-09" filecount="45" module="default"
+ project="default" statvalue="23" type="cobertura-branch"/>
</summary>
<file id="default-default-com_pz_reader_ordering_package.html"
module="default" path="com/pz/reader/ordering/package.html" project="default">
@@ -629,6 +637,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DataSet.java"
module="default" path="net/sf/flatpack/DataSet.java" project="default">
@@ -696,6 +705,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_LargeDataSet.java"
module="default" path="net/sf/flatpack/LargeDataSet.java" project="default">
@@ -796,6 +807,9 @@
<result date="2007-09-05" statvalue="6" type="checkstyle"/>
<result date="2007-09-05" statvalue="28" type="cobertura-line"/>
<result date="2007-09-05" statvalue="25" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="6" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="28" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="25" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_PZMapParser.java"
module="default" path="net/sf/flatpack/xml/PZMapParser.java" project="default">
@@ -834,6 +848,8 @@
<result date="2007-09-04" statvalue="50" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="71" type="cobertura-line"/>
<result date="2007-09-05" statvalue="50" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="71" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="50" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_structure_Row.java"
module="default" path="net/sf/flatpack/structure/Row.java" project="default">
@@ -864,6 +880,7 @@
<result date="2007-08-30" statvalue="54" type="cobertura-line"/>
<result date="2007-09-04" statvalue="45" type="cobertura-line"/>
<result date="2007-09-05" statvalue="45" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="45" type="cobertura-line"/>
</file>
<file
id="default-default-net_sf_flatpack_structure_ColumnMetaData.java"
@@ -907,6 +924,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="54" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="54" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_Version.java"
module="default" path="net/sf/flatpack/Version.java" project="default">
@@ -929,6 +948,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_XMLRecordElement.java"
module="default"
@@ -941,6 +961,7 @@
<result date="2007-08-20" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="54" type="cobertura-line"/>
<result date="2007-09-05" statvalue="54" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="54" type="cobertura-line"/>
</file>
<file id="default-default-net_sf_flatpack_util_PZConstants.java"
module="default" path="net/sf/flatpack/util/PZConstants.java" project="default">
@@ -1061,6 +1082,7 @@
<result date="2007-08-30" statvalue="2" type="checkstyle"/>
<result date="2007-09-04" statvalue="2" type="checkstyle"/>
<result date="2007-09-05" statvalue="2" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="2" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_flatpack_util_FixedWidthParserUtils.java"
@@ -1182,6 +1204,8 @@
<result date="2007-09-04" statvalue="5" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="19" type="cobertura-line"/>
<result date="2007-09-05" statvalue="5" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="19" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="5" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_DefaultPZParserFactory.java"
@@ -1263,6 +1287,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="25" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="25" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_converter_package.html"
module="default" path="net/sf/flatpack/converter/package.html" project="default">
@@ -1316,6 +1342,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_PZConvertException.java"
@@ -1385,6 +1412,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_ConvertInteger.java"
@@ -1414,6 +1442,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_brparse_BuffReaderPZParseFactory.java"
@@ -1481,6 +1510,9 @@
<result date="2007-09-05" statvalue="2" type="checkstyle"/>
<result date="2007-09-05" statvalue="55" type="cobertura-line"/>
<result date="2007-09-05" statvalue="40" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="2" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="55" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="40" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_util_FPStringUtils.java"
module="default" path="net/sf/flatpack/util/FPStringUtils.java" project="default">
@@ -1501,6 +1533,7 @@
<result date="2007-08-30" statvalue="20" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="2" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file id="default-default-net_sf_flatpack_xml_MetaData.java"
module="default" path="net/sf/flatpack/xml/MetaData.java" project="default">
@@ -1522,6 +1555,8 @@
<result date="2007-09-04" statvalue="6" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="16" type="cobertura-line"/>
<result date="2007-09-05" statvalue="6" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="16" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="6" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_AbstractParser.java"
module="default" path="net/sf/flatpack/AbstractParser.java" project="default">
@@ -1539,6 +1574,8 @@
<result date="2007-09-04" statvalue="35" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="55" type="cobertura-line"/>
<result date="2007-09-05" statvalue="35" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="55" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="35" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DefaultParserFactory.java"
module="default"
@@ -1557,6 +1594,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="23" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="23" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DelimiterParser.java"
module="default" path="net/sf/flatpack/DelimiterParser.java" project="default">
@@ -1574,6 +1613,8 @@
<result date="2007-09-04" statvalue="42" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="38" type="cobertura-line"/>
<result date="2007-09-05" statvalue="42" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="38" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="42" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_Parser.java"
module="default" path="net/sf/flatpack/Parser.java" project="default">
@@ -1591,6 +1632,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_ParserFactory.java"
module="default" path="net/sf/flatpack/ParserFactory.java" project="default">
@@ -1610,6 +1653,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_converter_Converter.java"
module="default" path="net/sf/flatpack/converter/Converter.java" project="default">
@@ -1627,6 +1672,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_brparse_BuffReaderParseFactory.java"
@@ -1639,6 +1686,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_FPConvertException.java"
@@ -1651,6 +1699,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_util_FPConstants.java"
module="default" path="net/sf/flatpack/util/FPConstants.java" project="default">
@@ -1661,6 +1710,7 @@
<result date="2007-08-30" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-C:_project_flatpack_flatpack_src_test_java_net_sf_flatpack_columninfile_DelimitedColumnNamesInFileTest.java"
@@ -1687,6 +1737,8 @@
<result date="2007-09-04" statvalue="83" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="84" type="cobertura-line"/>
<result date="2007-09-05" statvalue="83" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="84" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="83" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_AbstractWriterFactory.java"
@@ -1697,6 +1749,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_DelimiterWriter.java"
@@ -1707,6 +1761,8 @@
<result date="2007-09-04" statvalue="90" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="89" type="cobertura-line"/>
<result date="2007-09-05" statvalue="90" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="89" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="90" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_DelimiterWriterFactory.java"
@@ -1717,6 +1773,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="75" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="75" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_FixedLengthWriter.java"
@@ -1727,6 +1785,8 @@
<result date="2007-09-04" statvalue="94" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="93" type="cobertura-line"/>
<result date="2007-09-05" statvalue="94" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="93" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="94" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_FixedWriterFactory.java"
@@ -1737,6 +1797,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="66" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="66" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_writer_Writer.java"
module="default" path="net/sf/flatpack/writer/Writer.java" project="default">
@@ -1746,6 +1808,9 @@
<result date="2007-09-05" statvalue="2" type="checkstyle"/>
<result date="2007-09-05" statvalue="100" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="2" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_writer_WriterFactory.java"
module="default"
@@ -1755,6 +1820,8 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-line"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_MapParser.java"
module="default" path="net/sf/flatpack/xml/MapParser.java" project="default">
@@ -1762,5 +1829,7 @@
<result date="2007-09-04" statvalue="38" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="50" type="cobertura-line"/>
<result date="2007-09-05" statvalue="38" type="cobertura-branch"/>
+ <result date="2007-09-09" statvalue="50" type="cobertura-line"/>
+ <result date="2007-09-09" statvalue="38" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/flatpack-samples/.classpath
===================================================================
--- trunk/flatpack-samples/.classpath 2007-09-29 16:32:27 UTC (rev 355)
+++ trunk/flatpack-samples/.classpath 2007-09-29 21:26:43 UTC (rev 356)
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="var" path="MAVEN_REPO/net.sf.flatpack/jars/flatpack-3.1.0-SNAPSHOT.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPO/net.sf.flatpack/jars/flatpack-3.1.0.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jdom/jars/jdom-1.0.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jexcelapi/jars/jxl-2.4.2.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/org.slf4j/jars/slf4j-api-1.1.0-RC1.jar"/>
Modified: trunk/flatpack-samples/qalab.xml
===================================================================
--- trunk/flatpack-samples/qalab.xml 2007-09-29 16:32:27 UTC (rev 355)
+++ trunk/flatpack-samples/qalab.xml 2007-09-29 21:26:43 UTC (rev 356)
@@ -165,6 +165,14 @@
project="default" statvalue="92" type="simian"/>
<summaryresult date="2007-09-05" filecount="2" module="default"
project="default" statvalue="2" type="pmd"/>
+ <summaryresult date="2007-09-09" filecount="34" module="default"
+ project="default" statvalue="155" type="checkstyle"/>
+ <summaryresult date="2007-09-09" filecount="6" module="default"
+ project="default" statvalue="9" type="findbugs"/>
+ <summaryresult date="2007-09-09" filecount="6" module="default"
+ project="default" statvalue="92" type="simian"/>
+ <summaryresult date="2007-09-09" filecount="2" module="default"
+ project="default" statvalue="2" type="pmd"/>
</summary>
<file
id="default-default-com_pz_reader_examples_numericsanddates_package.html"
@@ -386,6 +394,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_largecsvperformancetest_package.html"
@@ -408,6 +417,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_multilinedelimitedrecord_package.html"
@@ -430,6 +440,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_numericsanddates_package.html"
@@ -452,6 +463,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimitedcolumnnamesinfile_package.html"
@@ -474,6 +486,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumns_package.html"
@@ -496,6 +509,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_exporttoexcel_package.html"
@@ -518,6 +532,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_fixedlengthdynamiccolumns_package.html"
@@ -540,6 +555,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_createsamplecsv_package.html"
@@ -562,6 +578,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthdynamiccolumns_package.html"
@@ -584,6 +601,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_delimiteddynamiccolumns_package.html"
@@ -606,6 +624,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvperformancetest_package.html"
@@ -628,6 +647,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_lowlevelparse_package.html"
@@ -650,6 +670,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumnswitherrors_package.html"
@@ -672,6 +693,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthheaderandtrailer_package.html"
@@ -694,6 +716,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvheaderandtrailer_package.html"
@@ -716,6 +739,7 @@
<result date="2007-08-30" statvalue="1" type="checkstyle"/>
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_Examples.java"
@@ -754,6 +778,8 @@
<result date="2007-09-04" statvalue="1" type="findbugs"/>
<result date="2007-09-05" statvalue="14" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="findbugs"/>
+ <result date="2007-09-09" statvalue="14" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="findbugs"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_createsamplecsv_CSVTestFileCreator.java"
@@ -810,6 +836,9 @@
<result date="2007-09-05" statvalue="7" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="findbugs"/>
<result date="2007-09-05" statvalue="1" type="pmd"/>
+ <result date="2007-09-09" statvalue="7" type="checkstyle"/>
+ <result date="2007-09-09" statvalue="1" type="findbugs"/>
+ <result date="20...
[truncated message content] |
|
From: <be...@us...> - 2007-09-29 22:50:08
|
Revision: 357
http://flatpack.svn.sourceforge.net/flatpack/?rev=357&view=rev
Author: benoitx
Date: 2007-09-29 15:50:10 -0700 (Sat, 29 Sep 2007)
Log Message:
-----------
latest build.
Modified Paths:
--------------
trunk/flatpack/qalab.xml
trunk/flatpack-samples/qalab.xml
trunk/src/site/press/index.xml
Added Paths:
-----------
trunk/src/site/press/press-release-3.1.0.txt
Modified: trunk/flatpack/qalab.xml
===================================================================
--- trunk/flatpack/qalab.xml 2007-09-29 21:26:43 UTC (rev 356)
+++ trunk/flatpack/qalab.xml 2007-09-29 22:50:10 UTC (rev 357)
@@ -301,6 +301,14 @@
project="default" statvalue="31" type="cobertura-line"/>
<summaryresult date="2007-09-09" filecount="45" module="default"
project="default" statvalue="23" type="cobertura-branch"/>
+ <summaryresult date="2007-09-29" filecount="53" module="default"
+ project="default" statvalue="11" type="checkstyle"/>
+ <summaryresult date="2007-09-29" filecount="6" module="default"
+ project="default" statvalue="118" type="simian"/>
+ <summaryresult date="2007-09-29" filecount="45" module="default"
+ project="default" statvalue="31" type="cobertura-line"/>
+ <summaryresult date="2007-09-29" filecount="45" module="default"
+ project="default" statvalue="23" type="cobertura-branch"/>
</summary>
<file id="default-default-com_pz_reader_ordering_package.html"
module="default" path="com/pz/reader/ordering/package.html" project="default">
@@ -638,6 +646,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DataSet.java"
module="default" path="net/sf/flatpack/DataSet.java" project="default">
@@ -707,6 +716,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_LargeDataSet.java"
module="default" path="net/sf/flatpack/LargeDataSet.java" project="default">
@@ -810,6 +821,9 @@
<result date="2007-09-09" statvalue="6" type="checkstyle"/>
<result date="2007-09-09" statvalue="28" type="cobertura-line"/>
<result date="2007-09-09" statvalue="25" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="6" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="28" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="25" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_PZMapParser.java"
module="default" path="net/sf/flatpack/xml/PZMapParser.java" project="default">
@@ -850,6 +864,8 @@
<result date="2007-09-05" statvalue="50" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="71" type="cobertura-line"/>
<result date="2007-09-09" statvalue="50" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="71" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="50" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_structure_Row.java"
module="default" path="net/sf/flatpack/structure/Row.java" project="default">
@@ -881,6 +897,7 @@
<result date="2007-09-04" statvalue="45" type="cobertura-line"/>
<result date="2007-09-05" statvalue="45" type="cobertura-line"/>
<result date="2007-09-09" statvalue="45" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="45" type="cobertura-line"/>
</file>
<file
id="default-default-net_sf_flatpack_structure_ColumnMetaData.java"
@@ -926,6 +943,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="54" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="54" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_Version.java"
module="default" path="net/sf/flatpack/Version.java" project="default">
@@ -949,6 +968,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_XMLRecordElement.java"
module="default"
@@ -962,6 +982,7 @@
<result date="2007-09-04" statvalue="54" type="cobertura-line"/>
<result date="2007-09-05" statvalue="54" type="cobertura-line"/>
<result date="2007-09-09" statvalue="54" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="54" type="cobertura-line"/>
</file>
<file id="default-default-net_sf_flatpack_util_PZConstants.java"
module="default" path="net/sf/flatpack/util/PZConstants.java" project="default">
@@ -1083,6 +1104,7 @@
<result date="2007-09-04" statvalue="2" type="checkstyle"/>
<result date="2007-09-05" statvalue="2" type="checkstyle"/>
<result date="2007-09-09" statvalue="2" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="2" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_flatpack_util_FixedWidthParserUtils.java"
@@ -1206,6 +1228,8 @@
<result date="2007-09-05" statvalue="5" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="19" type="cobertura-line"/>
<result date="2007-09-09" statvalue="5" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="19" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="5" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_DefaultPZParserFactory.java"
@@ -1289,6 +1313,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="25" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="25" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_converter_package.html"
module="default" path="net/sf/flatpack/converter/package.html" project="default">
@@ -1343,6 +1369,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_PZConvertException.java"
@@ -1413,6 +1440,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_ConvertInteger.java"
@@ -1443,6 +1471,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_brparse_BuffReaderPZParseFactory.java"
@@ -1513,6 +1542,9 @@
<result date="2007-09-09" statvalue="2" type="checkstyle"/>
<result date="2007-09-09" statvalue="55" type="cobertura-line"/>
<result date="2007-09-09" statvalue="40" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="56" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="40" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_util_FPStringUtils.java"
module="default" path="net/sf/flatpack/util/FPStringUtils.java" project="default">
@@ -1557,6 +1589,8 @@
<result date="2007-09-05" statvalue="6" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="16" type="cobertura-line"/>
<result date="2007-09-09" statvalue="6" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="16" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="6" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_AbstractParser.java"
module="default" path="net/sf/flatpack/AbstractParser.java" project="default">
@@ -1576,6 +1610,8 @@
<result date="2007-09-05" statvalue="35" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="55" type="cobertura-line"/>
<result date="2007-09-09" statvalue="35" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="55" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="35" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DefaultParserFactory.java"
module="default"
@@ -1596,6 +1632,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="23" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="23" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_DelimiterParser.java"
module="default" path="net/sf/flatpack/DelimiterParser.java" project="default">
@@ -1615,6 +1653,8 @@
<result date="2007-09-05" statvalue="42" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="38" type="cobertura-line"/>
<result date="2007-09-09" statvalue="42" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="38" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="42" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_Parser.java"
module="default" path="net/sf/flatpack/Parser.java" project="default">
@@ -1634,6 +1674,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_ParserFactory.java"
module="default" path="net/sf/flatpack/ParserFactory.java" project="default">
@@ -1655,6 +1697,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_converter_Converter.java"
module="default" path="net/sf/flatpack/converter/Converter.java" project="default">
@@ -1674,6 +1718,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_brparse_BuffReaderParseFactory.java"
@@ -1687,6 +1733,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_converter_FPConvertException.java"
@@ -1700,6 +1747,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_util_FPConstants.java"
module="default" path="net/sf/flatpack/util/FPConstants.java" project="default">
@@ -1711,6 +1759,7 @@
<result date="2007-09-04" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-C:_project_flatpack_flatpack_src_test_java_net_sf_flatpack_columninfile_DelimitedColumnNamesInFileTest.java"
@@ -1739,6 +1788,8 @@
<result date="2007-09-05" statvalue="83" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="84" type="cobertura-line"/>
<result date="2007-09-09" statvalue="83" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="84" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="83" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_AbstractWriterFactory.java"
@@ -1751,6 +1802,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_DelimiterWriter.java"
@@ -1763,6 +1816,8 @@
<result date="2007-09-05" statvalue="90" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="89" type="cobertura-line"/>
<result date="2007-09-09" statvalue="90" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="89" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="90" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_DelimiterWriterFactory.java"
@@ -1775,6 +1830,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="75" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="75" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_FixedLengthWriter.java"
@@ -1787,6 +1844,8 @@
<result date="2007-09-05" statvalue="94" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="93" type="cobertura-line"/>
<result date="2007-09-09" statvalue="94" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="93" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="94" type="cobertura-branch"/>
</file>
<file
id="default-default-net_sf_flatpack_writer_FixedWriterFactory.java"
@@ -1799,6 +1858,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="66" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="66" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_writer_Writer.java"
module="default" path="net/sf/flatpack/writer/Writer.java" project="default">
@@ -1811,6 +1872,9 @@
<result date="2007-09-09" statvalue="2" type="checkstyle"/>
<result date="2007-09-09" statvalue="100" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="2" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_writer_WriterFactory.java"
module="default"
@@ -1822,6 +1886,8 @@
<result date="2007-09-05" statvalue="100" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="100" type="cobertura-line"/>
<result date="2007-09-09" statvalue="100" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="100" type="cobertura-branch"/>
</file>
<file id="default-default-net_sf_flatpack_xml_MapParser.java"
module="default" path="net/sf/flatpack/xml/MapParser.java" project="default">
@@ -1831,5 +1897,7 @@
<result date="2007-09-05" statvalue="38" type="cobertura-branch"/>
<result date="2007-09-09" statvalue="50" type="cobertura-line"/>
<result date="2007-09-09" statvalue="38" type="cobertura-branch"/>
+ <result date="2007-09-29" statvalue="50" type="cobertura-line"/>
+ <result date="2007-09-29" statvalue="38" type="cobertura-branch"/>
</file>
</qalab>
Modified: trunk/flatpack-samples/qalab.xml
===================================================================
--- trunk/flatpack-samples/qalab.xml 2007-09-29 21:26:43 UTC (rev 356)
+++ trunk/flatpack-samples/qalab.xml 2007-09-29 22:50:10 UTC (rev 357)
@@ -173,6 +173,14 @@
project="default" statvalue="92" type="simian"/>
<summaryresult date="2007-09-09" filecount="2" module="default"
project="default" statvalue="2" type="pmd"/>
+ <summaryresult date="2007-09-29" filecount="34" module="default"
+ project="default" statvalue="155" type="checkstyle"/>
+ <summaryresult date="2007-09-29" filecount="6" module="default"
+ project="default" statvalue="9" type="findbugs"/>
+ <summaryresult date="2007-09-29" filecount="6" module="default"
+ project="default" statvalue="92" type="simian"/>
+ <summaryresult date="2007-09-29" filecount="2" module="default"
+ project="default" statvalue="2" type="pmd"/>
</summary>
<file
id="default-default-com_pz_reader_examples_numericsanddates_package.html"
@@ -395,6 +403,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_largecsvperformancetest_package.html"
@@ -418,6 +427,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_multilinedelimitedrecord_package.html"
@@ -441,6 +451,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_numericsanddates_package.html"
@@ -464,6 +475,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimitedcolumnnamesinfile_package.html"
@@ -487,6 +499,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumns_package.html"
@@ -510,6 +523,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_exporttoexcel_package.html"
@@ -533,6 +547,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_fixedlengthdynamiccolumns_package.html"
@@ -556,6 +571,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_createsamplecsv_package.html"
@@ -579,6 +595,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthdynamiccolumns_package.html"
@@ -602,6 +619,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_largedataset_delimiteddynamiccolumns_package.html"
@@ -625,6 +643,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvperformancetest_package.html"
@@ -648,6 +667,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_lowlevelparse_package.html"
@@ -671,6 +691,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumnswitherrors_package.html"
@@ -694,6 +715,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_fixedlengthheaderandtrailer_package.html"
@@ -717,6 +739,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvheaderandtrailer_package.html"
@@ -740,6 +763,7 @@
<result date="2007-09-04" statvalue="1" type="checkstyle"/>
<result date="2007-09-05" statvalue="1" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_Examples.java"
@@ -780,6 +804,8 @@
<result date="2007-09-05" statvalue="1" type="findbugs"/>
<result date="2007-09-09" statvalue="14" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="findbugs"/>
+ <result date="2007-09-29" statvalue="14" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="findbugs"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_createsamplecsv_CSVTestFileCreator.java"
@@ -839,6 +865,9 @@
<result date="2007-09-09" statvalue="7" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="findbugs"/>
<result date="2007-09-09" statvalue="1" type="pmd"/>
+ <result date="2007-09-29" statvalue="7" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="findbugs"/>
+ <result date="2007-09-29" statvalue="1" type="pmd"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvheaderandtrailer_CSVHeaderAndTrailer.java"
@@ -862,6 +891,7 @@
<result date="2007-09-04" statvalue="17" type="checkstyle"/>
<result date="2007-09-05" statvalue="17" type="checkstyle"/>
<result date="2007-09-09" statvalue="17" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="17" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_csvperformancetest_CSVPerformanceTest.java"
@@ -910,6 +940,8 @@
<result date="2007-09-05" statvalue="1" type="findbugs"/>
<result date="2007-09-09" statvalue="16" type="checkstyle"/>
<result date="2007-09-09" statvalue="1" type="findbugs"/>
+ <result date="2007-09-29" statvalue="16" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="1" type="findbugs"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimitedcolumnnamesinfile_DelimitedColumnNamesInFile.java"
@@ -938,6 +970,7 @@
<result date="2007-09-04" statvalue="5" type="checkstyle"/>
<result date="2007-09-05" statvalue="5" type="checkstyle"/>
<result date="2007-09-09" statvalue="5" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="5" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumns_DelimitedWithPZMap.java"
@@ -968,6 +1001,7 @@
<result date="2007-09-04" statvalue="13" type="checkstyle"/>
<result date="2007-09-05" statvalue="13" type="checkstyle"/>
<result date="2007-09-09" statvalue="13" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="13" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_delimiteddynamiccolumnswitherrors_DelimitedWithPZMapErrors.java"
@@ -998,6 +1032,7 @@
<result date="2007-09-04" statvalue="13" type="checkstyle"/>
<result date="2007-09-05" statvalue="13" type="checkstyle"/>
<result date="2007-09-09" statvalue="13" type="checkstyle"/>
+ <result date="2007-09-29" statvalue="13" type="checkstyle"/>
</file>
<file
id="default-default-net_sf_pzfilereader_examples_exporttoexcel_DelimitedFileExportToExcel.java"
@@ -1028,6 +1063,7 @@
<result date="2007-09-04" statvalue="3" type="checkstyle"/>
<result date="2007-09-05" statvalue="3" type="checkstyle"/>
<result date="2007-09-09" statvalue="3" type="checkstyle"/>
+ ...
[truncated message content] |
|
From: <be...@us...> - 2007-09-30 16:44:45
|
Revision: 359
http://flatpack.svn.sourceforge.net/flatpack/?rev=359&view=rev
Author: benoitx
Date: 2007-09-30 09:44:48 -0700 (Sun, 30 Sep 2007)
Log Message:
-----------
Changed package for the Examples.
Modified Paths:
--------------
trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java
trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java
trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java
trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/Version.java
trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderDelimParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderFixedParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/brparse/BuffReaderParseFactory.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertDouble.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/ConvertInteger.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/Converter.java
trunk/flatpack/src/main/java/net/sf/flatpack/converter/FPConvertException.java
trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderBy.java
trunk/flatpack/src/main/java/net/sf/flatpack/ordering/OrderColumn.java
trunk/flatpack/src/main/java/net/sf/flatpack/util/FPConstants.java
trunk/flatpack/src/main/java/net/sf/flatpack/util/FixedWidthParserUtils.java
trunk/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java
trunk/flatpack/src/main/java/net/sf/flatpack/xml/MapParser.java
trunk/flatpack/src/main/java/net/sf/flatpack/xml/ResolveLocalDTD.java
trunk/flatpack/src/test/java/net/sf/flatpack/writer/RoundTripTestCase.java
trunk/flatpack-samples/qalab.xml
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/ConsoleMenu.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/Examples.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/Repeater.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/createsamplecsv/CSVTestFileCreator.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/csvheaderandtrailer/CSVHeaderAndTrailer.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/csvperformancetest/CSVPerformanceTest.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/delimitedcolumnnamesinfile/DelimitedColumnNamesInFile.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/delimiteddynamiccolumns/DelimitedWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/delimiteddynamiccolumnswitherrors/DelimitedWithPZMapErrors.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/exporttoexcel/DelimitedFileExportToExcel.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/fixedlengthdynamiccolumns/FixedLengthWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/fixedlengthheaderandtrailer/FixedLengthHeaderAndTrailer.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/jsptableexample/readme.txt
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/largedataset/delimiteddynamiccolumns/LargeDelimitedWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/largedataset/fixedlengthdynamiccolumns/LargeFixedLengthWithPZMap.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/largedataset/largecsvperformancetest/CSVLarge.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/lowlevelparse/LowLevelParse.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/multilinedelimitedrecord/DelimitedMultiLine.java
trunk/flatpack-samples/src/main/java/net/sf/flatpack/examples/numericsanddates/NumericsAndDates.java
trunk/flatpack-samples/src/main/script/run-examples.bat
trunk/src/site/press/press-release-3.1.0.txt
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DBDelimiterParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -45,7 +45,7 @@
/**
* @author xhensevb
* @author zepernick
- *
+ *
*/
public class DBDelimiterParser extends AbstractDelimiterParser {
private Connection con;
@@ -67,7 +67,7 @@
protected void init() {
try {
- //check to see if the user is using a InputStream. This is
+ //check to see if the user is using a InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DBFixedLengthParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -47,12 +47,12 @@
/**
* @author xhensevb
* @author zepernick
- *
+ *
*/
public class DBFixedLengthParser extends AbstractFixedLengthParser {
private Connection con;
- //this InputStream and file can be removed after support for
+ //this InputStream and file can be removed after support for
//file and inputstream is removed from the parserfactory. The
//methods have been deprecated..pz
private InputStream dataSourceStream = null;
@@ -80,7 +80,7 @@
protected void init() {
try {
- //check to see if the user is using a File or InputStream. This is
+ //check to see if the user is using a File or InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DefaultDataSet.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -53,7 +53,7 @@
/**
* @author Benoit Xhenseval
* @author Paul Zepernick
- *
+ *
*/
public class DefaultDataSet implements DataSet {
private final List rows = new ArrayList();
@@ -96,7 +96,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getColumns()
*/
public String[] getColumns() {
@@ -118,7 +118,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getColumns(java.lang.String)
*/
public String[] getColumns(final String recordID) {
@@ -138,7 +138,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getDate(java.lang.String)
*/
public Date getDate(final String column) throws ParseException {
@@ -147,7 +147,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getDate(java.lang.String,
* java.text.SimpleDateFormat)
*/
@@ -162,7 +162,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getDouble(java.lang.String)
*/
public double getDouble(final String column) {
@@ -191,7 +191,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getErrorCount()
*/
public int getErrorCount() {
@@ -204,7 +204,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getErrors()
*/
public List getErrors() {
@@ -213,7 +213,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getIndex()
*/
public int getIndex() {
@@ -222,7 +222,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getInt(java.lang.String)
*/
public int getInt(final String column) {
@@ -237,7 +237,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getRowCount()
*/
public int getRowCount() {
@@ -246,7 +246,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getRowNo()
*/
public int getRowNo() {
@@ -255,7 +255,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#getString(java.lang.String)
*/
public String getString(final String column) {
@@ -288,7 +288,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#goBottom()
*/
public void goBottom() {
@@ -297,7 +297,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#goTop()
*/
public void goTop() {
@@ -306,7 +306,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#isAnError(int)
*/
public boolean isAnError(final int lineNo) {
@@ -320,7 +320,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#next()
*/
public boolean next() {
@@ -333,7 +333,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#orderRows(net.sf.flatpack.ordering.OrderBy)
*/
public void orderRows(final OrderBy ob) throws Exception {
@@ -354,7 +354,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#previous()
*/
public boolean previous() {
@@ -383,7 +383,7 @@
/**
* Checks to see if the row has the given <RECORD> id
- *
+ *
* @param recordID
* @return boolean
*/
@@ -398,7 +398,7 @@
/**
* Sets the absolute position of the record pointer
- *
+ *
* @param localPointer -
* int
* @exception IndexOutOfBoundsException
@@ -417,7 +417,7 @@
* remove any non numeric charcter from the field. The remaining numeric
* chars's will be returned. If it is an empty string,or there are no
* numeric chars, 0 will be returned for getInt() and getDouble()
- *
+ *
* @param strictNumericParse
* The strictNumericParse to set.
*/
@@ -427,7 +427,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.IDataSet#remove()
*/
public void remove() {
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DefaultParserFactory.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -39,7 +39,7 @@
/**
* @author xhensevb
- *
+ *
*/
public class DefaultParserFactory implements ParserFactory {
private static final DefaultParserFactory INSTANCE = new DefaultParserFactory();
@@ -50,7 +50,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newFixedWidthParser(java.sql.Connection,
* java.io.File, java.lang.String)
*/
@@ -60,7 +60,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newFixedWidthParser(java.sql.Connection,
* java.io.InputStream, java.lang.String)
*/
@@ -70,7 +70,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File,
* java.io.File)
*/
@@ -80,7 +80,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* java.io.InputStream)
*/
@@ -98,7 +98,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.sql.Connection,
* java.io.InputStream, java.lang.String, char, char, boolean)
*/
@@ -109,7 +109,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File,
* java.io.File, char, char, boolean)
*/
@@ -120,7 +120,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* java.io.InputStream, char, char, boolean)
*/
@@ -131,7 +131,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.File, char,
* char)
*/
@@ -141,7 +141,7 @@
/*
* (non-Javadoc)
- *
+ *
* @see net.sf.flatpack.PZParserFactory#newParser(java.io.InputStream,
* char, char)
*/
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/DelimiterParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -45,14 +45,14 @@
/**
* @author xhensevb
- *
+ *
*/
public class DelimiterParser extends AbstractDelimiterParser {
private InputStream pzmapXMLStream = null;
private File pzmapXML = null;
private Reader pzmapReader;
- //this InputStream and file can be removed after support for
+ //this InputStream and file can be removed after support for
//file and inputstream is removed from the parserfactory. The
//methods have been deprecated..pz
private InputStream dataSourceStream = null;
@@ -93,7 +93,7 @@
protected void init() {
try {
- //check to see if the user is using a File or InputStream. This is
+ //check to see if the user is using a File or InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/FixedLengthParser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -46,7 +46,7 @@
/**
* @author xhensevb
* @author zepernick
- *
+ *
*/
public class FixedLengthParser extends AbstractFixedLengthParser {
private InputStream pzmapXMLStream;
@@ -55,7 +55,7 @@
private Reader pzmapReader;
- //this InputStream and file can be removed after support for
+ //this InputStream and file can be removed after support for
//file and inputstream is removed from the parserfactory. The
//methods have been deprecated..pz
private InputStream dataSourceStream = null;
@@ -81,7 +81,7 @@
protected void init() {
try {
- //check to see if the user is using a File or InputStream. This is
+ //check to see if the user is using a File or InputStream. This is
//here for backwards compatability
if (dataSourceStream != null) {
final Reader r = new InputStreamReader(dataSourceStream);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/InitialisationException.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -34,13 +34,13 @@
/**
* @author xhensevb
- *
+ *
*/
public class InitialisationException extends RuntimeException {
private static final long serialVersionUID = -4181701730609348676L;
/**
- *
+ *
*/
public InitialisationException() {
}
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/Parser.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -36,7 +36,7 @@
* PZParser is ready to parse the data and return an object that can then be
* traversed. The default parser should NOT handle short lines, the user can
* change it prior to calling parse.
- *
+ *
* @author Benoit Xhenseval
*/
public interface Parser {
@@ -44,7 +44,7 @@
/**
* Start the parsing. Will return "null" if the
* parse fails and the DataSet cannot be created
- *
+ *
* @return the data set resulting from parsing
*/
DataSet parse();
@@ -64,7 +64,7 @@
void setHandlingShortLines(final boolean handleShortLines);
/**
- *
+ *
* @return true, detail lines with a length or column count > the mapping
* definition will be truncated and the reader will NOT register these
* lines as erros in the DataError collection.
@@ -72,17 +72,17 @@
boolean isIgnoreExtraColumns();
/**
- *
- * @param ignoreExtraColumns when true, detail lines with a length or column
- * count > the mapping definition will be truncated and the reader
+ *
+ * @param ignoreExtraColumns when true, detail lines with a length or column
+ * count > the mapping definition will be truncated and the reader
* will NOT register these lines as erros in the DataError collection.
*/
void setIgnoreExtraColumns(final boolean ignoreExtraColumns);
/**
* Default is false
- *
- * @return true, column names will have to be an exact match when retrieving the value of a column.
+ *
+ * @return true, column names will have to be an exact match when retrieving the value of a column.
* Example when true: Column name = AColumnName ; getString("acolumnname") would fail
* Example when false: Column name = AColumnName ; getString("acolumnname") would pass
*/
@@ -90,9 +90,9 @@
/**
* Default is false
- *
- * @param columnNamesCaseSensitive when true, column names will have to be an exact match when retrieving
- * the value of a column.
+ *
+ * @param columnNamesCaseSensitive when true, column names will have to be an exact match when retrieving
+ * the value of a column.
* Example when true: Column name = AColumnName ; getString("acolumnname") would fail
* Example when false: Column name = AColumnName ; getString("acolumnname") would pass
*/
@@ -100,26 +100,26 @@
/**
* Default is false
- *
+ *
* @return true, warnings encountered durring parsing will not be included in the DataSet errors
*/
boolean isIgnoreParseWarnings();
/**
- *
- * @param ignoreParseWarnings when true, warnings encountered durring parsing will not be included
+ *
+ * @param ignoreParseWarnings when true, warnings encountered durring parsing will not be included
* in the DataSet errors
*/
void setIgnoreParseWarnings(final boolean ignoreParseWarnings);
/**
- *
+ *
* @return true, empty Strings will get returned as NULL when calling DataSet.getString()
*/
boolean isNullEmptyStrings();
/**
- *
+ *
* @param nullEmptyStrings when true, empty Strings will get returned as NULL when calling DataSet.getString()
*/
void setNullEmptyStrings(final boolean nullEmptyStrings);
Modified: trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java
===================================================================
--- trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java 2007-09-30 16:32:10 UTC (rev 358)
+++ trunk/flatpack/src/main/java/net/sf/flatpack/ParserFactory.java 2007-09-30 16:44:48 UTC (rev 359)
@@ -1,9 +1,9 @@
/*
- * ObjectLab, http://www.objectlab.co.uk/open is supporting PZFileReader.
- *
- * Based in London, we are world leaders in the design and development
+ * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack.
+ *
+ * Based in London, we are world leaders in the design and development
* of bespoke applications for the securities financing markets.
- *
+ *
* <a href="http://www.objectlab.co.uk/open">Click here to learn more</a>
* ___ _ _ _ _ _
* / _ \| |__ (_) ___ ___| |_| | __ _| |__
@@ -15,7 +15,7 @@
* www.ObjectLab.co.uk
*
* $Id: ColorProvider.java 74 2006-10-24 22:19:05Z benoitx $
- *
+ *
* Copyright 2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -41,16 +41,16 @@
* Factory definitions for creating a PZParser (delimiter or fixed length). The
* creation of a parser will not start the parsing. It should not fail either
* (unless DB issues etc).
- *
+ *
* @author Benoit Xhenseval
*/
public interface ParserFactory {
/**
* Constructs a new DataSet using the database table file layout method.
* This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the DB connection.
- *
+ *
* @param con -
* Connection to database with DATAFILE and DATASTRUCTURE tables,
* user is responsible for closing it.
@@ -68,9 +68,9 @@
/**
* Constructs a new DataSet using the database table file layout method.
* This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the DB connection and InputStream.
- *
+ *
* @param con -
* Connection to database with DATAFILE and DATASTRUCTURE tables,
* user is responsible for closing it.
@@ -88,7 +88,7 @@
/**
* Constructs a new DataSet using the PZMAP XML file layout method. This is
* used for a FIXED LENGTH text file.
- *
+ *
* @param pzmapXML -
* Reference to the xml file holding the pzmap
* @param dataSource -
@@ -102,9 +102,9 @@
/**
* New constructor based on InputStream. Constructs a new DataSet using the
* PZMAP XML file layout method. This is used for a FIXED LENGTH text file.
- *
+ *
* The user is responsible for closing the InputStreams.
- *
+ *
* @param pzmapXMLStream -
* Reference to the xml file InputStream holding the pzmap, user
* must close them after use.
@@ -120,9 +120,9 @@
/**
* Constructs a new DataSet usi...
[truncated message content] |