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 - 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: 2009-11-20 05:06 UTC by b166er
Modified: 2010-09-27 12:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160942


Attachments
stacktrace (3.48 KB, text/plain)
2009-11-20 05:06 UTC, b166er
Details
stacktrace (3.28 KB, text/plain)
2010-08-05 19:49 UTC, akash240577
Details

Note You need to log in before you can comment on or make changes to this bug.
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?