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 44997 - NPE: InheritanceSupport2.collectClassMethods
Summary: NPE: InheritanceSupport2.collectClassMethods
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 14:23 UTC by Lukas Hasik
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 Lukas Hasik 2004-06-16 14:23:18 UTC
[200406151800]

Tools->Override Methods... when selected node
Main.java from just created project


*********** Exception occurred ************ at
3:15 PM on Jun 16, 2004
Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at
org.netbeans.modules.java.tools.InheritanceSupport2.collectClassMethods(InheritanceSupport2.java:380)
	at
org.netbeans.modules.java.tools.InheritanceSupport2.run(InheritanceSupport2.java:272)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 Martin Matula 2004-07-28 15:26:22 UTC
Reassigning to Dan.
Comment 2 Daniel Prusa 2004-08-04 12:33:19 UTC
Fixed.
Checking in InheritanceSupport2.java;
/cvs/java/src/org/netbeans/modules/java/tools/InheritanceSupport2.java,v
 <--  InheritanceSupport2.java
new revision: 1.9; previous revision: 1.8
Comment 3 Lukas Hasik 2004-09-02 12:52:09 UTC
seems to be ok