Bug 82658 - "Create method" does not work on raw target [quick fix][5.0]
Summary: "Create method" does not work on raw target [quick fix][5.0]
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 08:38 EST by Markus Keller CLA
Modified: 2005-01-27 04:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2005-01-12 08:38:00 EST
I20050104-1600 + plugin-export from 20040111

class Generic<A,B> {
	private A a;
	private B b;
}

class User {
	void m() {
		Generic generic= new Generic();
		generic.putA("aaa"); // QuickFix "Create method 'putA(String)'"
	}
}
Comment 1 Martin Aeschlimann CLA 2005-01-27 04:50:58 EST
fixed (in I20050125)