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 255546 - [newcodemodel] NetBeans doesn't highlight broken #include <>
Summary: [newcodemodel] NetBeans doesn't highlight broken #include <>
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 13:43 UTC by soldatov
Modified: 2016-09-07 15:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2015-09-24 13:43:05 UTC
invalid code (missed '>' symbol):

#include <stdlib.h

int main() {
    int a = 1;
    a++;
    return 0;
}

===>
"Cannot find include file" in Oracle Solaris Studio
No any errors in NetBeans
Comment 1 petrk 2016-09-07 15:41:28 UTC
Fixed in sputnik 19460:67bd03f4034a