[jira] [Updated] (LANG-901) endsWithAny is case sensitive - documented as case insensitive

2015-11-02 Thread Matthew Bartenschlag (JIRA)

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

Matthew Bartenschlag updated LANG-901:
--
Attachment: LANG-901.patch

Updated patch.

> endsWithAny is case sensitive - documented as case insensitive
> --
>
> Key: LANG-901
> URL: https://issues.apache.org/jira/browse/LANG-901
> Project: Commons Lang
>  Issue Type: Bug
>  Components: General
>Affects Versions: 3.1
>Reporter: Matthew Bartenschlag
>Priority: Minor
> Fix For: Review Patch, Discussion
>
> Attachments: LANG-901.patch
>
>
> endsWithAny was added in response to this task: LANG-614
> Documentation says that the method returns "true if the CharSequence starts 
> with any of the the prefixes, case insensitive, or both null" 
> StringUtils.endsWithAny("MIME/TYPE", "TYPE") true
> StringUtils.endsWithAny("MIME/TYPE", "type") false



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-901) endsWithAny is case sensitive - documented as case insensitive

2015-11-02 Thread Matthew Bartenschlag (JIRA)

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

Matthew Bartenschlag updated LANG-901:
--
Attachment: (was: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch)

> endsWithAny is case sensitive - documented as case insensitive
> --
>
> Key: LANG-901
> URL: https://issues.apache.org/jira/browse/LANG-901
> Project: Commons Lang
>  Issue Type: Bug
>  Components: General
>Affects Versions: 3.1
>Reporter: Matthew Bartenschlag
>Priority: Minor
> Fix For: Review Patch, Discussion
>
> Attachments: LANG-901.patch
>
>
> endsWithAny was added in response to this task: LANG-614
> Documentation says that the method returns "true if the CharSequence starts 
> with any of the the prefixes, case insensitive, or both null" 
> StringUtils.endsWithAny("MIME/TYPE", "TYPE") true
> StringUtils.endsWithAny("MIME/TYPE", "type") false



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-901) endsWithAny is case sensitive - documented as case insensitive

2013-10-25 Thread Henri Yandell (JIRA)

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

Henri Yandell updated LANG-901:
---

Description: 
endsWithAny was added in response to this task: LANG-614

Documentation says that the method returns true if the CharSequence starts 
with any of the the prefixes, case insensitive, or both null 

StringUtils.endsWithAny(MIME/TYPE, TYPE) true
StringUtils.endsWithAny(MIME/TYPE, type) false

  was:
endsWithAny was added in response to this task: 
https://issues.apache.org/jira/browse/LANG-614

Documentation says that the method returns true if the CharSequence starts 
with any of the the prefixes, case insensitive, or both null 

StringUtils.endsWithAny(MIME/TYPE, TYPE) true
StringUtils.endsWithAny(MIME/TYPE, type) false


 endsWithAny is case sensitive - documented as case insensitive
 --

 Key: LANG-901
 URL: https://issues.apache.org/jira/browse/LANG-901
 Project: Commons Lang
  Issue Type: Bug
  Components: General
Affects Versions: 3.1
Reporter: Matthew Bartenschlag
Assignee: Benedikt Ritter
Priority: Minor
 Fix For: Review Patch

 Attachments: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch


 endsWithAny was added in response to this task: LANG-614
 Documentation says that the method returns true if the CharSequence starts 
 with any of the the prefixes, case insensitive, or both null 
 StringUtils.endsWithAny(MIME/TYPE, TYPE) true
 StringUtils.endsWithAny(MIME/TYPE, type) false



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (LANG-901) endsWithAny is case sensitive - documented as case insensitive

2013-10-25 Thread Benedikt Ritter (JIRA)

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

Benedikt Ritter updated LANG-901:
-

Fix Version/s: Discussion

 endsWithAny is case sensitive - documented as case insensitive
 --

 Key: LANG-901
 URL: https://issues.apache.org/jira/browse/LANG-901
 Project: Commons Lang
  Issue Type: Bug
  Components: General
Affects Versions: 3.1
Reporter: Matthew Bartenschlag
Assignee: Benedikt Ritter
Priority: Minor
 Fix For: Review Patch, Discussion

 Attachments: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch


 endsWithAny was added in response to this task: LANG-614
 Documentation says that the method returns true if the CharSequence starts 
 with any of the the prefixes, case insensitive, or both null 
 StringUtils.endsWithAny(MIME/TYPE, TYPE) true
 StringUtils.endsWithAny(MIME/TYPE, type) false



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (LANG-901) endsWithAny is case sensitive - documented as case insensitive

2013-10-21 Thread Henri Yandell (JIRA)

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

Henri Yandell updated LANG-901:
---

Fix Version/s: Review Patch

 endsWithAny is case sensitive - documented as case insensitive
 --

 Key: LANG-901
 URL: https://issues.apache.org/jira/browse/LANG-901
 Project: Commons Lang
  Issue Type: Bug
  Components: General
Affects Versions: 3.1
Reporter: Matthew Bartenschlag
Assignee: Benedikt Ritter
Priority: Minor
 Fix For: Review Patch

 Attachments: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch


 endsWithAny was added in response to this task: 
 https://issues.apache.org/jira/browse/LANG-614
 Documentation says that the method returns true if the CharSequence starts 
 with any of the the prefixes, case insensitive, or both null 
 StringUtils.endsWithAny(MIME/TYPE, TYPE) true
 StringUtils.endsWithAny(MIME/TYPE, type) false



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (LANG-901) endsWithAny is case sensitive - documented as case insensitive

2013-06-21 Thread Matthew Bartenschlag (JIRA)

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

Matthew Bartenschlag updated LANG-901:
--

Attachment: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch

Patch, including unit tests, which appear to correct the bug.

 endsWithAny is case sensitive - documented as case insensitive
 --

 Key: LANG-901
 URL: https://issues.apache.org/jira/browse/LANG-901
 Project: Commons Lang
  Issue Type: Bug
  Components: General
Affects Versions: 3.1
Reporter: Matthew Bartenschlag
Assignee: Benedikt Ritter
Priority: Minor
 Attachments: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch


 endsWithAny was added in response to this task: 
 https://issues.apache.org/jira/browse/LANG-614
 Documentation says that the method returns true if the CharSequence starts 
 with any of the the prefixes, case insensitive, or both null 
 StringUtils.endsWithAny(MIME/TYPE, TYPE) true
 StringUtils.endsWithAny(MIME/TYPE, type) false

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira