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 239375 - [Introduce Parameter] Provide pop-up dialog like in Introduce Constant, Field etc.
Summary: [Introduce Parameter] Provide pop-up dialog like in Introduce Constant, Field...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 14:52 UTC by ssazonov
Modified: 2016-03-25 13:39 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 ssazonov 2013-12-11 14:52:25 UTC
1. Create simple java class

public class ClassA {
    public void m1() {
        String s = String.valueOf(123 + 456 + 678);
        System.out.println(s);
    }
}

2. Put carret anywhere into expresion "123 + 456 + 678" and only press Alt+Shift+C (Introduce Constant)

>> The pop-up dialog occured for choosing the part of expression to introduce, I think this useful feature may be implemented in Introduce Parameter (Alt+Shift+P)

Product Version: NetBeans IDE Dev (Build 201312110002)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)