Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 133537

Summary: [extract local] Wrong preview in Extract Local
Product: [Eclipse Project] JDT Reporter: Tobias Widmer <tobias_widmer>
Component: UIAssignee: Markus Keller <markus.kell.r>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard: stalebug
Attachments:
Description Flags
screenshot none

Description Tobias Widmer CLA 2006-03-28 10:06:37 EST
I20060328-0010

Steps to reproduce:
- consider following cu:

import java.util.Enumeration;

public class Test {
	public void foo() {
		Enumeration e = null;
		while (e.hasMoreElements())
		  System.out.println(e.nextElement());
	}
}

- Invoke extract local on "e.nextElement()"
- Verify preview

Attaching screenshot...
Comment 1 Tobias Widmer CLA 2006-03-28 10:07:00 EST
Created attachment 37076 [details]
screenshot
Comment 2 Tobias Widmer CLA 2006-04-10 08:24:50 EDT
Moving to correct owner
Comment 3 Eclipse Genie CLA 2020-02-17 17:17:02 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.