Bug 402828

Summary: Quick outline navigator shows namespaces twcie
Product: [Applications] kdevelop Reporter: jd.frattini
Component: All editorsAssignee: kdevelop-bugs-null
Status: CONFIRMED ---    
Severity: normal CC: jd.frattini
Priority: NOR    
Version First Reported In: 5.3.1   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description jd.frattini 2019-01-03 16:23:53 UTC
The quick outline navigator shows namespaces twice.

If you have a header:

namespace a
{
namespace b
{
namespace c
{
struct s
{
  void f();
};
}
}
}

and in the source file:

namespace a
{
namespace b
{
namespace c
{
void s::f()
{
   // click here or place cursor here
}
}
}
}

Then the quick outline navigator will show: a::b::c::a::b::c::s::f()

On Debian Buster, Xfce, with kdevelop 5.3.1 AppImage.
This issue is redundant since many versions of kdevelop.
Comment 1 Kevin Funk 2019-01-09 09:04:27 UTC
Confirmed.