Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 40358 - extract method: compile error (blank finals left uninitialized) [refactoring]
Summary: extract method: compile error (blank finals left uninitialized) [refactoring]
Status: RESOLVED DUPLICATE of bug 179281
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-17 09:45 EDT by Adam Kiezun CLA
Modified: 2010-01-25 10:00 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2003-07-17 09:45:59 EDT
20030716
public class S {
	final int f;
	S(int y){
		f= 1;
	}
}

extract f=1;
the resulting code does not compile
Comment 1 Dirk Baeumer CLA 2004-05-18 09:39:07 EDT
Not for 3.0.
Comment 2 Eclipse Webmaster CLA 2009-08-30 02:41:28 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.
Comment 3 Markus Keller CLA 2010-01-25 10:00:31 EST

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