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 24874 - Redesign loading of window system (importing projects).
Summary: Redesign loading of window system (importing projects).
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2002-06-17 13:49 UTC by Peter Zavadsky
Modified: 2008-12-23 09:10 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 Peter Zavadsky 2002-06-17 13:49:14 UTC
There are a lot of bugs related to project import.
From them it's obvious they are caused by numerous
race conditions (the winsys GUI components are not
made thread safe enough (just partially, what is
wrong, anyway I prefer to make them not thread
safe the way typical Swing components are)).

It needs to be achieved the components are
accessed from AWT thread only, the way normal
Swing components needs to be.

See the issues (#24862, #24864, #24589 etc.).
Comment 1 Marek Grummich 2002-07-22 08:37:44 UTC
Target milestone was changed from '3.4' to TBD.
Comment 2 Marek Grummich 2002-07-22 08:57:14 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 Marian Mirilovic 2003-11-26 12:59:17 UTC
Because Window System v1 will not be supported from now by our team, all old
winsys issues (now "core/window system v1" issues) are going to be closed as
WONTFIX. 

Changes in API which emerged both from UI spec 
and problems with adjusting to the older API are described in the document
http://core.netbeans.org/windowsystem/changes.html.
 It shows also recommends how the client code should be adjusted to the new
window system.

If you think this issue apply also to the new winsys then change the
subcomponent (to "core/window system") and REOPEN it.
Comment 4 Marian Mirilovic 2004-02-27 14:13:21 UTC
issue doesn't apply to new window system - verified