JDK-8227765 : {@inheritDoc} does not work for methods inherited from the JDK
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: openjfx13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-07-16
  • Updated: 2021-10-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
 {@inheritDoc} does not work for methods inherited from the JDK since its source is not specified. This causes all {@inheritDoc} to produce no doc.
Comments
I don't plan to do this for 14. I didn't start looking into this. I assume the JDK docs need to be put in some specified path.
05-02-2020

[~nlisker] Do you still plan to address this for openjfx14? The underlying issue is out of scope for 14, since it wouldn't be limited to changing the docs, so the only solution I can think of for 14 would be to manually copy the documentation for those method that inherit from JDK methods and use `{@inheritDoc}`. How many methods are affected?
05-02-2020