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

Non-final method from final class should be compatible with final method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • st1.4
    • st1.5
    • tools
    • None
    • fcs
    • x86
    • generic
    • Verified

      A private method and all methods declared immediately within a final class (§8.1.1.2) behave as if they are final, since it is impossible to override them.

      Sigtest doesn't check such methods as equals.

      public final class A {
       public final void foo() {}
      }
      equals to:
      public final class A {
       public void foo() {}
      }

      Thanks to Paul Hendley :)

            rmakarch Roman Makarchuk (Inactive)
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: