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

Summary: New refactoring "inline variable"
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: EditorAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: yiding_he
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***