Make the reflective emf property setter handle only the properties of the 
current binding, not the whole hierarchy
------------------------------------------------------------------------------------------------------------------

                 Key: GEOT-1569
                 URL: http://jira.codehaus.org/browse/GEOT-1569
             Project: GeoTools
          Issue Type: Improvement
          Components: new modules
    Affects Versions: 2.5-M1
            Reporter: Gabriel Roldán
            Assignee: Gabriel Roldán
             Fix For: 2.5-M1


Currently AbstractComplexEMFBinding when traversing a binding sets all the 
properties of a given EObject. This contradicts the bindings semantics as does 
not respect the bindings execution mode (OVERRIDE/BEFORE/AFTER).
So make it so it does respects the execution mode.
In principle, all that really has to change is "getAllEStructuralFeatures()" -> 
"getEStructuralFeatures()", though care shall be taken that most bindings that 
are relying on the default OVERRIDE mode could break, which should be solved by 
setting the proper execution mode.


-- 
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

Reply via email to