ToStringBuilder is thread-hostile
---------------------------------
Key: LANG-487
URL: https://issues.apache.org/jira/browse/LANG-487
Project: Commons Lang
Issue Type: Bug
Reporter: Sebb
ToStringBuilder is thread-hostile due to the use of the static "defaultStyle"
variable.
Adding synchronization won't solve this.
The field only seems to be used now in the get/set methods, so I suspect it
could be removed along with the methods and tests
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.