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 - AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.uml.drawingarea.actions.SelectAllAction@1f59ba6
Summary: AssertionError: ContextAwareAction cannot return null: org.netbeans.modules.u...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 09:23 UTC by engineer
Modified: 2010-06-09 12:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 121444


Attachments
stacktrace (2.17 KB, text/plain)
2009-05-04 09:23 UTC, engineer
Details

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