Bug 3582 - extract method: constructor //reminder (1GEYNSB)
Summary: extract method: constructor //reminder (1GEYNSB)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 minor (vote)
Target Milestone: ---   Edit
Assignee: Dirk Baeumer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:57 EDT by Dirk Baeumer CLA
Modified: 2002-08-13 12:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2001-10-10 22:57:30 EDT
AK (6/7/01 7:21:46 PM)
	just a reminder: DB knows well about it

	class A{
		A(){
			this(8 + 9);
		}
		A(int i){}
	}

	if you want to extract anything from the super or this call in the constructor you have to make the new method static.
	it's a special case.

NOTES:
EG (6/7/2001 11:14:08 AM)
	defer

DB (09.08.2001 11:34:32)
	Currently you can't extract any expression from the argument list of super or this. Defer until the feature is implemented.
Comment 1 DJ Houghton CLA 2001-10-24 07:13:20 EDT
PRODUCT VERSION:
	119

Comment 2 Dirk Baeumer CLA 2001-11-09 06:58:27 EST
Waiting for new AST api since we get a walkable parent relation ship with
it.
Comment 3 Dirk Baeumer CLA 2002-06-17 10:24:35 EDT
Postponing > 2.0
Comment 4 Dirk Baeumer CLA 2002-08-13 12:00:50 EDT
Reopen for investigation
Comment 5 Dirk Baeumer CLA 2002-08-13 12:01:54 EDT
Fixed in 2.1 stream for build > 20020813