Bug 371400

Summary: Umbrello does not import c++ datatype references
Product: [Applications] umbrello Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.18.3 (KDE Applications 15.12.3)   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In: 2.20.3 (KDE Applications 16.08.03)
Bug Depends on:    
Bug Blocks: 371274    

Description Ralf Habacker 2016-10-21 07:47:41 UTC
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&'.
Comment 1 Ralf Habacker 2016-10-21 07:51:52 UTC
Git commit 371b78c2d2cfffe78a5a9440ef0e56bed3180fa0 by Ralf Habacker.
Committed on 21/10/2016 at 07:51.
Pushed by habacker into branch 'Applications/16.08'.

Fix 'Umbrello does not import c++ datatype references'.
FIXED-IN:2.20.3 (KDE Applications 16.08.03)

M  +1    -1    umbrello/codeimport/kdevcppparser/cpptree2uml.cpp

http://commits.kde.org/umbrello/371b78c2d2cfffe78a5a9440ef0e56bed3180fa0