This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243774

Summary: Improve logging if clipboard is unresponsive
Product: platform Reporter: _ gtzabari <gtzabari>
Component: Window SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ gtzabari 2014-04-11 15:38:33 UTC
I'd like to recommend two changes to bug #88161.

1. Increase the timeout from 100ms to 300ms.
2. Log a warning when a timeout occurs.

Right now, even if we generate logs for you to analyze, you won't know that a timeout had even occurred.
Comment 1 Jaroslav Tulach 2014-05-30 07:45:50 UTC
ergonomics#82258e2e1c47
tag:         tip
user:        Jaroslav Tulach <jtulach@netbeans.org>
date:        Fri May 30 09:44:12 2014 +0200
summary:     #243774: Log when time out occurs


The timeout seems to be 1s by default and is configurable by a property: e.g. not addressing #1.
Comment 2 _ gtzabari 2014-05-30 14:52:24 UTC
What about #2? Was that fixed?
Comment 3 Quality Engineering 2014-06-15 01:30:49 UTC
Integrated into 'main-silver', will be available in build *201406150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/82258e2e1c47
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #243774: Log when time out occurs