Bug 402828 - Quick outline navigator shows namespaces twcie
Summary: Quick outline navigator shows namespaces twcie
Status: CONFIRMED
Alias: None
Product: kdevelop
Classification: Applications
Component: All editors (show other bugs)
Version: 5.3.1
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-03 16:23 UTC by jd.frattini
Modified: 2019-02-02 13:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.