Hi guys,

lately I have noted a strange error in Eclipse which I think it's a bug of the IDE related to Java 8 and it's compiler, but I wanted to ask you if you have the same problem before opening a bug issue on Eclipse site. It seems that Eclipse can't resolve inherited methods if a class declares to implement them with an interface with default method. For example in class ComponentTest at line 181 I get the error message "The type new Link(){} must implement the inherited abstract method IGenericComponent.setDefaultModel(IModel)". The method Eclipse is complaining about is implemented in the base class Component.
Do you get the same problem if you sue Eclipse?

Thank you.

Reply via email to