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

compiler fails to flag an enum abstract

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 5.0
    • 5.0
    • tools
    • b56
    • generic
    • solaris_8

      enum A implements I {
          toto {
              public void m() {
              }
          }
      }

      interface I {
          void m();
      }

      A.java:1: A is not abstract and does not override abstract method m() in I
      enum A implements I {
      ^

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: