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 164365

Summary: AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.uml.drawingarea.actions.SelectAllAction@1f59ba6
Product: uml Reporter: engineer <engineer>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker CC: mcseemz
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=121444
Issue Type: DEFECT Exception Reporter: 121444
Attachments: stacktrace

Description engineer 2009-05-04 09:23:28 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.uml.drawingarea.actions.SelectAllAction@1f59ba6
        at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1028)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2895)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2812)
        at org.netbeans.modules.form.HandleLayer.processKeyEvent(HandleLayer.java:822)
        at java.awt.Component.processEvent(Component.java:5993)
        at java.awt.Container.processEvent(Container.java:2041)
Comment 1 engineer 2009-05-04 09:23:41 UTC
Created attachment 81452 [details]
stacktrace