[umbrello-devel] [umbrello] [Bug 336810] New: Incorrect namespace assignment of base class with c++ import

Ralf Habacker ralf.habacker at freenet.de
Fri Jun 27 20:44:41 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=336810

            Bug ID: 336810
           Summary: Incorrect namespace assignment of base class with c++
                    import
    Classification: Unclassified
           Product: umbrello
           Version: 2.13.2
          Platform: unspecified
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: umbrello-devel at kde.org
          Reporter: ralf.habacker at freenet.de

Importing the following code fragment 

namespace NameSpace {
class NameSpacedClass {};
class AnotherNameSpacedClass : public NameSpacedClass {};
}

results into wrong namespace assignments of the base class. 


Reproducible: Always

Steps to Reproduce:
1. open umbrello
2. import the appended c++ header

Actual Results:  
The class NameSpacedClass() is located in the global name space, which is
wrong. 

Expected Results:  
The class NameSpaceClass() should be located into the NameSpace namespace

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list