[Bug 61263] New: find callers of functions
Rüdiger Koch
rkoch at amygdala.org
Tue Jul 15 10:44:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=61263
Summary: find callers of functions
Product: kdevelop
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: rkoch at amygdala.org
Version: (using KDE KDE 3.1KDE 1.2)
Installed from: SuSE RPMsSuSE RPMs
Sniff allows to find all locations from where a selected function is called. KDevelop already allows to 'grep foo(' in the context menu of the class treeview. While this feature doesn't work for me at all it would not do a good job since:
1. It finds calls of the same function name belonging to a different class
2. It doesn't find calls of functions if there are whitespaces between the function name and the left bracket such as foo->bar ();
3. It doesn't distinguish between overloaded functions
More information about the KDevelop-devel
mailing list