You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2008/04/23 14:43:21 UTC

[jira] Created: (JCR-1550) Remove ItemInfo.getName() since it is redundant

Remove ItemInfo.getName() since it is redundant
-----------------------------------------------

                 Key: JCR-1550
                 URL: https://issues.apache.org/jira/browse/JCR-1550
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-spi
    Affects Versions: 1.4
            Reporter: Michael Dürig
            Priority: Minor


I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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


[jira] Commented: (JCR-1550) Remove ItemInfo.getName() since it is redundant

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591964#action_12591964 ] 

angela commented on JCR-1550:
-----------------------------

you are right... since it seems not to be used currently with jcr2spi nor with any of the implementations i am in favor of that change.

concerns/objections by anybody?

> Remove ItemInfo.getName() since it is redundant
> -----------------------------------------------
>
>                 Key: JCR-1550
>                 URL: https://issues.apache.org/jira/browse/JCR-1550
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Priority: Minor
>
> I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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


[jira] Commented: (JCR-1550) Remove ItemInfo.getName() since it is redundant

Posted by "angela (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592406#action_12592406 ] 

angela commented on JCR-1550:
-----------------------------

sandbox/spi: completed at revision 651627  


> Remove ItemInfo.getName() since it is redundant
> -----------------------------------------------
>
>                 Key: JCR-1550
>                 URL: https://issues.apache.org/jira/browse/JCR-1550
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Assignee: angela
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: JCR-1550.diff
>
>
> I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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


[jira] Resolved: (JCR-1550) Remove ItemInfo.getName() since it is redundant

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

angela resolved JCR-1550.
-------------------------

    Resolution: Fixed
      Assignee: angela

no objections. assuming lazy consensus.

trunk: completed at revision 651626  


> Remove ItemInfo.getName() since it is redundant
> -----------------------------------------------
>
>                 Key: JCR-1550
>                 URL: https://issues.apache.org/jira/browse/JCR-1550
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Assignee: angela
>            Priority: Minor
>         Attachments: JCR-1550.diff
>
>
> I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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


[jira] Updated: (JCR-1550) Remove ItemInfo.getName() since it is redundant

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

angela updated JCR-1550:
------------------------

    Attachment: JCR-1550.diff

proposed patch for the trunk

> Remove ItemInfo.getName() since it is redundant
> -----------------------------------------------
>
>                 Key: JCR-1550
>                 URL: https://issues.apache.org/jira/browse/JCR-1550
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Priority: Minor
>         Attachments: JCR-1550.diff
>
>
> I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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


[jira] Closed: (JCR-1550) Remove ItemInfo.getName() since it is redundant

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

Michael Dürig closed JCR-1550.
------------------------------


> Remove ItemInfo.getName() since it is redundant
> -----------------------------------------------
>
>                 Key: JCR-1550
>                 URL: https://issues.apache.org/jira/browse/JCR-1550
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Assignee: angela
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: JCR-1550.diff
>
>
> I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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


[jira] Updated: (JCR-1550) Remove ItemInfo.getName() since it is redundant

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

angela updated JCR-1550:
------------------------

    Fix Version/s: 1.5

> Remove ItemInfo.getName() since it is redundant
> -----------------------------------------------
>
>                 Key: JCR-1550
>                 URL: https://issues.apache.org/jira/browse/JCR-1550
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Assignee: angela
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: JCR-1550.diff
>
>
> I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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


[jira] Commented: (JCR-1550) Remove ItemInfo.getName() since it is redundant

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591974#action_12591974 ] 

Michael Dürig commented on JCR-1550:
------------------------------------

+1

> Remove ItemInfo.getName() since it is redundant
> -----------------------------------------------
>
>                 Key: JCR-1550
>                 URL: https://issues.apache.org/jira/browse/JCR-1550
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-spi
>    Affects Versions: 1.4
>            Reporter: Michael Dürig
>            Priority: Minor
>         Attachments: JCR-1550.diff
>
>
> I propose to remove the method getName() from org.apache.jackrabbit.spi.ItemInfo since it is redundant. The name is always the last element of the path which is available via the getPath() method.

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