Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8350548

java.lang.classfile package javadoc has errors

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      1. a method called "transformingMethodBodiess" is mentioned, which has an obvious typo.
      2. The snippet:
      var cc = ClassFile.of();
      byte[] newBytes = cc.transform(cc.parse(bytes), ct);
      can't work because ClassFile doesn't have a transform method.


            asotona Adam Sotona
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: