duoduobingbing commented on issue #3962: URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1256212086
I wanted to thoroughly test before writing that this and that option definetely works or does not work; but here are my results after running with some options for a longer time: * `netbeans.slow.system.clipboard.hack=false`: The bug seemed to occur less frequently but it still occured. * `netbeans.slow.system.clipboard.hack=false` and `org.netbeans.NbClipboard.level=FINEST`: Seems to fix the issue. The bug did not occur once during using these. * `org.netbeans.NbClipboard.level=FINEST`: Seems to suffice. Have not used it as long as the others (less than one month) but the bug did not occur. Hopefully this is not tied to a race condition where `org.netbeans.NbClipboard.level=FINEST` fixes it for most people but not all. * `TopSecurityManager.disable=true`: Did not change anything. The bug still occured. * `TopSecurityManager.disable=true` and `org.netbeans.NbClipboard.level=FINEST`: The bug did not occur. -- 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
