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 76153 - Resolve names correctly
Summary: Resolve names correctly
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on: 75883 77189
Blocks:
  Show dependency tree
 
Reported: 2006-05-10 13:05 UTC by Vladimir Kvashin
Modified: 2009-11-17 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 Vladimir Kvashin 2006-05-10 13:05:12 UTC
Names should be resolved correctly. In particular, the following should be taken
into account:
	- using declarations, aliases and directives 
	  (in current file and #includes)
	- overloads 
	- type conversions
	- template members
	- template specializations
Comment 1 Vladimir Kvashin 2006-05-10 13:15:10 UTC
This task is extremely long. It should be divided into several steps. Each
particular step is a subject of a separate CR.
Comment 2 Alexey Vladykin 2009-11-17 09:14:11 UTC
Now the IDE is very smart about resolving names.