Bug 17286 - Quick fix: should propose add argument [quick fix]
Summary: Quick fix: should propose add argument [quick fix]
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Other Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-05-23 10:21 EDT by Dirk Baeumer CLA
Modified: 2003-04-30 16:41 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 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