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 233182 - unresolved identifiers in new test
Summary: unresolved identifiers in new test
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 13:25 UTC by soldatov
Modified: 2013-08-02 02:33 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 2013-07-22 13:25:33 UTC
new automatic test failure (6 days):
- Create C/C++ Application project with main.cpp
- Call context menu on "Test Files" folder and select "New Test Folder"
- Press OK
- Call context menu on "Test Files|New Test 1" folder and select "New|Other..."
- Select C++ and C++ Simple Test
- Press Next. Press Finish.
===>
No any values in Navigator. 4 unresolved identifiers in newcppsimpletest.cpp file (test1, test2, argc, argv)
Comment 1 Egor Ushakov 2013-07-24 12:34:19 UTC
looks like indexing issue.
I can not reproduce it in the current bits, this may be fixed already with the bug 232869, let's wait for the next tests run
Comment 2 Egor Ushakov 2013-07-30 14:34:17 UTC
I can reproduce it, it is a regression after indexing API was turned on.
Comment 3 Egor Ushakov 2013-08-01 16:19:17 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/350a60a9b111
Comment 4 Quality Engineering 2013-08-02 02:33:33 UTC
Integrated into 'main-silver', will be available in build *201308012300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/350a60a9b111
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed Bug 233182 - unresolved identifiers in new test