Bug 82342 - New attributes add a new datatype even if class of same name exists
Summary: New attributes add a new datatype even if class of same name exists
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 00:00 UTC by Jonathan Riddell
Modified: 2004-10-03 22:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.