Tree expand in Sample XmlTree broken
------------------------------------

                 Key: XMLBEANS-297
                 URL: http://issues.apache.org/jira/browse/XMLBEANS-297
             Project: XMLBeans
          Issue Type: Bug
         Environment: XmlBeans 2.2.0, jdk 1.5
            Reporter: florian kammermann


The tree-expand in the sample XmlTree is broken. 
That you can expand the tree with the JTree owned methods like 
"expandPath(TreePath)" the class XmlEntry must implement following methods:

    public int hashCode() 
    {
        return this.m_currentXml.hashCode();
    }
    
    public boolean equals(Object obj) 
    {
        return this.m_currentXml.hashCode() == ((XmlEntry)obj).hashCode();
    }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to