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

Summary: Rename deletes part of code
Product: java Reporter: arataj <arataj>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.