Ralph Gerbig Messages: 550 Registered: November 2009
Senior Member
Hi all,
is this the latest lable feature search algorithm? https://bugs.eclipse.org/bugs/show_bug.cgi?id=39618 Unfortunatly there is no patch attached to the bug so that I could see where this algorithm is for lookup. Is there any other document where this algorithm is described?
You can look at
org.eclipse.emf.codegen.ecore.genmodel.impl.GenClassImpl.getLabelFeature()
to see the details of the current implementation. Of course you can set
the label feature in your GenClass if you don't like the default.
On 09/03/2013 11:37 AM, Ralph Gerbig wrote:
> Hi all,
>
> is this the latest lable feature search algorithm?
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=39618 Unfortunatly there
> is no patch attached to the bug so that I could see where this
> algorithm is for lookup. Is there any other document where this
> algorithm is described?
>
> Ralph