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 - regression in reference resolving on CLucene
Summary: regression in reference resolving on CLucene
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: nnnnnk
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-07-10 10:45 UTC by Alexander Simon
Modified: 2008-07-10 15:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"