I noticed that 
module/coverage/src/org/geotools/coverage/processing/operation/Resampler2D.java 
has 
been reformated. The log said "fixing two annoying bugs with rendering and 
reprojecting coverages", 
but I can't see what the changes were.

The reformating was not the Jaloppy reformating. I guess it was some "Reformat" 
menu bundled in 
Eclipse. It replaced spaces by tabulations (which may not be ideal for a 
project with many peoples 
using different editors), reformated the javadoc (it has the side effect of 
breaking SVN's $URL$ 
keyword, also use a different javadoc layout of @param tag. It also put a 80 
character limits, while 
  we agreeded a while ago that the geotools limit was 100 characters (I admit 
that I sometime go 
ahead this limit...). The reformating also do some strange job in some place, 
like:

sourceGG = (GridGeometry2D) sourceCoverage.getGridGeometry(); // TODO:
                                                               // remove
                                                               // cast
                                                               // with
                                                               // J2SE
                                                               // 1.5.

Would it be possible to avoid reformating please? If we want reformating tools 
in Geotools, we 
probably want to go along the Jaloppy path. On my side I would like to 
experiment it slowly on small 
modules like epsg-xxx (when I will have a little bit more time...) and maybe (I 
don't know yet if I 
will have any suggestions) propose some configuration changes on the mailing 
list before to try it 
on larger modules like referencing and coverage.

        Martin.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to