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 47722 - super implementation rise an Exception
Summary: super implementation rise an Exception
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 17:08 UTC by FabioBudai
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack (2.27 KB, text/plain)
2004-08-23 17:13 UTC, FabioBudai
Details
nb log file (81.07 KB, text/plain)
2004-08-23 17:13 UTC, FabioBudai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FabioBudai 2004-08-23 17:08:37 UTC
NB 4.0. beta1, on WinXp
-----------------------
While doing "super implementation" of
AbstractDocument.Content.getString()
I got the Exception in the attached file.
I repeat this twice.
Comment 1 FabioBudai 2004-08-23 17:13:00 UTC
Created attachment 17042 [details]
Exception stack
Comment 2 FabioBudai 2004-08-23 17:13:50 UTC
Created attachment 17043 [details]
nb log file
Comment 3 Dusan Balek 2004-08-24 09:28:17 UTC
The problem is that getSuperClass() called on an interface returns
null. Shouldn't it return java.lang.Object instead?
Reassigning to javacore for further evaluation.
Comment 4 Martin Matula 2004-08-24 14:31:41 UTC
Fixed.

Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaClassImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/JavaClassImpl.java,v
 <--  JavaClassImpl.java
new revision: 1.29; previous revision: 1.28
done
Comment 5 Quality Engineering 2007-09-20 11:52:29 UTC
Reorganization of java component