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 20363 - Remove hard-coded timeouts from code
Summary: Remove hard-coded timeouts from code
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks: 19506
  Show dependency tree
 
Reported: 2002-02-08 13:51 UTC by _ rkubacki
Modified: 2003-12-11 14:21 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-02-08 13:51:35 UTC
There are some timeouts in browsers.
Some of them use Thread.sleep, another are related to DDE operation timeouts.

They should be avoided or if they are really neceseary put into expert
properties set to allow customization of their values.
Comment 1 Marek Grummich 2002-07-22 09:51:08 UTC
Set target milestone to TBD
Comment 2 _ rkubacki 2002-10-04 08:00:24 UTC
DDE timeouts cannot be eliminated so they need to be configurable
either from UI or at least by using some documented system property.
Comment 3 Martin Grebac 2003-11-06 13:57:52 UTC
The timeouts have been removed. Browser start timeout is visible to
user, DDE timeouts are hidden properties for now.