GraphicImpl.setOpacity uses new value as the old value in "child changed" event
-------------------------------------------------------------------------------
Key: GEOT-1477
URL: http://jira.codehaus.org/browse/GEOT-1477
Project: GeoTools
Issue Type: Bug
Components: core styling
Affects Versions: 2.4-RC0, 2.3.4, 2.3.3, 2.3.2, 2.4-RC1, 2.4.0, 2.3.5,
2.5-M0, 2.5.0
Environment: all environments
Reporter: Erik Lovlie
As can be seen in the code snippet below, the first line of the method body is
missing a "this." in front of opacity.
public void setOpacity(Expression opacity) {
Expression old = opacity;
this.opacity = opacity;
fireChildChanged("opacity", opacity, old);
}
--
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