Bug 128960 - AST: errors with parameter array and full qualified types
Summary: AST: errors with parameter array and full qualified types
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 06:40 EST by Joachim Lusiardi CLA
Modified: 2006-03-28 08:08 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 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