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 203126

Summary: Reparse Project breaks Syntax Errors Highlighting in active file
Product: cnd Reporter: soldatov <soldatov>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2011-10-05 09:17:54 UTC
Scenario:
- Create Welcome
- Open welcome.cc
- Add invalid code into main() function. For example: ff();
==> "Unable to resolve identifier ff" sign appears
- Call context menu on project's node and select "Code Assistance|Reparse Project" menu item
==> no errors in editor!!!
- Add any new invalid code
==> no errors in editor!!!

Workaround: close and open file
Comment 1 Alexander Simon 2014-08-13 14:18:47 UTC
Fixed when C/C++ migrated on parsing API