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 269533

Summary: no "introduce variable" hint
Product: ide Reporter: muellermi <muellermi>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description muellermi 2017-01-12 10:52:30 UTC
Product Version = NetBeans IDE Dev (Build 201701110001)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_112
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.112-b15

Reproducibility: Happens every time

STEPS:
  * Open Java editor
  * obtain some value, but do not assign it to a variable, e.g. getEntityManager().createNativeQuery(sql);
  * place cusror behind this line

ACTUAL:
  nothing happens

EXPECTED:
  bulb lights up and NB displays the  "introduce variable" hint
Comment 1 muellermi 2017-01-12 10:52:36 UTC
Created attachment 163375 [details]
IDE log
Comment 2 muellermi 2017-05-17 09:47:03 UTC
"introduce variable" is a commonly used feature in NetBeans 8.2.
But, it is not available in the current development branch. I can not imagine, that this great feature is removed by intention.
Comment 3 muellermi 2017-07-04 14:33:11 UTC
The "Introduce Variable" feature has gone on Windows systems, whilst it is still functional on a Linux system.