Friday 12 March 2010

Sonar and BlackDuck.com for ObjectLab Kit.

A big thank you to Simon from SonarSource.org to include ObjectLab Kit in their demo site.

Check this out: http://nemo.sonarqube.org/dashboard/index/250253

But we're going to make it better... reach a higher % of compliance...

Also thanks to ohloh.net

https://www.openhub.net/p/objectlabkit

If you are using it... vote for it!

And, yepee, I am ranked 2,400 or something out of 315,000...

https://www.openhub.net/accounts/benoitx

Whatever that means.

Enjoy!

Thursday 11 March 2010

FlatPack 3.2.0 is released!

FlatPack on SourceForge: a Java (1.4+) flat file parser that handles CSV, fixed length and custom delimiters. The formats are configured in XML, it is fast and released under Apache license 2.0.

http://flatpack.sf.net


Changes in this version include:

New Features:

o Added a getBigDecimal method on DataSet.

Fixed bugs:

o Fixed SF Bug 1869636. The parameters for the XML Map and data file were reversed in the BuffReaderDelimParser.
o Stopped the fixed width parser from removing leading spaces in a data element. Added the ParserUtils.rTrim() method.
o Added check for duplicate column names when using file header for column names.
o Applied patch from Dirk Olmes to prevent duplicate column names in the XML
mapping. IllegalArgumentException is now thrown if a duplicate column name exists in the map. Thanks Dirk...
o doParse() on DBFixedLengthParser was returning a null and was never getting a DataSet returned

Enjoy!