Thomas Kellerer schrieb am 10.01.2018 um 12:42: > I have Maven project that uses Java 9 modules. > > It seems that NetBeans 9.0 (beta, from [1]) does not shown the icons > for "implementing classes" for an interface, if the interface (or the > implementing class?) is not part of the exported modules of the > project (at least I _think_ that is the reason)> > I have attached a simple Maven project that shows this. > > When opening BaseInterface.java no icon is shown that there are > implementing classes for the interface (or the methods). > (See the screenshot "interface.png")
Note that as soon as module-info.java is removed, the icons show up in the editor. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists