Bug 31070

Summary: Organize Imports function does not handle well parsing method local variables declared as "final"
Product: [Eclipse Project] JDT Reporter: Terence Ibert <terence_ibert>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.