In my project, there is an abstract sub-class SubFoo of an abstract class SuperFoo.
SuperFoo implements an interface IFoo.
SuperFoo does not implement method foo() of IFoo.
Foo does.
The icon in the left margin next to foo() when Foo is open in the IDEA editor indicates "override" rather than "implement."
 
Eric Turley
 

Reply via email to