eirikbakke commented on PR #8896: URL: https://github.com/apache/netbeans/pull/8896#issuecomment-3403054080
@mbien One of the main problems for me was that Go to Symbol sometimes omits symbols that should be present. I started debugging this a long while back, and concluded it was probably a race condition in the UI code, rather than a problem with the symbol index. (The right symbols appeared when I did System.out.println statements, but they never appeared in the UI list.) Indeed looking at the UI code for Go to Symbol it looked very complex, and I ran out of time to investigate it. -- 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
