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 234096

Summary: AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.uml.drawingarea.actions.SelectAllAction@58301d
Product: uml Reporter: javydreamercsw <javydreamercsw>
Component: GeneralAssignee: issues@uml <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202888
Attachments: stacktrace

Description javydreamercsw 2013-08-07 19:02:29 UTC
Build: NetBeans IDE Dev (Build 201308062300)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
javydreamercsw: Ctrl+A on form designer. Was trying to select all elements on the form to copy them.




Stacktrace: 
java.lang.AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.uml.drawingarea.actions.SelectAllAction@58301d
   at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1152)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2940)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2842)
   at org.netbeans.modules.form.HandleLayer.processKeyEvent(HandleLayer.java:896)
   at java.awt.Component.processEvent(Component.java:6282)
   at java.awt.Container.processEvent(Container.java:2229)
Comment 1 javydreamercsw 2013-08-07 19:02:30 UTC
Created attachment 138416 [details]
stacktrace