Bug 216115 - [JUnit] JUnit should set Javadoc location in doc plug-in
Summary: [JUnit] JUnit should set Javadoc location in doc plug-in
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.3 RC1   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2008-01-22 05:39 EST by Dani Megert CLA
Modified: 2013-05-14 05:56 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2008-01-22 05:39:51 EST
3.3 and 3.4 builds.

JUnit (3+4) should set Javadoc location in source plug-in.
See org.eclipse.pde.core.javadoc extension point.
Comment 1 Markus Keller CLA 2008-01-22 10:16:10 EST
Filed http://sourceforge.net/tracker/index.php?func=detail&aid=1877429&group_id=15278&atid=115278
for junit.org to provide a reliable Javadoc site.

Like the documentation for other SDK plugins, this should actually go into org.eclipse.jdt.doc.isv (since the org.junit* plug-ins are independent from PDE):

       <javadoc path="http://www.junit.org/junit/javadoc/3.8.1/">
          <plugin id="org.junit"/>
       </javadoc>
       <javadoc path="http://www.junit.org/junit/javadoc/4.3/">
          <plugin id="org.junit4"/>
       </javadoc>

When Javadocs are available again, also check the urls in JunitPreferenceInitializer.
Comment 2 Markus Keller CLA 2008-01-25 05:11:18 EST
Maybe it would be better to extract the generated JUnit Javadocs from the distribution and put them into the jdt.doc.isv plug-in.
Comment 4 Dani Megert CLA 2013-05-14 05:56:44 EDT
Verified in I20130513-2000.

Note that out of the box, Javadoc for JUnit 3 classes (e.g. TestCase), won't be found, since the Javadoc at http://junit-team.github.io/junit/javadoc/latest/ does not contain the Javadoc for the JUnit 3 types.