Bug 7274

Summary: reorder parameters: incorrect when parameters have more than 1 modifiers
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: UIAssignee: Adam Kiezun <akiezun>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on: 7825    
Bug Blocks:    

Description Adam Kiezun CLA 2002-01-04 12:00:21 EST
package p;

class A {
	public void m(int i, final boolean b){}
}

added test case: test19 - will be disabled until this is fixed
Comment 1 Adam Kiezun CLA 2002-01-15 05:06:27 EST
back to inbox - for proritizing
Comment 2 Adam Kiezun CLA 2002-01-17 06:39:17 EST
the reason is: 
AbstractVariableDeclaration::modifiersSourceStart
seems to always be 0 for Arguments
see bug#7825
Comment 3 Adam Kiezun CLA 2002-01-22 11:04:03 EST
have a fix
Comment 4 Adam Kiezun CLA 2002-01-25 05:46:03 EST
fixed before 0125