Re: Import Suggestions not working outside local module?

2023-02-02 Thread Adrian Blakey
I have exactly the same issue - except it's jdk 11 on arch-linux. Best Adrian On Tue, Jan 31, 2023 at 9:49 AM Karl Beckers wrote: > Hi, > > so, this is on NB 16 with OpenJDK 17 in a Maven project. > > I'm trying to have a java module of my own with test classes in the same > module/packages.

Import Suggestions not working outside local module?

2023-01-31 Thread Karl Beckers
Hi, so, this is on NB 16 with OpenJDK 17 in a Maven project. I'm trying to have a java module of my own with test classes in the same module/packages. Now, I have already added org.junit.jupiter.junit-jupiter-api to my dependencies. So, in my test class I expect to type in TestInfo and be