You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should talk to Dominik because I do not know how to call the code inside:
«FOR x : rule.lookups»
«x.generateCodeForRule(theClass)»
«ENDFOR»
The method generateCodeForRule(theClass) uses expressions like this: «Stream.canonicalName».
I do not know how to use guillemets because it calls .toString() twice which is not what I expect.
The generated rules are not clear. This is caused by canonical names for the lookups instead of simple class names being used.
Replace the canonical names by simple names. In order to do this, replace the xTend FOR loop with a java one in order to used the guillemets as usual.
The text was updated successfully, but these errors were encountered: