Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 57503 invoked from network); 27 Dec 2007 05:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Dec 2007 05:25:07 -0000 Received: (qmail 81716 invoked by uid 500); 27 Dec 2007 05:24:55 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 81647 invoked by uid 500); 27 Dec 2007 05:24:55 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 81638 invoked by uid 99); 27 Dec 2007 05:24:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Dec 2007 21:24:55 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Dec 2007 05:24:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 08F9B71422E for ; Wed, 26 Dec 2007 21:24:43 -0800 (PST) Message-ID: <30025866.1198733083026.JavaMail.jira@brutus> Date: Wed, 26 Dec 2007 21:24:43 -0800 (PST) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-387) StringUtils.reverseSplit() + Unit Test In-Reply-To: <16943293.1198598683156.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554522 ] Henri Yandell commented on LANG-387: ------------------------------------ >From the STATUS.html: "StringUtils.reverseSplit(String, String delim, int count). Should basically be a 'reverseArray(reverseDelimitedString(split(txt, delim, count)))'." The patch is reverseSplit(String). Though I think the reverseDelimitedString shouldn't be there. If just reverseArray around split - I don't think there's much value in this. Side note - we need to dump the STATUS action items into JIRA and punt the ones we don't want. > StringUtils.reverseSplit() + Unit Test > -------------------------------------- > > Key: LANG-387 > URL: https://issues.apache.org/jira/browse/LANG-387 > Project: Commons Lang > Issue Type: New Feature > Affects Versions: Known Issue > Reporter: Hasan Diwan > Priority: Minor > Attachments: lang.pat > > > Per the status file, reverseSplit and a unit test are attached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.