Bug 3893

Summary: Add from local history formatting (1GF5GP4)
Product: [Eclipse Project] JDT Reporter: Andre Weinand <andre_weinand>
Component: UIAssignee: Andre Weinand <andre_weinand>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P1 CC: daniel_megert
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Andre Weinand CLA 2001-10-10 23:02:37 EDT
TM (6/11/2001 11:31:55)
	SDK 122

	1) Smoke test setup
	2) delete the method public void addError(Test test, Throwable t) from junit.ui.TestRunner
	3) select the type TestRunner in the outliner
	4) add the deleted method back from the local history
	5) observe: ugly formatting:

public class TestRunner extends Object implements TestListener {
		public void addError(Test test, Throwable t) {
		fNumberOfErrors.setText(Integer.toString(fTestResult.errorCount()));
		appendFailure("Error", test, t);
	}

EG (6/11/2001 2:57:02 AM)
	not critical, defer
Comment 1 Andre Weinand CLA 2001-11-14 04:47:30 EST
*** Bug 5211 has been marked as a duplicate of this bug. ***
Comment 2 Andre Weinand CLA 2001-11-21 08:07:34 EST
Added more options to 
org.eclipse.jdt.internal.corext.codemanipulation.AddMemberEdit and renamed the 
class into MemberEdit.