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

Improve VerifyError message about overriding a final method

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • b24
    • Not verified

        Improve messages like this: "java.lang.VerifyError: class B overrides final method m.()V"

        to include the classes, methods, and signatures of the methods. For example:

        java.lang.VerifyError: Method B.m()V overrides final method A.m()V

              hseigel Harold Seigel (Inactive)
              hseigel Harold Seigel (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: