JaroslavTulach opened a new pull request #2654: URL: https://github.com/apache/netbeans/pull/2654
While working on #2652 it turned out that `OpenProjectList` class is using `Mutex.EVENT` to deliver changes and that the call disassociates the event deliver from the originating request. One option is to modify `OpenProjectList` to deliver events synchronously (at least in `GraphicsEnvironment.isHeadless()` mode, the other is to make sure effective lookup set by `Lookups.executeWith` is properly propagated through `Mutext.EVENT` methods. That's what this PR proposes. ---------------------------------------------------------------- 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. 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
