-
Notifications
You must be signed in to change notification settings - Fork 2
Open
@mslinn
Description
If no variable called ten is defined, the following Scala code throws java.lang.NullPointerException:
new ScriptEngineManager()
.getEngineByName("clojure")
.getContext
.getBindings(ScriptContext.ENGINE_SCOPE)
.containsKey("ten")
Similar code works for scripting-scala. However, this bug can is also present for scripting-java
Metadata
Metadata
Assignees
Labels
No labels