You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2017/10/07 10:03:00 UTC

[jira] [Created] (LANG-1356) Add bypass for hashcode to recursive reflective EqualsBuilder

Pascal Schumacher created LANG-1356:
---------------------------------------

             Summary: Add bypass for hashcode to recursive reflective EqualsBuilder
                 Key: LANG-1356
                 URL: https://issues.apache.org/jira/browse/LANG-1356
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.reflect.*
            Reporter: Pascal Schumacher


{quote}String are now compared with internal data (hash and char[]). But sometimes hash value is not initialized, this is probably a cache for the hashcode. So the comparison fails even if the char[] content is the same.
You should add the bypass for basic JRE classes (String, Datetime types, etc.){quote}

reported at https://github.com/apache/commons-lang/pull/202#issuecomment-333874925



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)