Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 521256 - [9] javadoc support needs to be extended / adjusted
Summary: [9] javadoc support needs to be extended / adjusted
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: BETA J9   Edit
Assignee: Stephan Herrmann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 520996
  Show dependency tree
 
Reported: 2017-08-22 09:59 EDT by Stephan Herrmann CLA
Modified: 2017-08-24 15:15 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 Stephan Herrmann CLA 2017-08-22 09:59:14 EDT
BinaryModule must implement getAttachedJavadoc() and the package doc must be adjusted to the current style of HTML pages (I haven't tested package doc in Java 8-).
Comment 1 Eclipse Genie CLA 2017-08-22 10:19:32 EDT
New Gerrit change created: https://git.eclipse.org/r/103463
Comment 2 Stephan Herrmann CLA 2017-08-22 10:20:12 EDT
(In reply to Eclipse Genie from comment #1)
> New Gerrit change created: https://git.eclipse.org/r/103463

This should unblock testing in JDT/UI

Tests still need to be written.
Comment 4 Stephan Herrmann CLA 2017-08-24 15:15:40 EDT
(In reply to Eclipse Genie from comment #3)
> Gerrit change https://git.eclipse.org/r/103463 was merged to [BETA_JAVA9].
> Commit:
> http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?id=36cb9cbbb8d9b0b8b0c6537a5d895344c1734936
> 

Fix & tests.

Note, that recognition of the content from a module-summary is a heuristic based on what I observed from locally running javadoc. Interestingly, the result were slightly different from the API doc I see on Oracle's web. The pattern I use now, matches against both styles.