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 - no "introduce variable" hint
Summary: no "introduce variable" hint
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 10:52 UTC by muellermi
Modified: 2017-07-04 14:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (102.51 KB, text/plain)
2017-01-12 10:52 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
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.