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

NPE from visitTypeParameter method of TreeScanner subclass in TreeInfo.declarationFor method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 7
    • tools
    • None
    • generic
    • generic, windows_xp

      Maurizio found NPE in TreeInfo.declarationFor; more specifically, the NPE seems to be coming for the new visitor method that has been recently added:

      public void visitTypeParameter(JCTypeParameter that) {
                      if (that.type.tsym == sym) result = that; //NPE here
                      else super.visitTypeParameter(that);
                  }

      He suspects the problem is caused by the fact that 'that.type' is null.

            jjh James Holmlund (Inactive)
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: