angela created OAK-4130: --------------------------- Summary: Simplify IdentifierManager.getReferences Key: OAK-4130 URL: https://issues.apache.org/jira/browse/OAK-4130 Project: Jackrabbit Oak Issue Type: Improvement Components: core Reporter: angela
with the improvements suggested in OAK-4119 we can simplify {{IdentifierManager.getReferences}} it is will only be used by {{Node.get(Weak)References}}, which doesn't need the whole bunch of flexibility provided by the method as it is today. this might also be beneficial from a performance point of view as with the proposed changes the tree associated with a given result row is no longer resolved in case a property-name has been specified. also the nt-verification can be completely omitted, which afaik isn't perfectly cheap either. -- This message was sent by Atlassian JIRA (v6.3.4#6332)