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 257919

Summary: Support refactoring of #ifndef guard block when changing header's file name.
Product: cnd Reporter: ilia
Component: Code ModelAssignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ilia 2016-02-10 09:56:10 UTC
Create new C++ header file and name it newfile

----------------------
#ifndef NEWFILE_H
#define NEWFILE_H



#endif /* NEWFILE_H */
----------------------

Change file name to newfile1.

Guard block should be renamed as well.