[
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.