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 226788 - 'std' is marked as unresolved identifier in new project
Summary: 'std' is marked as unresolved identifier in new project
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-02-27 13:54 UTC by soldatov
Modified: 2013-12-07 04:22 UTC (History)
1 user (show)

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 2013-02-27 13:54:52 UTC
Scenario:
- Start IDE with new userdir
- Call New Project wizard
- Select C/C++ Application. Press Next.
- Switch off "Create Main File" checkbox. Press Finish
- Select "Source Files" foledr. Call "New File" wizard
- Select "C++ Main File". Press Next. Press Finish.
===>
'std' is marked as unresolved identifier (stable problem on my machine)
Classes tab has empty /opt/csw/include/c++/4.7.2, /opt/csw/lib/gcc/i386-pc2.10/4.7.2/include-fixed, /usr/include nodes

P.S. Edit and Save fix all problems.
Comment 1 Vladimir Voskresensky 2013-03-11 16:15:35 UTC
Valera, can you reproduce it in 7.3?

Thanks!
Comment 2 soldatov 2013-03-12 09:33:14 UTC
yes. same problem in NetBeans 7.3
Comment 3 Vladimir Voskresensky 2013-03-12 17:49:11 UTC
http://hg.netbeans.org/cnd-main/rev/1a4b8437d6ea
Comment 4 Quality Engineering 2013-03-13 02:09:04 UTC
Integrated into 'main-golden', will be available in build *201303122300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1a4b8437d6ea
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #226788 - 'std' is marked as unresolved identifier in new project
- should not force start/stop parse for non existing files just because DataObject appeared and disapeared from pool of modified objects
Comment 5 soldatov 2013-03-13 08:01:40 UTC
Verified in trunk 201303122300
Comment 6 Quality Engineering 2013-12-07 04:22:54 UTC
Integrated into 'main-silver', will be available in build *201312070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2dec2cf4ca6e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: redo missing change set d35b478ab4a8 (see bug #225422) and 1a4b8437d6ea (see bug #226788)
(transplanted from 060276121a81b9b1f24dbcdf11ecb83960344a50)