Matthias Boehm created SYSTEMML-1949:
----------------------------------------
Summary: Script compilation fails w/ NPE in case of missing
assingments
Key: SYSTEMML-1949
URL: https://issues.apache.org/jira/browse/SYSTEMML-1949
Project: SystemML
Issue Type: Bug
Reporter: Matthias Boehm
If builtin functions other than print and write are called without assignment,
the compilation fails with NPE as follows"
{code}
java.lang.NullPointerException
at
org.apache.sysml.parser.DMLTranslator.constructHops(DMLTranslator.java:1349)
at
org.apache.sysml.parser.DMLTranslator.constructHops(DMLTranslator.java:265)
at org.apache.sysml.api.DMLScript.execute(DMLScript.java:692)
at org.apache.sysml.api.DMLScript.executeScript(DMLScript.java:510)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)