mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 13:25:34 +00:00
8026884: test for fix of JDK-8021398 does not have @bug tag
8028021: @since 1.8 missing for certain methods in java.lang.reflect.Method in generated api docs Two documentation fixes Reviewed-by: darcy
This commit is contained in:
parent
4208726b35
commit
fadfc31bec
@ -240,6 +240,7 @@ public abstract class Executable extends AccessibleObject
|
||||
* declared or implicitly declared or neither) for the executable
|
||||
* represented by this object.
|
||||
*
|
||||
* @since 1.8
|
||||
* @return The number of formal parameters for the executable this
|
||||
* object represents
|
||||
*/
|
||||
@ -290,6 +291,7 @@ public abstract class Executable extends AccessibleObject
|
||||
* have unique names, or names that are legal identifiers in the
|
||||
* Java programming language (JLS 3.8).
|
||||
*
|
||||
* @since 1.8
|
||||
* @throws MalformedParametersException if the class file contains
|
||||
* a MethodParameters attribute that is improperly formatted.
|
||||
* @return an array of {@code Parameter} objects representing all
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8021398
|
||||
* @compile -parameters GetAnnotatedTypeTest.java
|
||||
* @run main GetAnnotatedTypeTest
|
||||
* @summary javac should generate method parameters correctly.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user