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

Summary: 30 inline namespaces breaks parser
Product: cnd Reporter: soldatov <soldatov>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: source code

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.