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

javac allows catching type parameter

XMLWordPrintable

    • b56
    • generic
    • solaris_8

      javac fails to give the required error on the following code. See also 4992380.

      class J {
          <T extends Error, U extends Error> void foo() {
              try {
                  int i = 12;
              } catch (T ex) {
              } catch (U ex) {
              }
          }
      }

            ahe Peter Ahe
            gafter Neal Gafter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: