[ https://issues.apache.org/jira/browse/SYSTEMML-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Deron Eriksson closed SYSTEMML-604. ----------------------------------- > Undefined function error message not have line, col, and filename info > ---------------------------------------------------------------------- > > Key: SYSTEMML-604 > URL: https://issues.apache.org/jira/browse/SYSTEMML-604 > Project: SystemML > Issue Type: Bug > Components: Parser > Reporter: Deron Eriksson > Assignee: Deron Eriksson > Priority: Minor > > Given the following DML: > {code} > print("howdy"); > a=foo(); > {code} > Results in the following error message: > {code}Caused by: org.apache.sysml.parser.LanguageException: ERROR: null -- > line 0, column 0 -- function foo is undefined in namespace .defaultNS > at > org.apache.sysml.parser.StatementBlock.isMergeableFunctionCallBlock(StatementBlock.java:201) > {code} > The line number, the column number, and the filename (if available) of the > undefined function should be displayed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)