[umbrello-devel] [umbrello] [Bug 338793] New: C++ import regression
Ralf Habacker
ralf.habacker at freenet.de
Wed Sep 3 22:52:50 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=338793
Bug ID: 338793
Summary: C++ import regression
Product: umbrello
Version: Git
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: general
Assignee: umbrello-devel at kde.org
Reporter: ralf.habacker at freenet.de
Importing the following c++ code snippet
class A {
public:
A();
};
results into not been able to drag the imported class to a diagram and to save
this import as xmi file
Reproducible: Always
Steps to Reproduce:
1. open umbrello
2. import the mentioned c++ code snippet
3. drag and drop class A on a class diagram
4. save project as xmi file
5. load saved xmi file
Actual Results:
1. dragging mentioned in step 3 is not possible
2. the loaded xmi file generated in step 4 do not contain class A.
Expected Results:
1. dragging should be able
2. It should be able to save the imported class into an xmi file.
The regression has been introduced with commit
c982099f15448875a393565d185b257433b6c0be.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list