-
Bug
-
Resolution: Fixed
-
P3
-
12, 13
-
None
-
b20
It does not conform to the spec that states:
Throws: NullPointerException - if any argument is null
-----
ClassDesc cd = ClassDesc.ofDescriptor(ConstantUtils.TClass.class.descriptorString());
cd.nested("nested", null, null, "extra");
return Status("Failed");
----
Throws: NullPointerException - if any argument is null
-----
ClassDesc cd = ClassDesc.ofDescriptor(ConstantUtils.TClass.class.descriptorString());
cd.nested("nested", null, null, "extra");
return Status("Failed");
----
- csr for
-
JDK-8223034 j.l.c.ClassDesc::nested(String, String...) must throw NPE if any arg is null
-
- Closed
-