Community
Participate
Working Groups
For non-static JvmOperations we should generarte override annotations. For static operations, Java forbidds that.
We should also disallow usage of the @Override annotation in Xtend methods.
the first part of this is working, but you can still add @Override on xtend methods. even on ones that dont override anything (there is no validation for that)
*** Bug 365831 has been marked as a duplicate of this bug. ***
GitHub Pull Request 175 created by [cdietrich] https://github.com/eclipse/xtext-xtend/pull/175
Will add - Warning if the is @Override on method that does have override keyword - Error if there is @Overide on method that does not override (gives java compile error now)
fixed in 2.12