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 - Create 'Inline' hint
Summary: Create 'Inline' hint
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 10:28 UTC by tomzi
Modified: 2013-09-02 14:19 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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