eirikbakke commented on PR #8896: URL: https://github.com/apache/netbeans/pull/8896#issuecomment-4229790608
I finally got around to investigating the "missing classes in Go to Symbol" problems I described earlier. Here's a PR that fixes them: https://github.com/apache/netbeans/pull/9327 The problem was _not_ a race condition in the UI code, but rather a mis-configured ".sig" file reader which failed when trying to load index data for Java classes with certain (quite common) features in them. -- 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
