Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 95376 invoked from network); 1 Nov 2007 21:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 21:41:12 -0000 Received: (qmail 56159 invoked by uid 500); 1 Nov 2007 21:40:59 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 56091 invoked by uid 500); 1 Nov 2007 21:40: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 56082 invoked by uid 99); 1 Nov 2007 21:40:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 14:40:59 -0700 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, 01 Nov 2007 21:41:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9899A7141FE for ; Thu, 1 Nov 2007 14:40:50 -0700 (PDT) Message-ID: <30490283.1193953250613.JavaMail.jira@brutus> Date: Thu, 1 Nov 2007 14:40:50 -0700 (PDT) From: "Scott Bassin (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (LANG-371) ToStringStyle javadoc should show examples of styles In-Reply-To: <10745237.1193778350699.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-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Bassin updated LANG-371: ------------------------------ Attachment: patch.txt Here's a patch where I document each constant using the example of the hypothetical Person class found in the ToStringBuilder javadoc. > ToStringStyle javadoc should show examples of styles > ---------------------------------------------------- > > Key: LANG-371 > URL: https://issues.apache.org/jira/browse/LANG-371 > Project: Commons Lang > Issue Type: Improvement > Reporter: Paul Benedict > Priority: Trivial > Fix For: 2.4 > > Attachments: patch.txt > > > It is impossible to know what the style types actually render without seeing an example. I recommend first showing the code of a simple object, then give each constant an output example. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.