When performing a query using CscopeFinder, e.g. find functions calling this, or find this C symbol, typically the same entry appears twice (sometimes more) in the dialog that opens.
In one case, I selected a function name in the current buffer, and the action "find functions calling this" opened a dialog with 10 items, all of which were set to the very same source line! I checked the cscope.out file, and it contained a single entry for that line.
Logged In: YES
user_id=1477607
Originator: YES
I just noticed that in the case of the 10-item dialog, all of which refer to the same source location, cscope itself shows 5 different functions calling the selected name, however it shows the same source location for all 5 functions. Hence, the problem with CscopeFinder is only that it shows each cscope entry twice instead of once.
Thinking again about it - same happens in ErrorList. Is the same List widget used by both? Maybe the problem is in the List widget...
Logged In: YES
user_id=935841
Originator: NO
ASsigning to Dean Hall, author of cscope finder plugin.