Benedikt Ritter created LANG-1128:
-------------------------------------
Summary: JsonToStringStyle doesn't handle chars and objects
correctly
Key: LANG-1128
URL: https://issues.apache.org/jira/browse/LANG-1128
Project: Commons Lang
Issue Type: Bug
Components: lang.builder.*
Affects Versions: 3.4
Reporter: Benedikt Ritter
Fix For: Review Patch, 3.5
Placeholder for https://github.com/apache/commons-lang/pull/74
{quote}
except number, boolean, Array and nested object structures, other types like
char, String, Date etc. in java should be appendAsString.
add method {{appendDetail(StringBuffer buffer, String fieldName, char value) to
JsonToStringStyle}}
modify {{appendDetail(StringBuffer buffer, String fieldName, Object value)}}
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)