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 56648 - Repeated selection of Inheritance view always recomputes the content
Summary: Repeated selection of Inheritance view always recomputes the content
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-03-18 14:50 UTC by _ rkubacki
Modified: 2005-08-12 13:11 UTC (History)
1 user (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 _ rkubacki 2005-03-18 14:50:38 UTC
dev build from Mar 18, JDK 1.5.0

When I select inheritance view in navigator and then do it again (first time I
hit it by mistake) it always starts a computing of the content. This is not
friendly namely in some GUI class with not simple inheritance tree.
Comment 1 David Simonek 2005-03-21 17:05:35 UTC
1) Do you mean selecting inheritance view in combo?
2) I tend to consider this to be no problem for user now - I checked - second,
third and other computation of classes like JTable took just fraction of the
second, looking fast...

Anyway, this could be a problem for some slow views in future, so I can probably
stop combo action from doing anything if selected value is the same as before
action...
Comment 2 David Simonek 2005-03-22 16:48:45 UTC
/cvs/objectbrowser/navigator/src/org/netbeans/modules/navigator/Navigator.java,v
 <--  Navigator.java
new revision: 1.30; previous revision: 1.29