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 217152 - 30 inline namespaces breaks parser
Summary: 30 inline namespaces breaks parser
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 11:07 UTC by soldatov
Modified: 2016-10-31 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
source code (631 bytes, text/plain)
2012-08-21 11:07 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-08-21 11:07:01 UTC
Created attachment 123344 [details]
source code

Scenario:
- Add code from the attachment into C++11 project
- Close all files in project
- Reparse project
- Open file
==> file is not parsed (no green square in top right corner)

P2, because this scenario breaks automatic tests in C++11 suite.