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 256714 - C language errors editor
Summary: C language errors editor
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 15:09 UTC by misha_shar53
Modified: 2016-02-24 05:59 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 misha_shar53 2015-11-20 15:09:39 UTC
At first everything is fine. Over time.
The editor begins to find errors in a C program which are not. In my editor ceases to view all the files *.h errors associated with the loss of describing structures. This bug has been in previous versions, but vstruechalas less. Version NetBens8.02 it almost does not occur.
Comment 1 misha_shar53 2015-11-20 15:13:19 UTC
Corrected reinstall your NetBeans
Comment 2 Alexander Simon 2015-12-16 09:38:25 UTC
Please provide us an reproducible test case of the problem.
Comment 3 misha_shar53 2015-12-16 16:05:56 UTC
test result can not. The problem is not reproducible.
Comment 4 misha_shar53 2016-02-24 05:59:04 UTC
The cause found. There are 3 project. Static library project. Project B dynamic library linking with a library of A. C project application with a dynamic library B. Header files and libraries A B included in the project C. C project compiles without errors. Project code editor with project variables A noted as an error. Adding A project in the project C bug fixes.