You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Wing Yew Poon (JIRA)" <xm...@xml.apache.org> on 2009/10/25 04:09:59 UTC

[jira] Assigned: (XMLBEANS-297) Tree expand in Sample XmlTree broken

     [ 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-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org