Bug 50883 - Javadoc AST node: Range problem with embedded tags
Summary: Javadoc AST node: Range problem with embedded tags
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 12:25 EST by Martin Aeschlimann CLA
Modified: 2004-02-11 10:59 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-29 12:25:22 EST
20040129 5 pm preview

In the following code, the range for the TagElement (@param...) does not include
the range for the embedded tag {@link..}

(minor)

public class E {
	
    /**			
     * @param name  {@link Vector#containsAll(Collection)}
     */
    public void gee(String name) {
    }
}
Comment 1 Frederic Fusier CLA 2004-01-30 07:09:35 EST
Fixed.

Nodes source range were wrongly computed while push inlined see reference 
(method DocCommentParser.pushSeeRef(Object, boolean)...

Need to find a way to verify positions in ASTConverterJavadocTest. This bug has 
been verified manually before release...
Comment 2 David Audel CLA 2004-02-11 10:59:49 EST
Verified for 3.0M7