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 50650 - NPE in OverrideAction.performAction
Summary: NPE in OverrideAction.performAction
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-20 12:31 UTC by Martin Roskanin
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Roskanin 2004-10-20 12:31:22 UTC
For reproduction follow the steps in issue #50635

java.lang.NullPointerException
	at
org.netbeans.modules.java.tools.OverrideAction.performAction(OverrideAction.java:109)
	at
org.openide.util.actions.NodeAction$3.run(NodeAction.java:440)
	at
org.openide.util.actions.CallableSystemAction.doPerformAction(CallableSystemAction.java:116)
	at
org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:438)
	at
org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:695)
...
Comment 1 Martin Matula 2004-10-20 16:46:52 UTC
Dane, please look at it.
Comment 2 Daniel Prusa 2004-10-21 09:01:10 UTC
Checking in OverrideAction.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverrideAction.java,v 
<--  OverrideAction.java
new revision: 1.21; previous revision: 1.20