Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 39801 invoked from network); 25 Apr 2008 15:17:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2008 15:17:34 -0000 Received: (qmail 37433 invoked by uid 500); 25 Apr 2008 15:17:34 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 37389 invoked by uid 500); 25 Apr 2008 15:17:33 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 37377 invoked by uid 99); 25 Apr 2008 15:17:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 08:17:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2008 15:16:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 503B7234C10C for ; Fri, 25 Apr 2008 08:14:00 -0700 (PDT) Message-ID: <802593077.1209136440327.JavaMail.jira@brutus> Date: Fri, 25 Apr 2008 08:14:00 -0700 (PDT) From: "angela (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1550) Remove ItemInfo.getName() since it is redundant In-Reply-To: <1991501808.1208954601457.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1550?page=3Dcom.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 =20 > 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=C3=BCrig > Assignee: angela > Priority: Minor > Attachments: JCR-1550.diff > > > I propose to remove the method getName() from org.apache.jackrabbit.spi.I= temInfo since it is redundant. The name is always the last element of the p= ath which is available via the getPath() method. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.