Yes, apparently I can so at least I can keep working
Hi,
I have the same in IDEA.
But they are just marked as errors but they do not break the build of the
project in the IDE.
Can you rebuild successfully?
On Mar 19, 2016 3:18 PM, "Andrea Del Bene" <[email protected]> wrote:
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.