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 2018/02/11 19:22:00 UTC

[jira] [Updated] (LANG-1356) Add bypass option for 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 option for classes to recursive and reflective EqualsBuilder  (was: Add bypass for basic JRE classes to recursive and reflective EqualsBuilder)

> Add bypass option for 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
>            Priority: Major
>         Attachments: LANG-1356.patch
>
>
> {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
(v7.6.3#76005)