neilcsmith-net commented on pull request #3136: URL: https://github.com/apache/netbeans/pull/3136#issuecomment-907755378
Yes, there's the one in `DelegatingLookupImpl`, and the one in `LazyLookupProviders` earlier in the above stack that is (effectively) under the lock here. Seems to be a deadlock between those two? I was reviewing this and trying to understand why it was hanging before the later call to `notifyAll()`. https://github.com/apache/netbeans/blob/master/ide/projectapi/src/org/netbeans/modules/projectapi/LazyLookupProviders.java#L97 -- 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
