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

Summary: Call graph does not show multiple calls within the same function
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: NavigationAssignee: danilasergeyev
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: code example

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.