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

Summary: Resolve names correctly
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 75883, 77189    
Bug Blocks:    

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.