You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2012/09/27 20:18:07 UTC

[jira] [Created] (LANG-837) ObjectUtils.identityToString does not support StringBuilder or StrBuilder or Appendable

Sebb created LANG-837:
-------------------------

             Summary: ObjectUtils.identityToString does not support StringBuilder or StrBuilder or Appendable
                 Key: LANG-837
                 URL: https://issues.apache.org/jira/browse/LANG-837
             Project: Commons Lang
          Issue Type: Improvement
            Reporter: Sebb




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (LANG-837) ObjectUtils.identityToString does not support StringBuilder or StrBuilder or Appendable

Posted by "Arnaud BRUNET (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LANG-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud BRUNET updated LANG-837:
-------------------------------

    Attachment: LANG-837.patch

Adding 3 new methods :
{code}
public static void identityToString(Appendable appendable, Object object) throws IOException
public static void identityToString(StrBuilder builder, Object object)
public static void identityToString(StringBuilder builder, Object object)
{code}
                
> ObjectUtils.identityToString does not support StringBuilder or StrBuilder or Appendable
> ---------------------------------------------------------------------------------------
>
>                 Key: LANG-837
>                 URL: https://issues.apache.org/jira/browse/LANG-837
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Sebb
>         Attachments: LANG-837.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (LANG-837) ObjectUtils.identityToString does not support StringBuilder or StrBuilder or Appendable

Posted by "Arnaud BRUNET (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LANG-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13482202#comment-13482202 ] 

Arnaud BRUNET edited comment on LANG-837 at 10/23/12 8:37 AM:
--------------------------------------------------------------

Added 3 new methods :
{code}
public static void identityToString(Appendable appendable, Object object) throws IOException
public static void identityToString(StrBuilder builder, Object object)
public static void identityToString(StringBuilder builder, Object object)
{code}
                
      was (Author: gronono):
    Adding 3 new methods :
{code}
public static void identityToString(Appendable appendable, Object object) throws IOException
public static void identityToString(StrBuilder builder, Object object)
public static void identityToString(StringBuilder builder, Object object)
{code}
                  
> ObjectUtils.identityToString does not support StringBuilder or StrBuilder or Appendable
> ---------------------------------------------------------------------------------------
>
>                 Key: LANG-837
>                 URL: https://issues.apache.org/jira/browse/LANG-837
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Sebb
>         Attachments: LANG-837.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira