[arquillian-issues] [JBoss JIRA] Created: (ARQ-164) NPE in DeployableTestBuilder

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Thu Jun 3 10:24:57 EDT 2010


NPE in DeployableTestBuilder
----------------------------

                 Key: ARQ-164
                 URL: https://jira.jboss.org/browse/ARQ-164
             Project: Arquillian
          Issue Type: Bug
          Components: Deployable Containers SPI
    Affects Versions: 1.0.0.Alpha2
            Reporter: Jesper Pedersen


I get:

java.lang.NullPointerException
        at org.jboss.arquillian.impl.DeployableTestBuilder.build(DeployableTestBuilder.java:82)
        at org.jboss.arquillian.impl.DeployableTestBuilder.build(DeployableTestBuilder.java:71)
        at org.jboss.arquillian.junit.Arquillian.<init>(Arquillian.java:68)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

Any component that uses a SPI implementation should guard against null values - if there is a non-null requirement of course - and throw an IllegalArgumentException with a descriptive error message.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list