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 257048 - Guard block hint issue
Summary: Guard block hint issue
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-08 09:45 UTC by danilasergeyev
Modified: 2016-07-20 01:51 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 danilasergeyev 2015-12-08 09:45:19 UTC
The following construction:

#ifndef _H_FOO
#define _H_FOO 1

#endif // _H_FOO

is not recognized as a guard block
Comment 1 petrk 2016-07-19 15:31:06 UTC
Fixed in sputnik (http://hg.netbeans.org/cnd-main/rev/b167727d4510)
Comment 2 Quality Engineering 2016-07-20 01:51:08 UTC
Integrated into 'main-silver', will be available in build *201607200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2ae2ce9a001a
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Additional  fix for #257048 - Guard block hint issue
-- test case