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 43290 - [perf] Closing refactoring window with usages blocks AWT thread for a long time
Summary: [perf] Closing refactoring window with usages blocks AWT thread for a long time
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-05-14 16:59 UTC by Antonin Nebuzelsky
Modified: 2007-04-03 18:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (16.35 KB, text/plain)
2004-05-14 16:59 UTC, Antonin Nebuzelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2004-05-14 16:59:07 UTC
Closing a refactoring window "Usages of FOO" 
takes a long time if the number of usages is 
high. During this time AWT thread is blocked.

See the attachment for one thread dump taken 
during the closing of the window. However, this 
is just one snapshot which cannot tell what is 
being done in AWT during the whole action. You 
must do a more thorough analysis.
Comment 1 Antonin Nebuzelsky 2004-05-14 16:59:44 UTC
Created attachment 14876 [details]
Thread dump
Comment 2 Martin Matula 2004-05-20 00:27:40 UTC
We still need to investigate what causes this.
Comment 3 Martin Matula 2004-06-19 23:01:50 UTC
This does not seem to occur anymore (I tried it with usages of jEdit
and other usages in MDR codebase and I never experieced it)
Comment 4 Antonin Nebuzelsky 2004-07-12 16:05:05 UTC
I did not see it lately too.