This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 83460 - Changing attribute type to exesting class does not create composition link
Summary: Changing attribute type to exesting class does not create composition link
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 11:10 UTC by bugbridge
Modified: 2009-05-25 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-08-25 11:10:35 UTC
Original submitter: mikk

Description:
Steps to reproduce:
 - create a java project
 - create UML project by reverse engineeringthe java project
 - create 2 classes in UML project: ClassA and ClassB
 - create a class diagram, add both classes there
 - go to ClassA source
 - create attribute of type int.
 - attribute should be added to class on the diagram
 - switch to ClassA source, change attribute type to ClassB
Attribute type will be changed in model but Composition link will not be created
on the diagram