You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Barrie Treloar (JIRA)" <ji...@apache.org> on 2011/06/08 03:53:59 UTC

[jira] [Issue Comment Edited] (LANG-378) Add new ToStyle to support MultiLine with Indent

    [ https://issues.apache.org/jira/browse/LANG-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045751#comment-13045751 ] 

Barrie Treloar edited comment on LANG-378 at 6/8/11 1:52 AM:
-------------------------------------------------------------

A 3.0 branch patch attached from rev 1132845

Implementation (as previous patch but with these changes)
* ToStringStyle is no longer abstract.  This means that StandardToStringStyle no longer offers anything of value and has been removed.
  Note: ToStringStyle has not had the changes available on LANG-2.2.X branch that moved the object registry into reflection to string builder.
  Note: serialVersionUID looks like it has been generated, why isn't it just 1L since this is the 3.0 branch?

Tests
* Updated tests
* ToStringStyleTest renamed to ToStringStyleDataBuilderTest
* StandardToStringStyleTest renamed to ToStringStyleTest

      was (Author: barrie):
    A 3.0 branch patch attached.

Implementation (as previous patch but with these changes)
* ToStringStyle is no longer abstract.  This means that StandardToStringStyle no longer offers anything of value and has been removed.
  Note: ToStringStyle has not had the changes available on LANG-2.2.X branch that moved the object registry into reflection to string builder.
  Note: serialVersionUID looks like it has been generated, why isn't it just 1L since this is the 3.0 branch?

Tests
* Updated tests
* ToStringStyleTest renamed to ToStringStyleDataBuilderTest
* StandardToStringStyleTest renamed to ToStringStyleTest
  
> Add new ToStyle to support MultiLine with Indent
> ------------------------------------------------
>
>                 Key: LANG-378
>                 URL: https://issues.apache.org/jira/browse/LANG-378
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.builder.*
>    Affects Versions: 2.3
>            Reporter: Barrie Treloar
>            Priority: Minor
>             Fix For: 3.x
>
>         Attachments: LANG-378-branch-3.0.patch.txt, LANG-378-patch.txt, LANG-378-patch.txt, MultiLineWithIndentToStyle.zip
>
>
> Multiline support  places everything on a new line with no indentation to help in readability.
> Attached is a patch (with tests) to support Multiline behaviour with indentation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira