EqualsBuilder synchronizes on HashCodeBuilder
---------------------------------------------
Key: LANG-685
URL: https://issues.apache.org/jira/browse/LANG-685
Project: Commons Lang
Issue Type: Bug
Components: lang.builder.*
Affects Versions: Nightly Builds
Reporter: Christian Semrau
Priority: Minor
EqualsBuilder synchronizes on HashCodeBuilder.class for updates to its own threadlocal REGISTRY
variable. While this should not lead to malfunction, it looks like a copy&paste oversight.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|