Hi Martin, I'm trying to apply the minor changes that You have proposed. All is clear to me, but I have just one question on this issue: > >* Replace the 'ptSrc' and 'ptDst' arrays by java.util.List. The main > purpose it to protect the data from uncontroled changes outside the > MathTransformBuilder methods (for example 'getSourcePoints()' would > returns an immutable view of the list). >
If I'll changed ptDst and ptSrc into private and the other <whatever>Builders will access them just throught getters and setters, aren't they protected enough? Replacing the array by the List needs a litle bit more chnges in the code... Cheers. Jan. ------------------------------------------------------------------------- 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
