Bug 409487 - Generated Javadoc contains broken links to Java 7 types
Summary: Generated Javadoc contains broken links to Java 7 types
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Doc (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.3 RC3   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2013-05-30 09:13 EDT by Markus Keller CLA
Modified: 2013-05-31 02:42 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2013-05-30 09:13:48 EDT
Dani's link checker found that our generated Javadoc contains links to Java 7 APIs that point to a 404.

Example: class org.eclipse.ui.console.IOConsoleOutputStream implements AutoCloseable (via supertype chain).

The problem is that the Javadoc is generated using the Javadoc tool from Java 7 (which uses a bootclasspath from Java 7), but our
-link http://download.oracle.com/javase/6/docs/api
points to Java 6 API doc.
Comment 1 Markus Keller CLA 2013-05-30 09:18:19 EDT
Fixed with http://git.eclipse.org/c/platform/eclipse.platform.common.git/commit/?id=ce99adb25aa7dd70c6cad393e259fd03dae6a519

I've also updated outdated links to OSGi Javadoc in JDT and PDE docs. Platform docs already contained the update.
Comment 2 Dani Megert CLA 2013-05-31 02:42:01 EDT
Verified in I20130530-1430.