[GitHub] commons-lang pull request #337: LANG-1404 BooleanUtils.toBoolean(Integer) me...

2018-07-14 Thread Enigo
Github user Enigo closed the pull request at: https://github.com/apache/commons-lang/pull/337 ---

[GitHub] commons-lang pull request #337: LANG-1404 BooleanUtils.toBoolean(Integer) me...

2018-07-12 Thread Enigo
GitHub user Enigo opened a pull request: https://github.com/apache/commons-lang/pull/337 LANG-1404 BooleanUtils.toBoolean(Integer) method added Right now to convert an Integer to boolean there is either a null check needed: ``` final Integer value = 1; if (value != null

[GitHub] commons-lang pull request #286: LANG-1352 EnumUtils.getEnumIgnoreCase method...

2017-09-14 Thread Enigo
GitHub user Enigo opened a pull request: https://github.com/apache/commons-lang/pull/286 LANG-1352 EnumUtils.getEnumIgnoreCase method added You can merge this pull request into a Git repository by running: $ git pull https://github.com/Enigo/commons-lang master Alternatively