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

   @istinnstudio the logs look like a clean run (from the NetBeans side at 
least). The content is right, the call to set the content in the clipboard does 
not fail, so from our end all looks fine. Even if the setting would fail, it is 
not expected, that it is empty.
   
   For your questions: the "Last record repeated again" message is an 
optimization from netbeans (not sure whether I agree with this):
   
   
https://github.com/apache/netbeans/blob/f48f91e6c197d8a40bd82fc2f2d12a4e71242afe/platform/core.startup/src/org/netbeans/core/startup/logging/MessagesHandler.java#L187-L200
   
   This also explains the timestamp difference as the new message is 
synthesized later than the original message. 
   
   Your testcode does not show what is in the clipboard when it fails. It might 
be completely empty or just unsupported flavors, it might reveal something if 
you output that.
   
   If that does not show more, I'm inclined to cleanup the "repeat fetch" 
commit from my test branch and get that in. That might already fix cases and 
maybe we are looking at an artificial problem here.


-- 
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

Reply via email to