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 189725 - AssertionError at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.<init>
Summary: AssertionError at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-20 17:11 UTC by sunbiz
Modified: 2010-08-20 17:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158914


Attachments
stacktrace (4.46 KB, text/plain)
2010-08-20 17:11 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2010-08-20 17:11:12 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows Server 2008 R2

User Comments:
GUEST: Closed UML project and reopened

brichacekz: The error occurred after while opening UML project.

sunbiz: 1.) Created UML Project
2.) Created Class Diagram
3.) Added Element Class - 'Person'
4.) Added 2 more Elements inside Person - 'Patient', 'User'
5.) Saved the Class Diagram and Closed the project
6.) Re-opened the project and got this exception




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.<init>(UMLDiagramTopComponent.java:261)
   at org.netbeans.modules.uml.drawingarea.UMLDiagramManager.showDiagram(UMLDiagramManager.java:514)
   at org.netbeans.modules.uml.drawingarea.UMLDiagramManager.openDiagram(UMLDiagramManager.java:138)
   at org.netbeans.modules.uml.drawingarea.dataobject.UMLDiagramEditorSupport.openDiagramEditor(UMLDiagramEditorSupport.java:91)
   at org.netbeans.modules.uml.drawingarea.dataobject.UMLDiagramDataObject$OpenViewEdit.open(UMLDiagramDataObject.java:158)
   at org.netbeans.modules.uml.drawingarea.dataobject.UMLDiagramDataObject$OpenViewEdit.edit(UMLDiagramDataObject.java:170)
Comment 1 sunbiz 2010-08-20 17:11:17 UTC
Created attachment 101570 [details]
stacktrace