013 12:53 AM
To: Brett Walker; Daniele Romagnoli; Simone Giannecchini
Cc: geotools-devel@lists.sourceforge.net
Subject: Re: [Geotools-devel] Build breaks on JDK7 in module NetCDF Gridc
Coverage module
On Wed, Jul 17, 2013 at 4:30 PM, Brett Walker
mailto:brett.wal...@geometryit.com>> wrot
On Wed, Jul 17, 2013 at 4:30 PM, Brett Walker
wrote:
> More investigation...
>
> Having a look in org.geotools.imageio.unidata.UnidataVariableAdapter; the
> cause of the problem revolves around the definition and usage of
> globalDomainExtent (line 278).
>
> This is used to store DateRanges and N
some direction. What are your thoughts?
Brett
From: Brett Walker [brett.wal...@geometryit.com]
Sent: Thursday, 18 July 2013 12:00 AM
To: Andrea Aime
Cc: geotools-devel@lists.sourceforge.net
Subject: [Geotools-devel] Build breaks on JDK7 in module NetCDF Gridc Cov
Hi Andrea,
I have found a build break when done using JDK7. The build breaks in Coverage
Experiment/NetCDF Grid Coverage Module.
This is caused by a subtle change in the definition of TreeMap#put(K key, V
value) in Java 7 when compared in Java 6. Look at the source code and follow
the code in