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 28134 - ClassDescriptor resolver
Summary: ClassDescriptor resolver
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-20 21:11 UTC by Tomas Hurka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Hurka 2002-10-20 21:11:42 UTC
We will need ClassDescriptor resolver. Due to inconsistent 
source there can be a situation when simple type name 
cannot be resolved to FQN because referenced class or its 
package is not available or its codebase is not part of 
current classpath. This situation occurs mainly when using 
package import and then resolving simple name against this 
package. The ClassDescriptor resolver should monitor 
adding new codebases to classpath and new classes to 
codebase and consequently it should find and try to 
resolve unresolved ClassDecriptors with the same simple 
name as those of added classes.
Comment 1 Pavel Flaska 2004-03-18 10:15:14 UTC
The task is obsolete and it does not describe current module design.
Closing as INVALID.