Hello all,
NB 12.1 supports JPMS modules rather well. However, there is still one problem
that must be solved.
The problem is about unit testing with JPMS — NB doesn’t support in-module
testing that is the best
variant for unit testing (because tests and classes under tests are in the same
package).
What is in-module testing is described here in details :
https://sormuras.github.io/blog/2018-09-11-testing-in-the-modular-world.html#in-module-testing-with-module-infojava
The issue I opened is here —
https://issues.apache.org/jira/browse/NETBEANS-4550
However, I didn’t see any movement. So, could anyone say if there are any plans
to add in-module support in NB 12?
--
Best regards, Alex Orlov