Bug 399293

Summary: Check code navigation display of parameters for a function template
Product: [Applications] kdevelop Reporter: Markus Elfring <Markus.Elfring>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.2.4   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Source code example for the usage of a function template with two parameters
Excerpt from a screenshot for a questionable code navigation display

Description Markus Elfring 2018-10-01 20:56:30 UTC
Created attachment 115352 [details]
Source code example for the usage of a function template with two parameters

I have constructed a simple function template with two parameters.
The code navigation window is displayed by the application “KDevelop 5.2.4-43.3” if I position the mouse pointer on the function template instantiation. Now I wonder why the function parameter list is shown as if a template parameter became an argument name instead of the expected identifier “pointer”.
Should more implementation details be considered here from such a small source code example?
Comment 1 Markus Elfring 2018-10-01 21:00:10 UTC
Created attachment 115353 [details]
Excerpt from a screenshot for a questionable code navigation display
Comment 2 Justin Zobel 2022-12-01 04:34:31 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 3 Markus Elfring 2022-12-01 19:20:17 UTC
(In reply to Justin Zobel from comment #2)
I could not reproduce the reported display situation together with the program “KDevelop 22.08.3-1.2” on my current system configuration.