Allow BXMLSerializer.bind() to access superclass fields
-------------------------------------------------------

                 Key: PIVOT-703
                 URL: https://issues.apache.org/jira/browse/PIVOT-703
             Project: Pivot
          Issue Type: Improvement
          Components: core-beans
    Affects Versions: 2.0
         Environment: Windows XP SP3, Java version "1.6.0_23"
            Reporter: Roger Whitcomb
            Priority: Minor
             Fix For: 2.0.1
         Attachments: diff

Loading a standard object from a BXML file (such as a "Dialog") so that the 
code to bind to a superclass when the Bindable interface is present on the 
serialized object is not exercised, allow "bind" to find public fields in a 
superclass by calling "getField()" if "getDeclaredField()" fails.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to