Bug 25316 - DOM for Javadoc comments
Summary: DOM for Javadoc comments
Status: RESOLVED DUPLICATE of bug 50683
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-24 10:13 EDT by Martin Aeschlimann CLA
Modified: 2004-06-21 10:36 EDT (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 2002-10-24 10:13:51 EDT
20021022

Bug 25309 suggests that the add parameter refactoring should also add a @param 
tag to the Javadoc comment.
For now this was all Javadoc related things were solved in jdt-ui, e.g. we have 
Javadoc parsing code to do the code assist in Javadoc. 
It would be helpfull if JCore could give support by offering a DOM for Javadoc 
comments.
e.g the AST Javadoc node could offer to return the list of tags (including 
source positions) and allow to resolve see tags.

Reconciled errors/warnings for wrong/incomplete comments would be a great 
feature as well.
Comment 1 Philipe Mulet CLA 2002-10-28 07:28:37 EST
Nice to have. Post 2.1 maybe.
Comment 2 Frederic Fusier CLA 2004-06-21 10:36:36 EDT
This has been implemented for 3.0 M7...
Reopen to set as duplicate.
Comment 3 Frederic Fusier CLA 2004-06-21 10:36:54 EDT

*** This bug has been marked as a duplicate of 50683 ***