Bug 142419 - missing Ada method generation for composition and aggregation
Summary: missing Ada method generation for composition and aggregation
Status: CONFIRMED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 21:49 UTC by Mark Gardinier
Modified: 2007-03-04 12:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
example problem (3.30 KB, application/x-bzip2)
2007-03-02 21:50 UTC, Mark Gardinier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Gardinier 2007-03-02 21:49:45 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Fedora RPMs
OS:                Linux

Automated methods are created in the spec of an Ada95 package for every attribute in the tagged record except attributes created by aggregation and compositions.  Because of this, each time the code is generated from the model the specs have to be hand edited to include these methods.

It sure would be great if the methods were autogenerated like they are for the other attributes.  Then, every spec containing composition/aggregation attributes would not have to be rewritten when the code is regenerated for the entire model.

See attachement.
Comment 1 Mark Gardinier 2007-03-02 21:50:22 UTC
Created attachment 19866 [details]
example problem