Bug 50781 - Javadoc bindings: No bindings for qualified names
Summary: Javadoc bindings: No bindings for qualified names
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:18 EST by Martin Aeschlimann CLA
Modified: 2004-02-11 10:09 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:18:36 EST
20040128

In the folowing code, you get the following SimpleNames inside the Javadoc comments:
 'java', 'util', 'Vector'
When asking the SimpleName for it's binding, you get 'null' for all of them.


public class AA {
	/**
	 * @see java.util.Vector
	 */
	public void foo() {
	}
	
}
Comment 1 Frederic Fusier CLA 2004-01-28 19:00:44 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 2 Frederic Fusier CLA 2004-01-28 19:27:49 EST
Martin, I cannot send a jdtcore.jar patch from home as Notes server is down, 
but I've versionned this fix in HEAD stream, tag: v_400a
Comment 3 David Audel CLA 2004-02-11 10:09:18 EST
Verified for 3.0M7