You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2008/02/26 06:03:51 UTC

[jira] Created: (JCR-1417) [PATCH] remove code stutter

[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: core 1.4.2


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.


[jira] Resolved: (JCR-1417) [PATCH] remove code stutter

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (JCR-1417) [PATCH] remove code stutter

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

Dave Brosius updated JCR-1417:
------------------------------

    Attachment: remove_stutter.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: core 1.4.2
>
>         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.