neilcsmith-net commented on issue #3962: URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1709841278
Partly agree with @cowwoc although it's not about eyes, but having a contributor (or someone willing to contribute) who can reproduce the problem, and then narrow down an actual fix. We do not even know whether the ultimate cause of the issue is in NetBeans itself, or JDK / OS interaction with particular Swing APIs - IntelliJ has a similar and about as active bug report right now. There is no way we're adding finest logging to the default installation, and causing unnecessary spamming of the logs on Linux, macOS, and unaffected Windows systems. That won't make this issue any easier to fix, but might make tracking other issues more "fun"! One thing an affected user could do is make sure they can replicate the issue in a self-built IDE. Then try a build commenting out the actual finest level logging code in NbClipboard, in particular in https://github.com/apache/netbeans/blob/master/platform/o.n.bootstrap/src/org/netbeans/NbClipboard.java#L288 But keep the code that builds the string that is logged. It would be good to see whether it is the eager extraction of the clipboard contents or the logging process itself that is mitigating this issue. -- 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
