Bug 29527 - Organize imports fails on included code
Summary: Organize imports fails on included code
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-15 07:12 EST by Oyvind Harboe CLA
Modified: 2003-03-17 11:28 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 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.