neilcsmith-net commented on code in PR #3386:
URL: https://github.com/apache/netbeans/pull/3386#discussion_r960397745
##########
platform/o.n.core/src/org/netbeans/core/NbLifecycleManager.java:
##########
@@ -67,9 +67,6 @@ public static void advancePolicy() {
if (!Boolean.getBoolean("TopSecurityManager.disable")) {
// set security manager
TopSecurityManager.install();
- if (CLIOptions.isGui()) {
-
TopSecurityManager.makeSwingUseSpecialClipboard(Lookup.getDefault().lookup(ExClipboard.class));
Review Comment:
Doesn't that also stop the system clipboard being an instance of
ExClipboard? If so, seem a bunch of places that expect it to be one.
--
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