add assert to ClassUnloadEventImpl::className

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 15
    • Affects Version/s: 15
    • Component/s: core-svc
    • None
    • b19

      The className converts class signature to name format and returns.
      Mandy suggested to add an assert:
        Is ClassUnloadEvent only sent for non-array reference type?
        If so, is it worth adding an assert like
           assert classSignature.startsWith('L') && classSignature.endsWith(';');

            Assignee:
            Serguei Spitsyn
            Reporter:
            Serguei Spitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: