Bug 29527

Summary: Organize imports fails on included code
Product: [Eclipse Project] JDT Reporter: Oyvind Harboe <oyvind.harboe>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Oyvind Harboe CLA 2003-01-15 07:12:12 EST
1. "Organize imports" on java code below
2. Error message "Compilation unit has parse errors. No changes applied."




import java.util.*;

public class Test
{
	private void foo(final int selected, boolean armed)
	{
		final String cmd;
	}
}
Comment 1 Olivier Thomann CLA 2003-01-15 08:47:25 EST
Which build are you using?
This has been fixed since M4. Try again with today's integration build when
available.
Comment 2 Oyvind Harboe CLA 2003-01-15 09:44:20 EST
>Which build are you using?

I'm using M4.

>This has been fixed since M4. Try again with today's 
>integration build when available.

I verified that the problem is fixed in the integration build.

Øyvind
Comment 3 Olivier Thomann CLA 2003-01-15 12:13:32 EST
Ok to close?
Comment 4 Oyvind Harboe CLA 2003-01-15 15:58:53 EST
>Ok to close?

Yes.
Comment 5 Olivier Thomann CLA 2003-01-16 17:55:37 EST
Closed. This is no longer a bug in latest integration builds.