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 24794 - Implement a symbol name resolver
Summary: Implement a symbol name resolver
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 18:08 UTC by Pavel Flaska
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 Pavel Flaska 2002-06-14 18:08:38 UTC
We need an utility, which can resolve textual
symbol names given a place where they are to be
used in the source model. So, for example, the
utility will yield "java.util.Collection" for a
"Collection" given that the source contains
Collection import.
Comment 1 Tomas Hurka 2002-11-18 13:12:51 UTC
First simple version implemented in meta_2 branch. It can resolve
simple names. The resolver context is specified as class type.  
Comment 2 Pavel Flaska 2004-03-18 10:12:56 UTC
Done in meta_2 branch.