Bug 3893 - Add from local history formatting (1GF5GP4)
Summary: Add from local history formatting (1GF5GP4)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 5211 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 23:02 EDT by Andre Weinand CLA
Modified: 2001-11-21 08:07 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.