Bug 31070 - Organize Imports function does not handle well parsing method local variables declared as "final"
Summary: Organize Imports function does not handle well parsing method local variables...
Status: RESOLVED DUPLICATE of bug 28869
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 RC1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-06 04:01 EST by Terence Ibert CLA
Modified: 2003-02-06 11:09 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 Terence Ibert CLA 2003-02-06 04:01:33 EST
Organize Imports function does not handle well parsing method local variables 
declared as "final"

such as ...

method()
{
   final MyClass abc....
}

error reported is 
"Compilation unit has parse errors.  No changes applied."
Comment 1 Olivier Thomann CLA 2003-02-06 08:49:31 EST
What build are you using?
It looks like a duplicate of bug 28869.
It has been fixed for the 0114 build. Is your build older or newer?
Comment 2 Terence Ibert CLA 2003-02-06 10:53:46 EST
build ID 200212181304.  From your link it looks like you have addressed it for 
the next integration M5 release in January.
Comment 3 Olivier Thomann CLA 2003-02-06 11:09:04 EST
Ok your build is too old.
This is fixed as duplicate of bug 28869.

*** This bug has been marked as a duplicate of 28869 ***
Comment 4 Olivier Thomann CLA 2003-02-06 11:09:27 EST
Please reopen if it doesn't work with latest integration build.