[ 
https://issues.apache.org/jira/browse/XMLBEANS-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wing Yew Poon reassigned XMLBEANS-297:
--------------------------------------

    Assignee: Jacob Danner

Jacob, would you mind taking a look at this?


> Tree expand in Sample XmlTree broken
> ------------------------------------
>
>                 Key: XMLBEANS-297
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-297
>             Project: XMLBeans
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: Version 2.2
>         Environment: XmlBeans 2.2.0, jdk 1.5
>            Reporter: florian kammermann
>            Assignee: Jacob Danner
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: dev-h...@xmlbeans.apache.org

Reply via email to