notzed opened a new issue, #4140: URL: https://github.com/apache/netbeans/issues/4140
### Apache NetBeans version Apache NetBeans 13 ### What happened Java completion is very slow with large classes due to a poor choice of algorithm selected to filter out scope visibility. ### How to reproduce Create a class with a moderately large number of static constants or functions (>1000), import it elsewhere using a wildcard. Try to do any completion action that might match. It typically takes hundreds of milliseconds to show the completion window and even longer to dismiss it when you choose something (gc?). I hit it with a vulkan binding i'm working on which puts the 3000 odd constants in a single class. ### Did this work correctly in an earlier version? No ### Operating System multiple systems, slackware64-current, gentoo ### JDK openjdk 18.0.1 from openjdk.net ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else see: https://issues.apache.org/jira/browse/NETBEANS-6504 Sorry for now i'm not willing to fork and submit a pull request through this platform, but see the potential fixes I attached to jira if you're so inclined. ### 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
