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-de...@kde.org Reporter: ralf.habac...@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 watching all bug changes.