Bug 53998 - in 3.0M7 a java class containing assert will not format
Summary: in 3.0M7 a java class containing assert will not format
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M8   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-07 19:31 EST by ross.harvey CLA
Modified: 2004-03-08 05:51 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 ross.harvey CLA 2004-03-07 19:31:21 EST
In 3.0M7 I can't get any program that uses assert to format.
Test case:

public class UPDialog {
	    int a; int b;int c;
		public void setInitializationData(
			Object data) {
			assert data != null;
		}

}
Comment 1 ross.harvey CLA 2004-03-07 19:46:35 EST
Sigh, I just tried this with the jdt.core HEAD and everything worked
just fine.  "Never mind"
Comment 2 Philipe Mulet CLA 2004-03-08 05:50:36 EST
Should have closed as invalid (fixed reserved to problem with identified fix)
Comment 3 Philipe Mulet CLA 2004-03-08 05:51:32 EST
Cannot reproduce any longer, closing.