janinko commented on issue #4285: URL: https://github.com/apache/netbeans/issues/4285#issuecomment-1444123124
I have also problem with Find Usages not working properly. I just updated from netbeans 12.2 to netbeans 17. I'm on Java: `Java: 11.0.18; OpenJDK 64-Bit Server VM 11.0.18+10` > Does changing the scope to just the project work? Do you have any projects using JPMS open? Yes and yes. If I run "Find Usages" on a method with scope of current project, it finds usages in my project, if I run it with any higer scope, it does not find anythig. If I run "Find Usages" on a class with scope of current project, it finds a lot of usages in my project, if I run it with any higer scope, it finds only two, on in current project and one in some different one. -- 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
