| Summary: |
Umbrello does not import c++ datatype references |
| Product: |
[Applications] umbrello
|
Reporter: |
Ralf Habacker <ralf.habacker> |
| Component: |
general | Assignee: |
Umbrello Development Group <umbrello-devel> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
2.18.3 (KDE Applications 15.12.3) | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Other | |
|
| OS: |
All | |
|
|
Latest Commit:
|
http://commits.kde.org/umbrello/371b78c2d2cfffe78a5a9440ef0e56bed3180fa0
|
Version Fixed/Implemented In:
|
2.20.3 (KDE Applications 16.08.03)
|
|
Sentry Crash Report:
|
|
| |
| Bug Depends on: |
|
|
|
| Bug Blocks: |
371274
|
|
|
Importing c++ code having a datatype reference e.g. namespace ANameSpace { typedef int& someType; } fails to import the reference. Reproducible: Always Steps to Reproduce: 1. start umbrello 2. import test case Actual Results: The imported datatype references 'int'. Expected Results: The imported datatype should reference 'int&'.