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 - Improve logging if clipboard is unresponsive
Summary: Improve logging if clipboard is unresponsive
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 15:38 UTC by _ gtzabari
Modified: 2014-06-15 01:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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