Community
Participate
Working Groups
...and result in invalid Java code: package test class XtendClass extends XtendClass { } -> package test; @SuppressWarnings("all") public class XtendClass extends test.XtendClass { } A validation rule should solve this issue.
Cyles in the type hierarchy should be detected. Currently they alos lead to StackOverflowExceptions at org.eclipse.xtext.common.types.impl.JvmDeclaredTypeImplCustom.getAllFeaturesMap(JvmDeclaredTypeImplCustom.java:154)
Pushed to MASTER.
Closing all bugs that were set to RESOLVED before Neon.0