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 140711 - CallGraph graph view don't remove changes
Summary: CallGraph graph view don't remove changes
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 11:22 UTC by avp
Modified: 2013-05-19 14:22 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 avp 2008-07-18 11:22:03 UTC
Code 
main.cpp
void Q2();
void Q1(){Q1();};
void Q2(){Q2();};
int main()
{
    Q2();
    Q1();
}

Step for reproduce:
1. Run Call Graph
3. Expand Q2
4. Expand Q1
 - was added arrow to Q2
5. Collapse Q1
 - no changes in graph
 - expected arrow remove
6. Call Refresh
 - arrow was removed.
I think if exists possibilities correct graph when treeview is expanding would be great when would exists and
possibilities correct graphview when user collapse treeview whithout refreshing becouse refresh call rearrange and
refresh don't respect user changes (moving graph nodes)
Comment 1 Alexander Simon 2008-11-17 19:50:08 UTC
I do not understand issue.
It is about pictorial part?
NB 6.5 do not support pictorial graph part ;-)