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 106334 - operations from interfaces not being propogated to implementing class
Summary: operations from interfaces not being propogated to implementing class
Status: RESOLVED WORKSFORME
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Yang Su
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-11 23:38 UTC by George Vasick
Modified: 2007-07-02 22:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (33.02 KB, image/png)
2007-06-11 23:44 UTC, George Vasick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description George Vasick 2007-06-11 23:38:11 UTC
Steps to reporduce:

1) create new uml project, java model
2) create new class diagram
3) drop a pkg, mypkg
4) drop classes, one and two
5) drop an interface, aaa
6) add nested links from one, two, and aaa to mypkg
7) add implements link from one to aaa
8) add operation xxx to aaa
9) notice xxx is "redefined" in one
10) add implements link from tow to aaa
11) notice xxx is not "redefined" in two.
Comment 1 George Vasick 2007-06-11 23:44:37 UTC
Created attachment 43531 [details]
screenshot
Comment 2 Yang Su 2007-07-02 22:43:52 UTC
cannot reproduce it with latest build (7/1/07)