I replied to this post:
http://www.mail-archive.com/[email protected]/msg20713.html
I started to use geotools from few days so maybe there's a good reason
for this behaviour..
Is it sufficient to do this in the private String fieldString(Object
obj, final int col) method?
case 'd':
if (obj==null)
o="";
else
o = formatter.getFieldString((Date) (obj == null ?
NULL_DATE : obj));
break;
instead of this?:
case 'd':
o = formatter.getFieldString((Date) (obj == null ?
NULL_DATE : obj));
break;
)
2011/10/10 Andrea Aime <[email protected]>:
> On Mon, Oct 10, 2011 at 1:55 PM, Flavio Pompermaier <[email protected]> wrote:
>> +1. I think that null dates must be definitely handled! Any reply to this
>> topic?
>
> I don't see the original message you're referring to in my local mail,
> but as usual,
> the standard replay is "patches welcomed, the source code is there
> (and since you
> are using GeoTools you know how to program in java, so you have the means,
> too)"
> :-)
>
> Cheers
> Andrea
>
>
> --
> -------------------------------------------------------
> Ing. Andrea Aime
> GeoSolutions S.A.S.
> Tech lead
>
> Via Poggio alle Viti 1187
> 55054 Massarosa (LU)
> Italy
>
> phone: +39 0584 962313
> fax: +39 0584 962313
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://www.youtube.com/user/GeoSolutionsIT
> http://www.linkedin.com/in/andreaaime
> http://twitter.com/geowolf
>
> -------------------------------------------------------
>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel