BBOXImpl class has wront setMaxY setter
---------------------------------------
Key: GEOT-1462
URL: http://jira.codehaus.org/browse/GEOT-1462
Project: GeoTools
Issue Type: Bug
Affects Versions: 2.3.4
Reporter: Karel Maesen
Attachments: patch
In (at least) recent releases the org.getools.filter.spatial.BBOXImpl class has
an incorrect setter.
This is the code now:
public void setMaxY(double miny) {
this.miny = miny;
}
... and it should obviously be:
public void setMaxY(double maxy) {
this.maxy = maxy;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
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