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 139564

Summary: regression in reference resolving on CLucene
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: RESOLVED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Simon 2008-07-10 10:45:34 UTC
Code model has regression comparing with golden result from July 07.
New 4 unresolved reference are appeared in the file TestSort.cpp.
Code example is:
-----------------
#define sortScores CLHashMap<TCHAR*,float_t,Compare::TChar,Deletor::tcArray, Deletor::DummyFloat>
 sortScores* sort_getScores (){
	sortScores* scoreMap = _CLNEW sortScores(true,false);
 }
-----------------
Unresolved "scoreMap".
It seems regression is in grammar because IDE show wrong message "Unexpected token"