Bug 82342

Summary: New attributes add a new datatype even if class of same name exists
Product: [Applications] umbrello Reporter: Jonathan Riddell <jr>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonathan Riddell 2004-05-28 00:00:25 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Adding an attribute to a class creates a datatype for the type of attribute if it doesn't already exist.

Add an attribute of type new_class and it will try and add a datatype, which it shouldn't.
Comment 1 Oliver Kellogg 2004-10-03 22:01:29 UTC
Changed to only create a datatype if it's obviously
a pointer (C++).
This means that C++ typedefs of pointers, Ada
access types, and other reference types are created
as a class, which is not correct.