ATL Transformation Error [message #999283] |
Fri, 11 January 2013 13:15  |
Eclipse User |
|
|
|
Dears,
I am new to ATL.
I was making a simple transformation (flowchart node to java statement).
I use this rule:
rule Node2Statement
{
from
node : Flowchart!Node
to
stmt : Java!JavaStatement(
text <- node.title
)
}
I got this exception :
org.eclipse.m2m.atl.engine.emfvm.VMException: -1
at __matchNode2Statement#0(FlowChartMM2JavaMM.atl)
local variables: self=FlowChartMM2JavaMM : ASMModule
at __matcher__#1(FlowChartMM2JavaMM.atl)
local variables: self=FlowChartMM2JavaMM : ASMModule
at main#22(FlowChartMM2JavaMM.atl)
local variables: self=FlowChartMM2JavaMM : ASMModule
...
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at org.eclipse.m2m.atl.engine.emfvm.ASMOperation.exec(ASMOperation.java:564)
... 13 more
I can't understand what's wrong. Could you please help me?
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.27196 seconds