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 136389 - *CallGraph*: Tree data should be cached
Summary: *CallGraph*: Tree data should be cached
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-03 15:28 UTC by dnikitin
Modified: 2008-11-18 20:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnikitin 2008-06-03 15:28:48 UTC
-- open Quote
-- invoke Call Graph for main function
==> I see a label "Loading.." while a tree in CallGraph view is loading -- it's ok
-- switch to 'Who calls' and back to 'Who is called'
==> I see "Loading..." again for several seconds.
I didn't change anything in sources and didn't click refresh button, why I should waiting for 'loading...'.
I think tree data should be cached in order to avoid 'loading..' every time when user switch between 'Who calls' and
'Who is called' option.
Comment 1 Alexander Simon 2008-11-18 20:00:27 UTC
Is it performance issue?
I do not think so.
Performance of call graph in NB 6.5 is good enough.