Garth_Wood
Results
1
issues of
Garth_Wood
evaluating this: ``` var foo="dfsf"; ``` I get this: ``` 00:07:19.969 AWT-EventQueue-0 UtilSwing.eval: rt ex=java.lang.NullPointerException java.lang.NullPointerException at ch.obermuhlner.scriptengine.jshell.JShellCompiledScript.setBindingsValue(JShellCompiledScript.java:84) ``` this is because global bindings are null there: ``` if (!engineBindings.containsKey(name)...