You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Nelson Carpentier (JIRA)" <ji...@apache.org> on 2007/05/30 06:02:15 UTC

[jira] Updated: (LANG-316) Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder

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

Nelson Carpentier updated LANG-316:
-----------------------------------

    Attachment: lang_20070529.diff

Instead of the previous file, use this one to patch the changes.

I have added EqualsBuilder.appendIgnoreCase(String lhs, String rhs), and tests for that method.
I have added HashCodeBuilder.appendIgnoreCase(String string), and test for that method.

> Enable CaseInsensitivity in EqualsBuilder and HashCodeBuilder
> -------------------------------------------------------------
>
>                 Key: LANG-316
>                 URL: https://issues.apache.org/jira/browse/LANG-316
>             Project: Commons Lang
>          Issue Type: New Feature
>    Affects Versions: 2.3
>         Environment: Any
>            Reporter: Nelson Carpentier
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: lang_20070206.diff, lang_20070529.diff
>
>
> Sometimes I want a String property containing "ThisString" to be seen as equal to "THISstring".  EqualsBuilder (and HashCodeBuilder) should be enhanced to optionally handle this requirement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org