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

Summary: do not allow generalization link from outer to nested class
Product: uml Reporter: Andrew Korostelev <akorostelev>
Component: Diagram ClassAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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