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 52610 - Show Also Inherited Members blocks UI for many seconds
Summary: Show Also Inherited Members blocks UI for many seconds
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-12-17 14:40 UTC by Antonin Nebuzelsky
Modified: 2005-09-05 10:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2004-12-17 14:40:18 UTC
The button Show Also Inherited Members blocks UI
for many seconds when pressed. The processing is
done in AWT thread.
Comment 1 Antonin Nebuzelsky 2005-01-11 13:57:09 UTC
This is not a problem anymore after the fix mentioned in the issue
52607. I can work with the IDE during computation of the inherited
members without AWT blocking. AWT thread is blocked during this time
only if I move somewhere in navigator and tooltip computation is
started in AWT thread. This locks AWT thread until the computation of
inherited members finishes. But this is a problem of issue 52612.