Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D6BC743D for ; Thu, 15 Dec 2011 11:39:00 +0000 (UTC) Received: (qmail 72735 invoked by uid 500); 15 Dec 2011 11:38:59 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 72635 invoked by uid 500); 15 Dec 2011 11:38:59 -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 72627 invoked by uid 99); 15 Dec 2011 11:38:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 11:38:59 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 11:38:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9CA4F114EBA for ; Thu, 15 Dec 2011 11:38:30 +0000 (UTC) Date: Thu, 15 Dec 2011 11:38:30 +0000 (UTC) From: "Darryl Smith (Commented) (JIRA)" To: issues@commons.apache.org Message-ID: <1905258379.15120.1323949110643.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1371626752.15054.1323946230690.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LANG-782) Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170130#comment-13170130 ] Darryl Smith commented on LANG-782: ----------------------------------- List of arguments makes sense if all the items are the same type. I personally don't use it in the single shot fashion like String#format, instead I use it throughout a Servlet while testing passed in parameters. > Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation > ------------------------------------------------------------------------------------------------------------------------------ > > Key: LANG-782 > URL: https://issues.apache.org/jira/browse/LANG-782 > Project: Commons Lang > Issue Type: New Feature > Components: lang.builder.* > Affects Versions: 3.x > Reporter: Darryl Smith > Priority: Minor > Attachments: EnhancedBuilder.java > > Original Estimate: 24h > Remaining Estimate: 24h > > Programmers frequently encounter a situation where there is a need to display messages to users. This functionality is useful where there are logical rules around how to punctuate lists of items or other situations. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira