stevaber opened a new issue, #7209: URL: https://github.com/apache/netbeans/issues/7209
### Apache NetBeans version Apache NetBeans 21 ### What happened I registered Tomcat 9 server into NetBeans 21. I added source folder during server registration. Source folder is "java" folder extracted from Tomcat source code distributions zip file. I create Ant based web project with JSF 2.2 library (javax.faces-2.2.20.jar). In debugger I can open java source files through call stack , also I can open java source files through Libraries folder in NetBeans Project window. In debugger brake point and steps through the code are synchronized with Tomcat source files, meaning that debugger finds rights source files. The problem is that all the class references in those Tomcat source files which refers to symbols(class’s) from other Tomcat files in same source folder reports with “cannot find symbol”. Also, which is more annoying, shortcut “go to source” does not work for every class reference in the same Tomcat source folder.   ### Language / Project Type / NetBeans Component Java Ant Web project ### How to reproduce Install NetBeans from file “Apache-NetBeans-21-bin-windows-x64.exe”. Extract Tomcat 9 server from “apache-tomcat-9.0.86.zip” into windows user root folder e.g. “C:\Users\Stevan\apache-tomcat-9.0.86”. Extract “java” folder from “apache-tomcat-9.0.86-src.zip” into Tomcat server folder e.g. “C:\Users\Stevan\apache-tomcat-9.0.86\java”. Register Tomcat 9 web server into NetBeans with adding source folder e.g. “C:\Users\Stevan\apache-tomcat-9.0.86\java”. ### Did this work correctly in an earlier version? Apache NetBeans 20 ### Operating System Windows 10 Pro, AMD 64, 32GB ram, 22H2 os build 19045.4170 ### JDK jdk-17_windows-x64_bin Java HotSpot(TM) 64-Bit Server VM (build 17.0.9+11-LTS-201, mixed mode, sharing) ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else Problem occurs immidiately ### Are you willing to submit a pull request? No -- 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
