Bug 50785 - Javadoc bindings: No bindings member refs
Summary: Javadoc bindings: No bindings member refs
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-28 13:47 EST by Martin Aeschlimann CLA
Modified: 2004-02-11 10:07 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 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