-
Bug
-
Resolution: Fixed
-
P4
-
12, 13
-
b22
Methods MethodTypeDesc:changeReturnType, ofDescriptor have the assertion: Throws: NullPointerException - if any argument is null. It should be reworded because methods have only one parameter.
Method j.l.c.MethodHandleDesc:asType - missing assertion:
Throws NullPointerException - if the argument is null
Cosmetic issue:
All assertions of class MethodTypeDesc that define ranges use the syntax
{[ start, end]} except the method dropParameterTypes that uses [0, parameterCount] for the end parameter i.e. there are missing curly brackets
Method j.l.c.MethodHandleDesc:asType - missing assertion:
Throws NullPointerException - if the argument is null
Cosmetic issue:
All assertions of class MethodTypeDesc that define ranges use the syntax
{[ start, end]} except the method dropParameterTypes that uses [0, parameterCount] for the end parameter i.e. there are missing curly brackets
- clones
-
JDK-8219487 j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
- Resolved
- csr for
-
JDK-8223966 j.l.c.MethodTypeDesc::ofConstructor spec should contain precise assertions for its parameters
- Closed