PavelTurk commented on issue #3725: URL: https://github.com/apache/netbeans/issues/3725#issuecomment-1957443028
@mbien I think it is related to JPMS, NB cache and refactoring. I will explain why I think so. I've noticed that when I clear NB cache and everything is OK, no errors are shown in NB, all code is compiled and works. Then I start refactoring. If I change key classes/interfaces I can get something like this in my tests:  NB says that some modules are not imported, but it is false as if I clear cache again, then everything is OK. Besides renaming stops working at some point. I work only with JPMS. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
