https://bugs.kde.org/show_bug.cgi?id=384635
Bug ID: 384635
Summary: "Show uses" shows duplicate entries for nested struct
members
Product: kdevelop
Version: 5.1.2
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When I click on "show uses" on a struct member I get duplicates listings. Worst
thing I have seen so far is that the member declaration showed up 4 times. This
reduced to 2 after I switched the declaration from:
typedef struct foo { struct bar { int baz; }; } foo;
to just
struct foo { … };
For direct members of foo the declaration is only shown once.
I've also seen multiple instances of the uses shown up, but not found a pattern
in that yet.
--
You are receiving this mail because:
You are watching all bug changes.