[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544214#comment-16544214 ] ASF GitHub Bot commented on LANG-1404: -- Github user Enigo closed the pull request at:

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544150#comment-16544150 ] Sebb commented on LANG-1404: LANG is for general purpose routines. I think what you need is a domain-specific

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544145#comment-16544145 ] Sebb commented on LANG-1404: I disagree. In the case of "BooleanUtils.toBoolean(value)" you have no idea what

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-14 Thread Ruslan Sibgatullin (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544138#comment-16544138 ] Ruslan Sibgatullin commented on LANG-1404: -- yes, ofc it's trivial, but the reason devs use

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16543813#comment-16543813 ] Sebb commented on LANG-1404: Your use case is trivial: {code} if (Integer.valueOf(1).equals(value)) { // true

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-13 Thread Ruslan Sibgatullin (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16543349#comment-16543349 ] Ruslan Sibgatullin commented on LANG-1404: -- Yep, the case is as following: Integer is coming from

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542712#comment-16542712 ] Sebb commented on LANG-1404: Yes, but what is the use case for wanting to do that? And is it really valid for

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-13 Thread Ruslan Sibgatullin (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542610#comment-16542610 ] Ruslan Sibgatullin commented on LANG-1404: -- [~s...@apache.org] whenever there's a nullable

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542228#comment-16542228 ] Sebb commented on LANG-1404: What is the use case for this method? > BooleanUtils.toBoolean(Integer) method

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542178#comment-16542178 ] ASF GitHub Bot commented on LANG-1404: -- Github user coveralls commented on the issue:

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542179#comment-16542179 ] ASF GitHub Bot commented on LANG-1404: -- Github user coveralls commented on the issue:

[jira] [Commented] (LANG-1404) BooleanUtils.toBoolean(Integer) method added

2018-07-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16542167#comment-16542167 ] ASF GitHub Bot commented on LANG-1404: -- GitHub user Enigo opened a pull request: