| Summary: | C++ import regression | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/umbrello/e66a2cbbedf6883f1ddfb68979da7ca0cf2ab071 | Version Fixed/Implemented In: | 2.15.80 (KDE Applications 15.03.80) |
| Sentry Crash Report: | |||
Git commit e66a2cbbedf6883f1ddfb68979da7ca0cf2ab071 by Ralf Habacker. Committed on 03/09/2014 at 23:01. Pushed by habacker into branch 'master'. Partially revert commit c982099f15448875a393565d185b257433b6c0be M +1 -1 umbrello/object_factory.cpp http://commits.kde.org/umbrello/e66a2cbbedf6883f1ddfb68979da7ca0cf2ab071 |
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.