Bug 5211 - Line break problem using add from local history
Summary: Line break problem using add from local history
Status: RESOLVED DUPLICATE of bug 3893
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-24 11:42 EDT by Dani Megert CLA
Modified: 2001-11-14 04:47 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 Dani Megert CLA 2001-10-24 11:42:00 EDT
1. JUnit setup
2. Open TestListener
3. Delete "endTest(Test) via Outline view's context menu
4. Save
5. From the Outline view's context menu select "Add from local history..."
Comment 1 Dani Megert CLA 2001-10-24 11:45:30 EDT
oops... pressed tab + enter

6. Select endTest(Test)
==> It adds the following code:
	public void startTest(Test test);   /**
 	* A test ended.
 	*/
 	public void endTest(Test test);
Comment 2 Dani Megert CLA 2001-10-24 12:15:00 EDT
build id: 0.205
Comment 3 Andre Weinand CLA 2001-11-14 04:47:30 EST

*** This bug has been marked as a duplicate of 3893 ***