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 - AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.uml.drawingarea.actions.SelectAllAction@58301d
Summary: AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.u...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-07 19:02 UTC by javydreamercsw
Modified: 2013-08-12 07:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202888


Attachments
stacktrace (2.78 KB, text/plain)
2013-08-07 19:02 UTC, javydreamercsw
Details

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