ucoruh commented on issue #3962:
URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1935831147

   Hi @istinnstudio and @neilcsmith-net 
   I have observed that the use of the `FINEST` logging level, imported from 
`java.util.logging.Level`, does not impact clipboard functionality. Up to this 
point, I have not encountered any related issues. For reference, the 
`java.util.logging.Level` class is documented here: [Java SE Logging 
Levels](https://docs.oracle.com/javase/8/docs/api/java/util/logging/class-use/Level.html).
   
   In my experience, addressing the problem seemed to be resolved by 
scrutinizing and adjusting the configuration settings. It is possible that an 
inadvertent configuration in `netbeans.conf` might be contributing to the issue 
at hand. I recommend a thorough review of your configuration settings to 
identify and rectify any such discrepancies.
   
   Moreover, to mitigate potential issues, one could consider disabling logging 
by setting the level to `Level.OFF`. This approach could help avoid the 
complexities introduced by logging at the `FINEST` level, thereby streamlining 
the application’s performance and behavior.
   
   I kindly ask if you could perform a test on your end with the specific code 
segment related to the `NbClipboard.java`, available at: [NbClipboard.java on 
GitHub](https://github.com/mbrukman/apache-netbeans/blob/0b3b46260c795677e17c5d83627b4c7be192d1b1/o.n.bootstrap/src/org/netbeans/NbClipboard.java#L50).
 This could provide further insight into the matter and help validate the 
solution's effectiveness.
   


-- 
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: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.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

Reply via email to