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 247311 - Call graph does not show multiple calls within the same function
Summary: Call graph does not show multiple calls within the same function
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 16:57 UTC by Vladimir Kvashin
Modified: 2015-07-13 18:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
code example (48.94 KB, application/octet-stream)
2014-09-19 16:57 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-09-19 16:57:55 UTC
Created attachment 149375 [details]
code example

Consider the following example (fs_server.c). Select sigaction_wrapper function, invoke Call Graph ("Who Calls this Function" mode). It shows that it is called from startup() function. That's correct. But in fact it is called 5 times from this function, while the lower pane shows only first occurrence.