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 111577 - Wrong threading in o.n.m.xml.schema.abe
Summary: Wrong threading in o.n.m.xml.schema.abe
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2007-08-01 08:59 UTC by _ rkubacki
Modified: 2008-03-17 20:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
some thread stacks (4.17 KB, text/plain)
2007-08-01 08:59 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2007-08-01 08:59:02 UTC
full IDE build from 070730, JDK 1.6.0u1, Linux

UI components needs to be manipulated in EDT. This is not the case in code from o.n.m.xml.schema.abe package. Trying to
reproduce the issue #98405 I see that a lot of components are created and added to enclosing panel in request processor
thread. This is deadlock prone solution.
Comment 1 _ rkubacki 2007-08-01 08:59:55 UTC
Created attachment 45975 [details]
some thread stacks
Comment 2 Samaresh Panda 2008-03-17 20:31:12 UTC
Fix integrated: http://hg.netbeans.org/main?cmd=changeset;node=8d0ebd95c4d6.