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:11:00 UTC

[jira] [Updated] (LANG-1356) Add bypass for basic JRE classes to recursive and reflective EqualsBuilder

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

Pascal Schumacher updated LANG-1356:
------------------------------------
    Summary: Add bypass for basic JRE classes to recursive and reflective EqualsBuilder  (was: Add bypass for hashcode to recursive reflective EqualsBuilder)

> Add bypass for basic JRE classes to recursive and 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)