List,
A little question: Why are some null objects written as a not NULL object?
A Date object with value 'null' is set to 'new Date()' and a Integer (or
Number) with value 'null' is set to 'new Integer(0)'.
Why not set the 'null' values to a empty string?
..........
private String fieldString(Object obj, final int col) {
if (obj==null)
return NULL_STRING;
...........
Roy
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel