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 268418 - Unable to REsolve Identifiers after Windows 10 update
Summary: Unable to REsolve Identifiers after Windows 10 update
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-08 13:59 UTC by navyman
Modified: 2017-04-04 19:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
false errors vs no errors (107.15 KB, image/png)
2016-10-08 13:59 UTC, navyman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description navyman 2016-10-08 13:59:03 UTC
Created attachment 162402 [details]
false errors vs no errors

I just received a Windows 10 update (My settings show Version 1607, OS Build 14393.222). Yesterday when I closed NetBeans, my C++ program showed no syntax errors. However, after the update and opening, just about every identifier was inexplicably throwing a 'unable to resolve identifier error', that I couldn't resolve. What's more is that some of the debugging highlight features were acting very strangely, for example showing half of an identifier in light-blue text (reserved word) and the rest of it in plain black text. It simply doesn't make sense.
To fix, I opened a new project, copied an pasted the program into the new project, and all of the errors magically disappeared. At this time, I currently have one instance of NetBeans open, with two C++ projects open with exactly identical code, one of which is throwing errors and the other which has no errors. Screenshots attached.