Bug 112551 - "make member" doesn't obey namespace inclusion
Summary: "make member" doesn't obey namespace inclusion
Status: RESOLVED DUPLICATE of bug 70244
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 3.2.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 20:02 UTC by greatbunzinni
Modified: 2007-01-06 12:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description greatbunzinni 2005-09-13 20:02:24 UTC
Version:           3.2.1 (using KDE KDE 3.4.2)

if a class definition is contained in a namespace and we run "make member" on a member definition, the method which is created isn't created inside the namespace definition.
Comment 1 greatbunzinni 2005-09-14 00:07:24 UTC
Aditional info: I believe that the bug lies in the "make member" functionality not  detecting that there is already a namespace in the implementation file and therefore it doesn't include the implementation inside of the pre-existing namespace.
Comment 2 Daniel Franke 2005-09-14 09:30:39 UTC
See also: https://bugs.kde.org/show_bug.cgi?id=70244
Comment 3 Alexander Dymo 2007-01-06 12:55:54 UTC

*** This bug has been marked as a duplicate of 70244 ***