Bug 11106 - DOM/AST: do statement doesn't contain trailing semicolon
Summary: DOM/AST: do statement doesn't contain trailing semicolon
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-11 12:56 EST by Dirk Baeumer CLA
Modified: 2002-03-11 13:53 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 Dirk Baeumer CLA 2002-03-11 12:56:32 EST
Build 20020307

package validSelection;

public class A_test260 {
	public void foo() {
		/*]*/do
			foo();
		while(1 < 10);/*[*/	
	}
}

Node ends with ) of while(1 < 10)
Comment 1 Olivier Thomann CLA 2002-03-11 13:53:11 EST
This is a really stupid bug. I had a test to check the doStatement positions, but I removed the semi-
colon.
Fixed and released in HEAD.