You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2010/09/21 21:04:39 UTC

[jira] Updated: (FELIX-2432) [gogo] NPE/coercion failure when null first parameter to method expecting arry

     [ https://issues.apache.org/jira/browse/FELIX-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-2432:
-----------------------------------

    Fix Version/s: gogo-0.6.1
                       (was: gogo-0.8.0)

> [gogo] NPE/coercion failure when null first parameter to method expecting arry
> ------------------------------------------------------------------------------
>
>                 Key: FELIX-2432
>                 URL: https://issues.apache.org/jira/browse/FELIX-2432
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo Runtime
>    Affects Versions: gogo-0.6.0
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>             Fix For: gogo-0.6.1
>
>
> g! echo null hello
> gogo: NullPointerException: null
> g! e
> java.lang.NullPointerException
>         at org.apache.felix.gogo.runtime.Reflective.method(Reflective.java:174)
>         at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:82)
>         at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:421)
>         at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:335)
>         at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
>         at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:184)
>         at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:121)
>         at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:78)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.