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

ASF GitHub Bot commented on LANG-1350:
--------------------------------------

Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/283
  
    
    [![Coverage 
Status](https://coveralls.io/builds/12913326/badge)](https://coveralls.io/builds/12913326)
    
    Coverage increased (+0.01%) to 95.194% when pulling 
**a54613f4c8774c34a9942b3ffe93d803fcc452cd on bjkail:LANG-1350** into 
**05d9518038ae8d2ac9f11b91b731f47b909a9bad on apache:master**.



> ConstructorUtils.invokeConstructor(Class, Object...) regression
> ---------------------------------------------------------------
>
>                 Key: LANG-1350
>                 URL: https://issues.apache.org/jira/browse/LANG-1350
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.reflect.*
>    Affects Versions: 3.5, 3.6
>            Reporter: Brett Kail
>
> As of LANG-1115, the following test program no longer works:
> {noformat}
> public class ConstructorUtilsTest {
>       @Test
>       public void test() throws Exception {
>               ConstructorUtils.invokeConstructor(TestCtor.class, new A() {}, 
> new B[0]);
>       }
>       public static class TestCtor {
>               public TestCtor(A a, B... b) {}
>       }
>       public static class A {}
>       public static class B {}
> }
> {noformat}



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

Reply via email to