You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "David Rauschenbach (JIRA)" <ji...@apache.org> on 2007/09/12 23:46:32 UTC

[jira] Created: (JCR-1123) JCR2SPI NodeTypeImpl requires equals() implementation

JCR2SPI NodeTypeImpl requires equals() implementation
-----------------------------------------------------

                 Key: JCR-1123
                 URL: https://issues.apache.org/jira/browse/JCR-1123
             Project: Jackrabbit
          Issue Type: Improvement
          Components: SPI
    Affects Versions: 1.4
            Reporter: David Rauschenbach
            Priority: Minor


JCR2SPI's NodeTypeImpl class requires an equals method, that can successfully test for equality against any implementation of org.apache.jackrabbit.core.nodetype.NodeType.

The current hack is to perform string comparison on NodeType.getName().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1123) JCR2SPI NodeTypeImpl requires equals() implementation

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-1123.
-------------------------

    Resolution: Won't Fix

see comments by stefan JCR-1124.
this issue maybe reopened if we find good reasons for providing equals(Object) for a NodeType.

> JCR2SPI NodeTypeImpl requires equals() implementation
> -----------------------------------------------------
>
>                 Key: JCR-1123
>                 URL: https://issues.apache.org/jira/browse/JCR-1123
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: SPI
>    Affects Versions: 1.4
>            Reporter: David Rauschenbach
>            Priority: Minor
>
> JCR2SPI's NodeTypeImpl class requires an equals method, that can successfully test for equality against any implementation of javax.jcr.nodetype.NodeType.
> The current hack is to perform string comparison on NodeType.getName().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1123) JCR2SPI NodeTypeImpl requires equals() implementation

Posted by "David Rauschenbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Rauschenbach updated JCR-1123:
------------------------------------

    Description: 
JCR2SPI's NodeTypeImpl class requires an equals method, that can successfully test for equality against any implementation of javax.jcr.nodetype.NodeType.

The current hack is to perform string comparison on NodeType.getName().

  was:
JCR2SPI's NodeTypeImpl class requires an equals method, that can successfully test for equality against any implementation of org.apache.jackrabbit.core.nodetype.NodeType.

The current hack is to perform string comparison on NodeType.getName().


> JCR2SPI NodeTypeImpl requires equals() implementation
> -----------------------------------------------------
>
>                 Key: JCR-1123
>                 URL: https://issues.apache.org/jira/browse/JCR-1123
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: SPI
>    Affects Versions: 1.4
>            Reporter: David Rauschenbach
>            Priority: Minor
>
> JCR2SPI's NodeTypeImpl class requires an equals method, that can successfully test for equality against any implementation of javax.jcr.nodetype.NodeType.
> The current hack is to perform string comparison on NodeType.getName().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.