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 32465 - Force all calls to explorer package to be from AWT-queue
Summary: Force all calls to explorer package to be from AWT-queue
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: t_h
URL:
Keywords: THREAD
Depends on: 35833
Blocks: 30561
  Show dependency tree
 
Reported: 2003-03-28 15:22 UTC by Jiri Rechtacek
Modified: 2008-12-22 13:35 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 Jiri Rechtacek 2003-03-28 15:22:52 UTC
All calls to explorer package should be only from
AWT-queue. explorer and  explorer/view package
contains visualization of data thus calls and
events must be from AWT. The change events in
ExplorerManager are replanned to AWT-queue now but
it can lead to a unexpected behavior.
Comment 1 Jiri Rechtacek 2003-03-28 15:24:49 UTC
See also issue 27462 - Some ExplorerViews do not conform to Swing
Thread Model.
Comment 2 Jesse Glick 2003-10-16 20:15:09 UTC
Will probably be fixed in issue #35833's branch.
Comment 3 Jiri Rechtacek 2004-04-23 10:46:22 UTC
Assigned to new owner.
Comment 4 Antonin Nebuzelsky 2008-02-07 16:14:59 UTC
Reassigning to new module owner Tomas Holy.
Comment 5 t_h 2008-10-20 09:32:10 UTC
Probably no real benefits over current state.