Bug 106581

Summary: [javadoc] null type binding for parameter in javadoc
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.2 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Adam Kiezun CLA 2005-08-09 20:03:42 EDT
3.1
public class A {
	/**
	 * @param x
	 */
	void foo(int x){
	}
}

the ref in javadoc has null as resolveTypeBinding white the reference in the
declaration has the correct value 'int' 
(checked with AST view)
Comment 1 Frederic Fusier CLA 2005-08-16 07:23:39 EDT
Fixed and released in HEAD stream.

[jdt-core internal]
Changes done in DefaultBindingResolver.resolveTypeBindingForName(Name)
Test case added in ASTConverterJavadocTest
Comment 2 Frederic Fusier CLA 2006-04-14 11:18:35 EDT
Verified for 3.2 M2 using build I20050923-1000.