[
https://issues.apache.org/jira/browse/JCR-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-1417.
-----------------------------------
Resolution: Fixed
Fix Version/s: (was: core 1.4.2)
1.5
Applied patch in revision: 631238
Thank you for the patch.
> [PATCH] remove code stutter
> ---------------------------
>
> Key: JCR-1417
> URL: https://issues.apache.org/jira/browse/JCR-1417
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-jcr2spi
> Affects Versions: core 1.4.1
> Reporter: Dave Brosius
> Priority: Trivial
> Fix For: 1.5
>
> Attachments: remove_stutter.patch
>
>
> Method calls getQName for no reason
> public String getName() throws RepositoryException {
> checkStatus();
> Name qName = getQName();
> return session.getNameResolver().getJCRName(getQName());
> }
> patch fixes it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.