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 - Support refactoring of #ifndef guard block when changing header's file name.
Summary: Support refactoring of #ifndef guard block when changing header's file name.
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-10 09:56 UTC by ilia
Modified: 2016-07-20 11:48 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 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.