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