Bug 50785

Summary: Javadoc bindings: No bindings member refs
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.0 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-01-28 13:47:00 EST
20040128

In the following code, the names in the comment don't have bindings.
Neither 'foo' nor 'Vector'


public class AA {
	/**
	 * @see #foo(Vector)
	 */
	public void foo(Vector v) {
		Vector vs;
	}
}
Comment 1 Martin Aeschlimann CLA 2004-01-28 13:50:12 EST
Also 'AA' in

public class AA {
	/**
	 * @see AA#foo(Vector)
	 */
	public void foo(Vector v) {
		Vector vs;
	}
}
Comment 2 Frederic Fusier CLA 2004-01-28 19:00:12 EST
Fixed.

Now all simple names are recorded in ASTConverter.convert(Javadoc) to make all 
bindings not null...

Test case added in jdt.core.tests.dom.ASTConverterJavadocTest
Comment 3 Frederic Fusier CLA 2004-01-28 19:07:13 EST
Martin, I cannot send a jdtcore.jar patch from home as Notes server is down, 
but I've versionned these fixes in HEAD stream, tag: v_400a
Comment 4 David Audel CLA 2004-02-11 10:07:24 EST
Verified 3.0M7