-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
None
-
Verified
Under the present implementation of method parameter reflection, parameters whose name index is 0 in the class file (ie parameters that have no name) are treated the same as parameters whose name is "": a name of the form "argI" is synthesized for them.
There needs to be a determination as to whether or not this is the correct behavior, which entail either of 1) updating the spec accordingly if it is, or 2) updating the implementation accordingly if it is not.
There needs to be a determination as to whether or not this is the correct behavior, which entail either of 1) updating the spec accordingly if it is, or 2) updating the implementation accordingly if it is not.
- relates to
-
JDK-8004729 Add java.lang.reflect.Parameter and related changes for parameter reflection
-
- Closed
-