Bug 50692 - Javadoc: Cannot find DOM AST bindings for inline link tags references
Summary: Javadoc: Cannot find DOM AST bindings for inline link tags references
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 50694
Blocks:
  Show dependency tree
 
Reported: 2004-01-27 12:29 EST by Frederic Fusier CLA
Modified: 2004-02-11 09:56 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 Frederic Fusier CLA 2004-01-27 12:29:47 EST
Build I20040120 + jdtcore.jar of I20040127...

Let's have following javadoc comment:
/**
 * Method outside javaDoc Comment
 *  1) {@link String} tag description not empty
 *  2) {@link CharOperation Unknown class} tag description not empty
 */

Binding resolution fails (return null) on String which shuld be obviously bound!
Comment 1 Frederic Fusier CLA 2004-01-27 12:45:52 EST
Problem comes from the loop while resolving entire javadoc in 
ASTConverter.convert(org.eclipse.jdt.internal.compiler.ast.Javadoc).
We need to apply fix for bug 50694 while resolving inline tags...
Comment 2 Frederic Fusier CLA 2004-01-28 04:47:33 EST
Fixed.

Now, when resolve bindings is active while converting Javadoc, we record nodes 
also for Name fragments in inline tags.

Fix existing test case testJ00 of jdt.core.tests.dom.ASTConverterJavadocTest 
which should have had to detect this problem...
Comment 3 David Audel CLA 2004-02-11 09:55:22 EST
Verified.
Comment 4 David Audel CLA 2004-02-11 09:56:12 EST
Verified for 3.0M7.