[JCR-RMI] Have ClientItem.isSame throw RepositoryException
----------------------------------------------------------
Key: JCR-218
URL: http://issues.apache.org/jira/browse/JCR-218
Project: Jackrabbit
Type: Improvement
Environment: Jackrabbit SVN Rev. 290115
Reporter: Felix Meschberger
Assigned to: Jukka Zitting
Currently the ClientItem.isSame(Item) method wraps a RepositoryException thrown
from the path comparison into a RuntimeException and omits an exception
declaration on the method. This contrasts with the API specification which
allows for a RepositoryExcption to be thrown.
I suggest, to modify ClientItem.isSame(Item) such that the RepositoryException
is declared and thrown.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira