You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2014/11/09 13:48:33 UTC

[jira] [Resolved] (LANG-1052) Multiline recursive to string style

     [ https://issues.apache.org/jira/browse/LANG-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benedikt Ritter resolved LANG-1052.
-----------------------------------
    Resolution: Fixed

{code}
$ svn ci -m "LANG-1052: Multiline recursive to string style. This fixes #34 from github. Thanks to Jan Matèrne."
Sending        src/changes/changes.xml
Adding         src/main/java/org/apache/commons/lang3/builder/MultilineRecursiveToStringStyle.java
Adding         src/test/java/org/apache/commons/lang3/builder/MultilineRecursiveToStringStyleTest.java
Transmitting file data ...
Committed revision 1637671.
{code}

> Multiline recursive to string style
> -----------------------------------
>
>                 Key: LANG-1052
>                 URL: https://issues.apache.org/jira/browse/LANG-1052
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.builder.*
>            Reporter: Jan Matèrne
>            Assignee: Benedikt Ritter
>            Priority: Minor
>             Fix For: 3.4
>
>         Attachments: LANG-1052.patch
>
>
> Add a new ToStringStyle to create a "deep" toString().
> But instead a single line like the RecursiveToStringStyle this creates a multiline String similar to the ToStringStyle.MultiLineToStringStyle.
> Pull-Request at https://github.com/apache/commons-lang/pull/34
> CLA signed some years ago ;)
> jhm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)