TreeScanner.visitNewClass should scan tree.typeargs

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 7
    • Affects Version/s: 7
    • Component/s: 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);
          }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: