[GitHub] commons-lang issue #259: LANG-1167: Add null filter to ReflectionToStringBui...

2017-03-18 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/259 [![Coverage Status](https://coveralls.io/builds/10664090/badge)](https://coveralls.io/builds/10664090) Coverage increased (+0.01%) to 94.559% when pulling

[jira] [Commented] (LANG-1167) Add null filter to ReflectionToStringBuilder

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931446#comment-15931446 ] ASF GitHub Bot commented on LANG-1167: -- Github user coveralls commented on the issue:

[jira] [Commented] (LANG-1167) Add null filter to ReflectionToStringBuilder

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931359#comment-15931359 ] ASF GitHub Bot commented on LANG-1167: -- GitHub user MarkDacek opened a pull request:

[GitHub] commons-lang pull request #259: LANG-1167: Add null filter to ReflectionToSt...

2017-03-18 Thread MarkDacek
GitHub user MarkDacek opened a pull request: https://github.com/apache/commons-lang/pull/259 LANG-1167: Add null filter to ReflectionToStringBuilder @chtompki First attempt at this. In order to avoid a large refactor or breaking existing implementations, the boolean has to be

[jira] [Commented] (CONFIGURATION-641) XMLConfiguration.load may throw NPE

2017-03-18 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931240#comment-15931240 ] Oliver Heger commented on CONFIGURATION-641: The support for reading configuration data

[GitHub] commons-lang issue #256: fix for LANG-1310

2017-03-18 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-lang/pull/256 the comment on indentation from@jvz is fixed now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[jira] [Commented] (LANG-1310) MethodUtils.invokeMethod throws ArrayStoreException

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931194#comment-15931194 ] ASF GitHub Bot commented on LANG-1310: -- Github user drajakumar commented on the issue:

[jira] [Commented] (LANG-1310) MethodUtils.invokeMethod throws ArrayStoreException

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931192#comment-15931192 ] ASF GitHub Bot commented on LANG-1310: -- Github user coveralls commented on the issue:

[GitHub] commons-lang issue #256: fix for LANG-1310

2017-03-18 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/256 [![Coverage Status](https://coveralls.io/builds/10660236/badge)](https://coveralls.io/builds/10660236) Coverage increased (+0.04%) to 94.571% when pulling

[jira] [Commented] (LANG-1310) MethodUtils.invokeMethod throws ArrayStoreException

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931188#comment-15931188 ] ASF GitHub Bot commented on LANG-1310: -- Github user Claudenw commented on a diff in the pull request:

[GitHub] commons-lang pull request #256: fix for LANG-1310

2017-03-18 Thread Claudenw
Github user Claudenw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/256#discussion_r106778971 --- Diff: src/test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java --- @@ -357,16 +369,23 @@ public void testInvokeMethod() throws