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

TreeScanner.visitNewClass should scan tree.typeargs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7
    • 7
    • tools
    • None
    • b84
    • generic
    • generic
    • Verified

      com.sun.tools.javac.tree.TreeScanner visitNewClass omits to scan tree.typeargs, but should.

          public void visitNewClass(JCNewClass tree) {
              scan(tree.encl);
              scan(tree.clazz);
              scan(tree.args);
              scan(tree.def);
          }

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: