| Summary: |
Transformation KDM 2 UML : exception EmptyStackException from ATL |
| Product: |
[Modeling] MoDisco
|
Reporter: |
Fabien Giquel <fabien.giquel> |
| Component: |
Technologies | Assignee: |
Gabriel BARBIER <barbier.gabriel> |
| Status: |
CLOSED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
P1
|
CC: |
barbier.gabriel, hugo.bruneliere, modisco.web-inbox, nicolas.bros
|
| Version: |
0.9.0 | Flags: |
nicolas.bros:
indigo+
|
| Target Milestone: |
0.9.0 M4 | |
|
| Hardware: |
PC | |
|
| OS: |
Windows XP | |
|
| See Also: |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=559016
|
| Whiteboard: |
|
| Attachments: |
|
Created attachment 173244 [details] A sample application to reproduce the exception Here is attached a sample application to reproduce one exception using ATL transformation "discover uml model from kdm model" : java.util.EmptyStackException at java.util.Stack.peek(Unknown Source) at java.util.Stack.pop(Unknown Source) at org.eclipse.m2m.atl.engine.vm.ASMStackFrame.pop(ASMStackFrame.java:107) at org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOperation.java:250) at org.eclipse.m2m.atl.engine.vm.ASMOperation.realExec(ASMOperation.java:357) ...