[umbrello] [Bug 368082] New: Import c++ "interface" classes
    Ralf Habacker via KDE Bugzilla 
    bugzilla_noreply at kde.org
       
    Thu Sep  1 06:32:17 UTC 2016
    
    
  
https://bugs.kde.org/show_bug.cgi?id=368082
            Bug ID: 368082
           Summary: Import c++ "interface" classes
           Product: umbrello
           Version: 2.19.2 (KDE Applications 16.04.2)
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: umbrello-devel at kde.org
          Reporter: ralf.habacker at freenet.de
Umbrello supports modeling of "interfaces", which initial came from java (see
https://docs.oracle.com/javase/tutorial/java/concepts/interface.html). In c++
interface are also possible and are identified by having only pure virtual
methods and static const data members  (see
http://stackoverflow.com/questions/12854778/abstract-class-vs-interface-in-c). 
It would be nice if the c++ importer would be able to support this by tagging
related imported classes as "interface".
Reproducible: Always
Steps to Reproduce:
1. start umbrello
2. import appended test case
Actual Results:  
In the class property the imported class do not have the stereotype
"interface".
Expected Results:  
The imported class should have the stereotype "interface".
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the umbrello-devel
mailing list