Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-6403743

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • st1.3
    • st1.3
    • 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>
      ----------------------------------------------

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: