Richard-CIV opened a new issue, #4967: URL: https://github.com/apache/netbeans/issues/4967
### Apache NetBeans version Apache NetBeans 15 ### What happened On startup, after the project opens it scans all the code to map all the code to enable jumps to called functions and function lookup. We have large project and have just migrated to PHP 8.1 hence the move to NB 15. When the project opens it takes a very long time to scan the code and eventually errors with a GC overflow. This leaves me with no intellisense or click through to called functions and is slowing my work rate. I have tried clearing the cache and this made no difference. I suspect it is failing in the javascript parts of the project. The public folder contains all the distributable javascript. Is there any way the background scanning process can be configured to omit the Public Folder. ### How to reproduce _No response_ ### Did this work correctly in an earlier version? Apache NetBeans 12.6 or earlier ### Operating System Windows 11 ### JDK Don't know ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else This occurs every time I open Netbeans, sometimes it hangs with a white flashing window. My PC has an Intel I7 processor and 16GB of ram. ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
