[jira] [Comment Edited] (LANG-1352) EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added

2017-09-16 Thread Ruslan Sibgatullin (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169014#comment-16169014
 ] 

Ruslan Sibgatullin edited comment on LANG-1352 at 9/16/17 6:34 PM:
---

Hi [~brunodepau...@yahoo.com.br], 
thanks for the feedback!
I've updated the commit with 
{code:java}
isValidEnumIgnoreCase 
{code}
method as well as several code improvements.
Hope to hear from others soon :)

Best
Ruslan


was (Author: enigo):
Hi [~brunodepau...@yahoo.com.br], 
thanks for the feedback!
I've updated the commit with `isValidEnumIgnoreCase` method as well as several 
code improvements.
Hope to hear from others soon :)

Best
Ruslan

> EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added
> ---
>
> Key: LANG-1352
> URL: https://issues.apache.org/jira/browse/LANG-1352
> Project: Commons Lang
>  Issue Type: Improvement
>  Components: lang.*
>Reporter: Ruslan Sibgatullin
>Priority: Minor
>
> EnumUtils.getEnumIgnoreCase method added.
> I truly believe that such handy method must exist in this utility class.
> [This|https://stackoverflow.com/questions/28332924/case-insensitive-matching-of-a-string-to-a-java-enum]
>  SO thread is just a prove of it. And also in the project I work for we need 
> to perform this operation quite often. 



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


[jira] [Commented] (LANG-1352) EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added

2017-09-16 Thread Ruslan Sibgatullin (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169014#comment-16169014
 ] 

Ruslan Sibgatullin commented on LANG-1352:
--

Hi [~brunodepau...@yahoo.com.br], 
thanks for the feedback!
I've updated the commit with `isValidEnumIgnoreCase` method as well as several 
code improvements.
Hope to hear from others soon :)

Best
Ruslan

> EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added
> ---
>
> Key: LANG-1352
> URL: https://issues.apache.org/jira/browse/LANG-1352
> Project: Commons Lang
>  Issue Type: Improvement
>  Components: lang.*
>Reporter: Ruslan Sibgatullin
>Priority: Minor
>
> EnumUtils.getEnumIgnoreCase method added.
> I truly believe that such handy method must exist in this utility class.
> [This|https://stackoverflow.com/questions/28332924/case-insensitive-matching-of-a-string-to-a-java-enum]
>  SO thread is just a prove of it. And also in the project I work for we need 
> to perform this operation quite often. 



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


[GitHub] commons-lang issue #286: LANG-1352 EnumUtils.getEnumIgnoreCase and isValidEn...

2017-09-16 Thread coveralls
Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/286
  

[![Coverage 
Status](https://coveralls.io/builds/13302064/badge)](https://coveralls.io/builds/13302064)

Coverage increased (+0.0006%) to 95.201% when pulling 
**f747c930d02cb8895fbc5fb3b1a911545a889c0a on Enigo:master** into 
**ff4967536b75fb18d048cc2a505f68835987d155 on apache:master**.



---


[jira] [Commented] (LANG-1352) EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added

2017-09-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LANG-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169012#comment-16169012
 ] 

ASF GitHub Bot commented on LANG-1352:
--

Github user coveralls commented on the issue:

https://github.com/apache/commons-lang/pull/286
  

[![Coverage 
Status](https://coveralls.io/builds/13302064/badge)](https://coveralls.io/builds/13302064)

Coverage increased (+0.0006%) to 95.201% when pulling 
**f747c930d02cb8895fbc5fb3b1a911545a889c0a on Enigo:master** into 
**ff4967536b75fb18d048cc2a505f68835987d155 on apache:master**.



> EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added
> ---
>
> Key: LANG-1352
> URL: https://issues.apache.org/jira/browse/LANG-1352
> Project: Commons Lang
>  Issue Type: Improvement
>  Components: lang.*
>Reporter: Ruslan Sibgatullin
>Priority: Minor
>
> EnumUtils.getEnumIgnoreCase method added.
> I truly believe that such handy method must exist in this utility class.
> [This|https://stackoverflow.com/questions/28332924/case-insensitive-matching-of-a-string-to-a-java-enum]
>  SO thread is just a prove of it. And also in the project I work for we need 
> to perform this operation quite often. 



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


[jira] [Updated] (LANG-1352) EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added

2017-09-16 Thread Ruslan Sibgatullin (JIRA)

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

Ruslan Sibgatullin updated LANG-1352:
-
Summary: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods 
added  (was: EnumUtils.getEnumIgnoreCase method added)

> EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added
> ---
>
> Key: LANG-1352
> URL: https://issues.apache.org/jira/browse/LANG-1352
> Project: Commons Lang
>  Issue Type: Improvement
>  Components: lang.*
>Reporter: Ruslan Sibgatullin
>Priority: Minor
>
> EnumUtils.getEnumIgnoreCase method added.
> I truly believe that such handy method must exist in this utility class.
> [This|https://stackoverflow.com/questions/28332924/case-insensitive-matching-of-a-string-to-a-java-enum]
>  SO thread is just a prove of it. And also in the project I work for we need 
> to perform this operation quite often. 



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