Bug 128960

Summary: AST: errors with parameter array and full qualified types
Product: [Eclipse Project] JDT Reporter: Joachim Lusiardi <shing19m>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M6   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Joachim Lusiardi CLA 2006-02-22 06:40:47 EST
in the following code occurs an error:
	void b(java.security.cert.Certificate certs[]) {
	}
the problem is, the length of the variable declaration is 38 (counted) and the AST reports a length of 36 characters. The error occurs in 
M20060118-1600
and
I20060217-1115
Comment 1 Olivier Thomann CLA 2006-02-24 14:28:10 EST
If works fine if the type reference is a single type reference.
Fixed and released in HEAD.
Added regression tests in org.eclipse.jdt.core.tests.dom.ASTConverterTestAST3_2.test0635/0636
Comment 2 Jerome Lanneluc CLA 2006-03-28 08:08:33 EST
Verified for 3.2 M6 using build I20060328-0010