Hi Justin, I ran into compile errors when using Java 6 - they all amounted to collections<x> vs collections<?> and a bit of inappropriate code reuse. I had to apply a really horrible double cast into a couple of places in the jts-wrapper code ... we should ask Graham for a review as he solved most of this stuff in the geometry module.
Is it just me or is collections + generics + type narrowing not working out that well? There were a couple of other problems in CodeList implementations for the go module ImageType and CompressionLevel; CodeList needs to have the subclass bound for the comparison implementation to work. Jody ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
