JDK-8004893 : the javadoc/doclet needs to be updated to accommodate lambda changes
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-12-11
  • Updated: 2014-05-05
  • Resolved: 2012-12-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.
JDK 8
8 b71Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
The javadoc/doclet needs to be updated to accommodate the lamda changes. The following needs to be done

1) The "Method Summary" table needs to have a new tab for default methods. The tab will list all default methods in an interface.

2) The doclet should check if an interface is a functional interface and display appropriate message on the generated API documentation.