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

Summary: NPE in OverrideAction.performAction
Product: java Reporter: Martin Roskanin <mroskanin>
Component: UnsupportedAssignee: Daniel Prusa <dprusa>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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