[
https://issues.apache.org/jira/browse/JCR-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-1273.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.4
Applied patch in revision: 605171
> Unnecessary parsing of Name value
> ---------------------------------
>
> Key: JCR-1273
> URL: https://issues.apache.org/jira/browse/JCR-1273
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-core, jackrabbit-jcr-commons
> Reporter: Marcel Reutegger
> Priority: Minor
> Fix For: 1.4
>
> Attachments: JCR-1273.patch
>
>
> InternalValue.toJCRValue(NamePathResolver) formats the Name value and
> constructs a NameValue using the formatted String. The implementation of
> NameValue.valueOf(String) again checks the format, which is quite expensive
> and unnecessary in this case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.