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 83933 - Representation of aggregation is different for identical attributes
Summary: Representation of aggregation is different for identical attributes
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 14:54 UTC by bugbridge
Modified: 2006-08-31 14:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Attached image (241.48 KB, image/png)
2006-08-31 14:56 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-08-31 14:54:20 UTC
Description:

Steps to reproduce:
- Create a class diagram
- Draw a new class (TheClass)
- Add an attribute: 'private TheClass inst1'
- goto source editor and type (line next to inst1 declaration):
  private TheClass inst2;
- Press Ctrl-S
- Press Re-Layout

As a result you see that 'inst1' is an attribute of the TheClass. But 'inst2'
stands separately. (See attached image).
Comment 1 Alexandr Scherbatiy 2006-08-31 14:56:26 UTC
Created attachment 33474 [details]
Attached image