Community
Participate
Working Groups
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-).
New Gerrit change created: https://git.eclipse.org/r/103463
(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.
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
(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.