Bug 112551

Summary: "make member" doesn't obey namespace inclusion
Product: [Applications] kdevelop Reporter: greatbunzinni
Component: Language Support: CPP (old)Assignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.2.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***