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 268729 - introduce variable with name beginning like a language reserved keyword
Summary: introduce variable with name beginning like a language reserved keyword
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-28 12:07 UTC by lforet
Modified: 2016-10-28 12:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The printscreen of the problem (32.36 KB, image/png)
2016-10-28 12:07 UTC, lforet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lforet 2016-10-28 12:07:01 UTC
Created attachment 162670 [details]
The printscreen of the problem

let the following code.

  myVar.getSomething()

if I highlight all the code and do an "Introduce variable" with a name beginning with "for..." (the same trouble with any jave reserved key words), I can't rename it.