Community
Participate
Working Groups
the java code below contains an error: The type EnumMissingMethod must implement the inherited abstract method Foo.method() However, QuickFix does not provide "Add unimplemented methods". If the EnumMissingMethod is changed from an enum to a class, "Add unimplemented methods" appears in the QuickFix proposals. I believe that "Add unimplemented methods" is an appropriate proposal for enums in this scenario. //////////////////////////////////////// interface Foo { public void method(); } enum EnumMissingMethod implements Foo { } /////////////////////////////////////////
Move to JDT/UI
Bug 88970 is a duplicate.
*** This bug has been marked as a duplicate of 88970 ***