Strange problem when creating a top node [message #674252] |
Thu, 26 May 2011 05:58  |
Eclipse User |
|
|
|
Hello,
i tried to create a simple class diagram editor. I defined one figure that should be reused by 4 different meta model elements: Class, Interface, Datatype and Enumeration.
It works well for Class, Interface and Datatype. But when i try to create a Enumeration using the Palette, it fails to create a corresponding view for it.
The exception raised is:
Caused by: org.eclipse.core.runtime.AssertionFailedException: null argument:failed to create a view
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
at org.eclipse.gmf.runtime.diagram.ui.commands.CreateCommand.doExecuteWithResult(CreateCommand.java:99)
...
I have no idea why this happens, as it works well for the other 3 cases.
I attached my GMF Model files. Maybe i'm just too blind to see the error.
Thanks in advance for your help.
|
|
|
|
Powered by
FUDForum. Page generated in 0.05100 seconds