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 210692

Summary: a lot of "Unable to resolve identifier true" or "Unable to resolve identifier false" (inaccuracy tests)
Product: cnd Reporter: soldatov <soldatov>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P1    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2012-04-04 12:10:08 UTC
see test results on vvv-qa

a lot of new failures:
Unable to resolve identifier true
Unable to resolve identifier false
Comment 1 Alexander Simon 2012-04-04 16:16:40 UTC
Regression after introducing C++11 standard.
Old state:
- Language flavor is a property of item.
New state:
- Language flavor is a property of compiler configuration.
- Language flavor from item is not used.
- No conversion from item flavor to compiler configuration flavor for old projects.
- Discovery works with item flavor.
So problems:
- Degradation in code model in old projects.
- New projects with existing code (or from binary) have wrong language flavor.
Comment 3 Quality Engineering 2012-04-05 09:42:27 UTC
Integrated into 'main-golden', will be available in build *201204050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1d3bbdbe6864
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #210692 a lot of "Unable to resolve identifier true" or "Unable to resolve identifier false"
- fix serialization problem introduced by fix (code model - added CPP11 LanguageFlavor):
 http://hg.netbeans.org/cnd-main/rev/5daef9c1832d
Comment 4 Quality Engineering 2012-04-06 10:07:09 UTC
Integrated into 'main-golden', will be available in build *201204060400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/07088f861f8b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #210692 a lot of "Unable to resolve identifier true" or "Unable to resolve identifier false"
- increment specification versions