Gabriel Roldán wrote: > Hi Justin, > > trying to get community-ds compiling again on 2.4, I've found a couple > additions in some geoapi interfaces that look like mistakes to me. > For instance: > > - BooleanAttribute.getBoolean(): boolean, should return Boolean instead > - TextAttribute.setText(CharSequence):boolean, should return void instead > - BoundingBoxAttribute.getBoundingBox():boolean, should return BoundingBox > instead > > Could you confirm/fix? > Sure - thanks for the review Gabriel. I recently stripped the generics out of the Java 5 interfaces and may of tripped up a few times. I *am* finding usability gaps in these interfaces as I try and write documentation, as an example the difference between Name and TypeName did not prove useful.
I hope you are trying to get community-ds compiling on trunk? And if you could tell me what modules to include I would be happy to keep these in mind. So far I am distressed with the amount of code resuse going on with trunk. Justin has done a good job of getting everything to compile - but I miss the optimized implementaiton of ArrayFeature that I had done up, and the class tree have gotten a little deep for my taste. But working first and pretty second... Cheers, Jody ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
