Bug 106581 - [javadoc] null type binding for parameter in javadoc
Summary: [javadoc] null type binding for parameter in javadoc
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M2   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 20:03 EDT by Adam Kiezun CLA
Modified: 2006-04-14 11:18 EDT (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 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.