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 63405 - NPE from OverrideAction
Summary: NPE from OverrideAction
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 10:45 UTC by _ rkubacki
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (2.67 KB, text/plain)
2005-08-31 10:46 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-08-31 10:45:31 UTC
dev build from Aug 31, JDK 1.5.0_u4

open a Java class in editor a place the cursor outside of class body (into
import section for example) and invoke override action from source menu. NPE is
thrown.
Comment 1 _ rkubacki 2005-08-31 10:46:04 UTC
Created attachment 24396 [details]
stack trace
Comment 2 Jan Becicka 2005-08-31 12:17:32 UTC
Checking in OverrideAction.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverrideAction.java,v  <-- 
OverrideAction.java
new revision: 1.30; previous revision: 1.29
done