Bug 75980

Summary: [javadoc][dom] External Method for Retrieving JavaDoc Comments
Product: [Eclipse Project] JDT Reporter: Benny Vaksendiser <benny.vaks>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.1   
Target Milestone: 3.3 RC4   
Hardware: All   
OS: All   
Whiteboard:

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 ***