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 177285

Summary: AssertionError at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.<init>
Product: uml Reporter: b166er <b166er>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal CC: akash240577
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 160942
Attachments: stacktrace
stacktrace

Description b166er 2009-11-20 05:06:53 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4202-on-091103)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
b166er: try to find name in UML-Model Class-state-diagram

b166er: after opening IDE with existing uml-project, dont show any files or diagrams. click on "Find in UML Model..", search and found one element, double-clicking this element.



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent.<init>(UMLDiagramTopComponent.java:258)
        at org.netbeans.modules.uml.drawingarea.UMLDiagramManager.showDiagram(UMLDiagramManager.java:511)
        at org.netbeans.modules.uml.drawingarea.UMLDiagramManager.openDiagram(UMLDiagramManager.java:135)
        at org.netbeans.modules.uml.ui.support.DiagramBuilder.navigateToTarget(DiagramBuilder.java:110)
        at org.netbeans.modules.uml.ui.support.DiagramBuilder.navigateToFirstTarget(DiagramBuilder.java:163)
        at org.netbeans.modules.uml.ui.support.DiagramAndPresentationNavigator.navigateToPresentationTarget(DiagramAndPresentationNavigator.java:134)
Comment 1 b166er 2009-11-20 05:06:57 UTC
Created attachment 91418 [details]
stacktrace
Comment 2 akash240577 2010-08-05 19:49:55 UTC
Created attachment 101236 [details]
stacktrace

trying UML stuff
Comment 3 javydreamercsw 2010-08-06 18:15:41 UTC
Looks like there's an issue loading the diagram. Does the diagram file you are trying to open exist in disk?