cbuschka / beanshell2

Automatically exported from code.google.com/p/beanshell2
0 stars 0 forks source link

"CompiledScript.execute(..)" throws ScriptException when "null" value is in binding #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a compiled script is invoked with a binding where a variable is mapped to 
"null" an exeption is thrown, the root cause is:

bsh.InterpreterError: null variable value
    at bsh.NameSpace.setVariable(NameSpace.java:307)
    at bsh.NameSpace.setVariable(NameSpace.java:263)
    at bsh.PreparsedScript.invoke(PreparsedScript.java:60)
        ....

Original issue reported on code.google.com by pejob...@gmail.com on 22 Feb 2012 at 9:20

GoogleCodeExporter commented 8 years ago

Original comment by pejob...@gmail.com on 22 Feb 2012 at 9:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r120.

Original comment by pejob...@gmail.com on 10 Sep 2012 at 1:36

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r121.

Original comment by pejob...@gmail.com on 10 Sep 2012 at 1:43