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 154617

Summary: subclass is not moved to another project
Product: uml Reporter: Ivan Sidorkin <ivansidorkin>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ivan Sidorkin 2008-12-04 15:17:32 UTC
http://uml.netbeans.org/qa/nb65/SanityTests/UMLSanityTestSpecification.html#Element_References_Between_Multiple_UML

5  	Move a class element with a nested class from one project to another project

Expected:
"ClassA" should be displayed in the project tree under the Model node of UMLProj2 with "ClassB" as a subclass of "ClassA"

in fact: ClassA in UMLProj2 has empty Relationships node 
and diagram in UMLProj1 still has AlassA - is it OK?