Bug 75980 - [javadoc][dom] External Method for Retrieving JavaDoc Comments
Summary: [javadoc][dom] External Method for Retrieving JavaDoc Comments
Status: RESOLVED DUPLICATE of bug 110172
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.3 RC4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-09 06:47 EDT by Benny Vaksendiser CLA
Modified: 2007-06-21 07:48 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 Benny Vaksendiser CLA 2004-10-09 06:47:34 EDT
Hello, 

I am writing a plug-in for the eclipse environment. In this plug-in i need 
access to the JavaDoc comments of different java elements. I'm currently using 
the method, JavaDocAccess.getJavaDocTextString(), for this job. But this is an 
internal method.
My request is for external method that could replace the internal 
JavaDocAccess.getJavaDocTextString() method.

Regards,
Benny Vaksendiser.
Comment 1 Frederic Fusier CLA 2004-10-09 10:12:25 EDT
Move to JDT/UI
Comment 2 Dirk Baeumer CLA 2004-10-11 06:34:38 EDT
Such an API is better provided by JDT/Core instead of JDT/UI since it is core 
functionality only.

JDT/UI has no plans to make this internal method API. Moving to JDT/Core to 
consider a public method to access the Javadoc of an IMember.
Comment 3 Frederic Fusier CLA 2005-03-14 16:39:33 EST
Defer post 3.1
Comment 4 Frederic Fusier CLA 2007-06-21 07:42:31 EDT
Reopen as LATER is deprecated...
Comment 5 Frederic Fusier CLA 2007-06-21 07:48:55 EDT
I think that IMember.getJavadocRange() method, available since 3.2, should address your requirement...


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