Eugenia return boolean problem [message #727266] |
Tue, 20 September 2011 14:45  |
Eclipse User |
|
|
|
Hi,
i've tested all examples in the site and all works! Now i've to build an editor from a complex ecore. i want to try before with a simple ecore and emf file... this is the result:
@namespace(uri="Site", prefix="Site")
package Site;
@gmf.diagram(foo="bar")
class Site {
attr String Name;
ref Page[*] pages;
}
@gmf.node(label="Title")
class Page {
attr String Title;
@gmf.link(style="dash")
ref Link[*] to;
}
@gmf.node(label="url")
class Link {
attr String url;
}
but when i build editor with eugenia i receive an error in SiteViewProvider.Java on method protected boolean provides(CreateNodeViewOperation op). At the end of the method there is a return without boolean. Where is my error?
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.45691 seconds