Bug 142419

Summary: missing Ada method generation for composition and aggregation
Product: [Applications] umbrello Reporter: Mark Gardinier <mark>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: CONFIRMED ---    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: example problem

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