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 136863 - A UI action is performed outside of EDT
Summary: A UI action is performed outside of EDT
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sonali Kochar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-09 23:14 UTC by Kirill Sorokin
Modified: 2008-06-10 22:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace (1.97 KB, text/plain)
2008-06-09 23:15 UTC, Kirill Sorokin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2008-06-09 23:14:22 UTC
Attached is an exception encountered by supernikita. Apparently, SharedUtils.showDeleteRefactoringUI does not enforce
operating in the event thread.
Comment 1 Kirill Sorokin 2008-06-09 23:15:32 UTC
Created attachment 62588 [details]
Stacktrace
Comment 2 Samaresh Panda 2008-06-10 19:13:15 UTC
This is interesting. If this was the case, then we should be able to reproduce it consistently. If you look
RefactoringPanel code, it calls checkEventThread for almost everything. However, I do not see any exception.
Comment 3 Kirill Sorokin 2008-06-10 20:20:39 UTC
The bad part is that I don't see this either. But I decided to file anyway, as if it happened once, it could as well
happen again. I guess we should also ask Nikita more about his environment. CC-ing him.
Comment 4 Samaresh Panda 2008-06-10 22:29:18 UTC
Fixed: http://hg.netbeans.org/main/rev/e49a53f93f9d.