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 206522

Summary: Create 'Inline' hint
Product: java Reporter: tomzi <tomzi>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description tomzi 2011-12-19 10:28:18 UTC
final String varA = "varA";
        final String varB = STATIC_VAR;
        int varX = methodX(varA, varB);

If I mark within methodX the variable 'varA', or 'varB' and press Alt-Return to invoke the little refactor popup, it shows:
Sorround...
Introduce Variable
Introduce Field
Introduce Method
Introduce Parameter

But its missing 'Inline'

Thx

Product Version = NetBeans IDE 7.1 RC1 (Build 201112051121)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.0-b17
Comment 1 tomzi 2013-04-19 11:29:22 UTC
will u consider this?