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 126168 - New refactoring "inline variable"
Summary: New refactoring "inline variable"
Status: RESOLVED DUPLICATE of bug 57545
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 189538 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-29 08:40 UTC by Tim Lebedkov
Modified: 2010-11-10 13:16 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 Tim Lebedkov 2008-01-29 08:40:35 UTC
Example:

String a = "1" + "2";
return a;

================>>>

return "1" + "2";
Comment 1 Jan Lahoda 2010-10-01 09:55:47 UTC
*** Bug 189538 has been marked as a duplicate of this bug. ***
Comment 2 catweasle 2010-11-10 13:16:17 UTC

*** This bug has been marked as a duplicate of bug 57545 ***