You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2008/09/25 14:55:44 UTC

[jira] Created: (JCR-1771) jcr2spi: avoid unnecessary roundtrips with NodeEntry.getPropertyEntry

jcr2spi: avoid unnecessary roundtrips with NodeEntry.getPropertyEntry
---------------------------------------------------------------------

                 Key: JCR-1771
                 URL: https://issues.apache.org/jira/browse/JCR-1771
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-jcr2spi
    Affects Versions: 1.4
            Reporter: angela
            Assignee: angela
             Fix For: 1.5


Since NodeInfo.getPropertyIds always returns the complete set of property names, there is no need for an extra round trip to the SPI upon NodeEntry.getPropertyEntry. The corresponding code could be simplified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1771) jcr2spi: avoid unnecessary roundtrips with NodeEntry.getPropertyEntry

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-1771.
-------------------------

    Resolution: Fixed

> jcr2spi: avoid unnecessary roundtrips with NodeEntry.getPropertyEntry
> ---------------------------------------------------------------------
>
>                 Key: JCR-1771
>                 URL: https://issues.apache.org/jira/browse/JCR-1771
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-jcr2spi
>    Affects Versions: 1.4
>            Reporter: angela
>            Assignee: angela
>             Fix For: 1.5
>
>
> Since NodeInfo.getPropertyIds always returns the complete set of property names, there is no need for an extra round trip to the SPI upon NodeEntry.getPropertyEntry. The corresponding code could be simplified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.