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

2013-01-18 Thread Henri Yandell (JIRA)

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

Henri Yandell updated LANG-837:
---

Component/s: lang.*

 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
  Components: lang.*
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] [Updated] (LANG-837) ObjectUtils.identityToString does not support StringBuilder or StrBuilder or Appendable

2012-10-23 Thread Arnaud BRUNET (JIRA)

 [ 
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