Core NodeTypeImpl requires equals() implementation
--------------------------------------------------
Key: JCR-1124
URL: https://issues.apache.org/jira/browse/JCR-1124
Project: Jackrabbit
Issue Type: Improvement
Components: core
Affects Versions: 1.4
Reporter: David Rauschenbach
Priority: Minor
The Jackrabbit core NodeTypeImpl class requires an equals method, that can
successfully test for equality against any implementation
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.