Bug 7274 - reorder parameters: incorrect when parameters have more than 1 modifiers
Summary: reorder parameters: incorrect when parameters have more than 1 modifiers
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 7825
Blocks:
  Show dependency tree
 
Reported: 2002-01-04 12:00 EST by Adam Kiezun CLA
Modified: 2002-01-25 05:46 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 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