Summary: | c++ importer does not recognize inline keyword | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | importer | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.24.3 (KDE Applications 17.12.3) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/40018f4fb5a0474a5a296c01cd02677a2d5f4247 | Version Fixed In: | 2.25.80 (KDE Applications 18.07.80) |
Sentry Crash Report: |
Description
Ralf Habacker
2018-04-05 19:42:10 UTC
Git commit 40018f4fb5a0474a5a296c01cd02677a2d5f4247 by Ralf Habacker. Committed on 05/04/2018 at 20:42. Pushed by habacker into branch 'master'. Fix 'c++ importer does not recognize inline keyword' Added also a c++ test case for this keyword. FIXED-IN: 2.25.80 (KDE Applications 18.07.80) A +4 -0 test/import/cxx/inline-methods.h [License: UNKNOWN] * M +12 -6 umbrello/codeimport/kdevcppparser/cpptree2uml.cpp M +5 -1 umbrello/dialogs/umloperationdialog.cpp M +1 -0 umbrello/dialogs/umloperationdialog.h M +19 -0 umbrello/uml1model/operation.cpp M +3 -0 umbrello/uml1model/operation.h M +2 -2 umbrello/version.h The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://commits.kde.org/umbrello/40018f4fb5a0474a5a296c01cd02677a2d5f4247 Git commit 5ced4fff73b4f57d8f5ed5c0750b7cc496eff3d6 by Ralf Habacker. Committed on 08/04/2018 at 22:30. Pushed by habacker into branch 'master'. Fixup of commit 40018f4fb - document xmi attribute 'isInline' The xmi 'isInline' attribute has been added by the associated commit and is documented in uml-1.4-umbrello.dtd because it is umbrello-specific. M +2 -1 doc/xml/uml-1.4-umbrello.dtd https://commits.kde.org/umbrello/5ced4fff73b4f57d8f5ed5c0750b7cc496eff3d6 Git commit 2e90bfc2764cdfcaf7f4b16642e8a167d98312e3 by Ralf Habacker. Committed on 08/04/2018 at 22:33. Pushed by habacker into branch 'master'. Fixup of commit 40018f4fb Fix copy and paste error on saving inline operation state. M +3 -1 umbrello/uml1model/operation.cpp https://commits.kde.org/umbrello/2e90bfc2764cdfcaf7f4b16642e8a167d98312e3 |