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 267806 - false positives when open valid project
Summary: false positives when open valid project
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 14:22 UTC by Vladimir Voskresensky
Modified: 2016-09-01 01:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
broken includes (26.57 KB, image/png)
2016-08-31 16:17 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2016-08-31 14:22:19 UTC
opened JConvert in new version of IDE and see failed include directives badge. Which is confusing and incorrect. This is the result of fixing bug #267712
Comment 1 Alexander Simon 2016-08-31 14:53:20 UTC
It seems your GNU compiler does not provide standard headers.
Please provide us a details:
- tool collection
- list of broken headers
Comment 2 Vladimir Voskresensky 2016-08-31 16:17:02 UTC
Created attachment 161851 [details]
broken includes

$ g++ --version
g++ (Ubuntu 4.9.3-8ubuntu2~14.04) 4.9.3
Comment 3 Alexander Simon 2016-08-31 16:35:43 UTC
It seems you have a partly ported g++.
According to https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_headers.html
the header <cuchar> must be in standard headers.
According to C++ 11 standard too.
Comment 4 Alexander Simon 2016-08-31 17:05:40 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/d0a9d73bb392
Comment 5 Quality Engineering 2016-09-01 01:52:44 UTC
Integrated into 'main-silver', will be available in build *201609010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d0a9d73bb392
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #267806 false positives when open valid project