On 7/27/26 17:15, Neil C Smith wrote: > On Mon, 27 Jul 2026 at 15:58, Jaroslav Tulach <[email protected]> > wrote: >> I don't get any completions, or help when using JUnit5 if in Maven project >> with module-info. Am I the only one? I tried it with fresh install of >> NetBeans >> 31 rc2 and I am still seeing the issue. >> >> To reproduce: >> - checkout and open this project of mine: >> https://github.com/jtulach/graalvm-native-libs >> - when I am here >> https://github.com/jtulach/graalvm-native-libs/blob/ >> 546ebef9aa0eaf00d87dd0ae942c8513ac048f68/jvm-insight/src/test/java/org/ >> apidesign/jvm/insight/JvmInsightEspressoTest.java#L35 >> - I don't see any completion! >> - JUnit5 types aren't visible in GoTo Type dialog > That's on an import line? Are you seeing this issue everywhere, or > just on imports? Because import lines have been flaky with JUnit and > JPMS for as long as I remember. I don't have issues with Go To Type, > although I can't ctrl-click on the types in the source. Other > completion seems to work mostly OK for me. > > If there's any regression here from a recent release though, let's > have an issue on GitHub to track for NB31. reminds me on this old issue https://github.com/apache/netbeans/issues/6725
(changes are only picked up after rebuild as soon module info is added) -mbien > > Best wishes, > > Neil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
