albertolovato
albertolovato
When importing sources in Eclipse, I get two errors in CallDependencies, at lines 276 and 281: `The method transferReturn(dk.brics.tajs.flowgraph.AbstractNode, dk.brics.tajs.flowgraph.BasicBlock, ContextType extends dk.brics.tajs.solver.IContext, ContextType extends dk.brics.tajs.solver.IContext, ContextType extends dk.brics.tajs.solver.IContext, dk.brics.tajs.solver.CallKind)...
The following code (new line before dot) causes error `java.lang.RuntimeException: syntax error in line 10:11 extraneous input 'ADD' expecting {BY, NEWLINE}` ` REPLACE ==ADD 1== BY ==ADD 3== . ADD...
I get the error `java.lang.RuntimeException: syntax error in line 38:6 extraneous input '*>EXECSQL EXEC SQL DECLARE BLABLA TABLE\n' expecting {ABORT, ALIGNED, ALL,...` when parsing the following code: ` ... WORKING-STORAGE...
In code I'm parsing some copy books are included with `EXEC SQL INCLUDE END-EXEC` instead of `COPY `.
When visiting an AST node, line numbers extracted with `ctx.getStart().getLine();` should not account for preprocessed copy files. Otherwise, elements cannot be located in the original file.