j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 13
    • Affects Version/s: 12, 13
    • Component/s: core-libs
    • None

      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");
      ----

            Assignee:
            Vicente Arturo Romero Zaldivar
            Reporter:
            Leonid Kuskov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: