If hidden class is used as bound for parameter sigtest.Setup writes it into file

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P2
    • st1.3
    • Affects Version/s: st1.3
    • Component/s: tools
    • None
    • sparc
    • solaris_9

      Interface (class) Inner is not visible is used as bounds of parameter T in method(class) declaration
      /******************************************/
      public class tst030m {
              public <T extends Inner> List<T> MethodWR1(Hashtable<T, T> param) {return null;}
      }
      interface Inner {}
      /*****************************************/
      signaturetest.Setup writes
      ------------------------T in method declaration---------
      meth public <%0 extends testSigTest.tst030m.Inner> java.util.List<{%%0}> testSigTest.tst030m.tst030m.MethodWR1(java.util.Hashtable<{%%0},{%%0}>)
      -----------------------T in class declaration-----------
      CLSS public testSigTest.tst030m.tst030m<%0 extends testSigTest.tst030m.Inner>
      ----------------------------------------------

            Assignee:
            Roman Makarchuk (Inactive)
            Reporter:
            Aleksandr Sokolov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: