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 253864

Summary: Missed "Recursive include directive." hint sign in editor
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: danilasergeyev
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2015-07-27 14:03:35 UTC
newfile.h:
===========================================================

#include "newfile.h"
===========================================================

main.cpp:
===========================================================

#include "newfile.h"

int main(int argc, char** argv) {

    return 0;
}

===========================================================

Test expects "Recursive include directive." hint in newfile.h file
Comment 1 danilasergeyev 2015-07-29 12:46:39 UTC
fixed, change set:
https://hg.netbeans.org/cnd-main/rev/4f258d890fa6
Comment 2 Quality Engineering 2015-07-30 01:24:13 UTC
Integrated into 'main-silver', will be available in build *201507300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4f258d890fa6
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: fix bug #253864 Missed "Recursive include directive." hint sign in editor