[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.8.0
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.