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 - a lot of "Unable to resolve identifier true" or "Unable to resolve identifier false" (inaccuracy tests)
Summary: a lot of "Unable to resolve identifier true" or "Unable to resolve identifier...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: All All
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-04-04 12:10 UTC by soldatov
Modified: 2012-04-06 10:07 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 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