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 106106 - do not allow generalization link from outer to nested class
Summary: do not allow generalization link from outer to nested class
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-08 10:37 UTC by Andrew Korostelev
Modified: 2007-06-08 10:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2007-06-08 10:37:15 UTC
it should be prohibited in Java-Model uml project to add generalization link
from class element to it's nested class.

After fixing issue 86300 'extends' clause is not generated into source.

but user still can be confused by having differences between source and model.
especially in the case:
- outer and nested classes are on diagram
- nested link is not displayed on diagram (was removed or because of issue 78374)
- it is allowed to draw generalization link

but inheritance is not generated into source
Comment 1 Andrew Korostelev 2007-06-08 10:41:37 UTC
see also enhancement issue 106107