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 191233 - 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-10-21 19:55 UTC by sunbiz
Modified: 2010-10-21 19:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166378


Attachments
stacktrace (7.02 KB, text/plain)
2010-10-21 19:55 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2010-10-21 19:55:42 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
sunbiz: Double clicking on an icon in the Element Navigation




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.ui.support.DiagramBuilder.navigateToDiagram(DiagramBuilder.java:208)
   at org.netbeans.modules.uml.ui.support.presentationnavigation.JNavigationTreeTable.handleNavigation(JNavigationTreeTable.java:169)
   at org.netbeans.modules.uml.ui.support.presentationnavigation.JNavigationTreeTable$TreeMouseHandler.mousePressed(JNavigationTreeTable.java:242)
Comment 1 sunbiz 2010-10-21 19:55:48 UTC
Created attachment 102553 [details]
stacktrace