GitHub user matthiasblaesing added a comment to the discussion: Windows clipboard issues discussion
@neilcsmith-net made me aware, that there is the idea out there, that not using flavor listeners might also fix the problem. He also mentioned, that there are not that many places in the codebase that use them. Indeed outside the tests only `NbClipboard` and `ExplorerActionsImpl` use them. This was created to enable experimenting: https://github.com/apache/netbeans/compare/master...matthiasblaesing:netbeans:flavorlistener_test When run as `<NBPATH>/bin/netbeans64.exe -J-Ddisable-flavor-listener=true` flavor listeners are not registered and this makes it possible to test the testcase from @bradvido with and without them. My result was, that with 15 iterations, I could reproduce the problem without the system property and could not reproduce it anymore with flavor listeners disabled. GitHub link: https://github.com/apache/netbeans/discussions/7051#discussioncomment-12646024 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists