Bug 17286

Summary: Quick fix: should propose add argument [quick fix]
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 Keywords: investigate
Version: 2.0   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Whiteboard:

Description Dirk Baeumer CLA 2002-05-23 10:21:01 EDT
F1 
 
Test Case: 
 
public class A { 
	public void foo() { 
		bar(); 
	} 
	 
	int bar(int y) { 
		return 1; 
	} 
} 
 
Quick fix should also propose to add an argument to the call bar like 
bar(0);
Comment 1 Erich Gamma CLA 2002-05-25 06:42:09 EDT
not for 2.0
Comment 2 Martin Aeschlimann CLA 2003-04-30 16:41:48 EDT
added > 20030429