JDK-7014005 : JSR 292 javadoc needs to be updated with final Expert Group edits
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2011-01-21
  • Updated: 2011-05-27
  • Resolved: 2011-05-27
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 7
7Resolved
Related Reports
Duplicate :  
Description
The javadoc for JSR 292 needs to be scrubbed, so that it conforms to the style guide.

http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#styleguide

Example:


public MutableCallSite(MethodHandle target):
--------------------------------------------
Make a blank call site object, possibly equipped with an initial target method
handle.
-->
Creates a call site object with an initial target method handle.
The present CR is a companion to this one:

7032323: implement JSR 292 EG adjustments through Public Review (March 2011)

The purpose of a pair of CRs is to distinguish final changes to executable code, versus changes to documentation.  This CR deals with non-executable changes (except perhaps tests of javadoc examples).

Comments
EVALUATION The changes have been folded together under 7032323, which now contains both code and docs in this change set: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/f09930d526ba
27-05-2011

EVALUATION Integrate documentation-only changes under this CR, and increment code changes under 7032323.
18-05-2011