It seems that if a class has multiple 'implements' values, the Module list in the editor won't include the class name (methods still show up in the list):
Code: Select all
public class myFoo implements otherFoo.interfaceOne, otherFoo.interfaceTwo {
public void fooMethodOne () {
}
public void fooMethodTwo () {
}
[ . . . ]
}
It's only a display thing, (real) code using this construct will compile fine.
(VMD v2.0.15 on Win10)
Cheers,
--
Terry McG