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 26090 - Unresolved superclass instance
Summary: Unresolved superclass instance
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-29 15:13 UTC by Tomas Hurka
Modified: 2002-07-31 12:40 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 Tomas Hurka 2002-07-29 15:13:40 UTC
In some cases superclass instance is resolved
incorrectly by
StorableClass.resolveInstanceSuperclass(). 
How to reproduce:
1) Load java metamodel available in clazz module
brach meta_1 
2) Try to create class physical.Field. It fails
with the following error:
Implementation of derived element not found.
ClassName:
org.netbeans.modules.java.api.model.physical.impl.FieldImpl
Comment 1 Martin Matula 2002-07-31 00:10:49 UTC
Hopefully I have fixed it, but please verify - I haven't tested it...
Comment 2 Tomas Hurka 2002-07-31 12:40:07 UTC
Yes, it works OK. Thanks.