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 255991 - Rename deletes part of code
Summary: Rename deletes part of code
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-18 09:56 UTC by arataj
Modified: 2015-10-18 09:56 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 arataj 2015-10-18 09:56:00 UTC
An incomplete statement:

v.PREPROCESSOR.VS_NAME

Rename String VS_NAME to VS_FILE_NAME anywhere.

The incomplete statement disappears.

Undo rename, complete the statement:

v.PREPROCESSOR.VS_NAME = vsName;

Now rename works as expected.