Community
Participate
Working Groups
Build Identifier: M20110909-1335 If the user adds @Override as annotation (not as keyword) to an Xtend2 method, it is no warning or error, but does not get converted to Java code. This should be marked and a quickfix should remove the @Override and add the override keyword. This especially helps Xtend2 newbies (like me). I'm using Xtend 2.1.1 (in an Xtext 1 target environment, but I suppose this shouldn't matter as the developing Eclipse is current (Eclipse 3.7.1, Xtext 2.1.1)). Reproducible: Always
Will be fixed with #364298 *** This bug has been marked as a duplicate of bug 364298 ***