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 90243 - EXTRACT VARIABLE FROM EXPRESSION
Summary: EXTRACT VARIABLE FROM EXPRESSION
Status: RESOLVED DUPLICATE of bug 57522
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 07:56 UTC by tecnotron
Modified: 2007-08-14 12:36 UTC (History)
0 users

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 tecnotron 2006-11-29 07:56:37 UTC
Please add a feature to extract a variable from an expression.

It would be very nice if we could select an expression and then use a shortcut 
to get the result of that expression.

For example:

new MyClass();  ==>  Would result in: ==>  MyClass mc = new MyClass();

Other IDEs have this feature, like Eclipse and IntelliJ.
Comment 1 Dusan Balek 2006-11-29 08:15:02 UTC
Reassigning.
Comment 2 Jan Becicka 2006-11-29 09:01:03 UTC

*** This issue has been marked as a duplicate of 57522 ***