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

JASM reports warnings for interface methods with code in 52.0 class files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • asm_tools_6.0
    • None
    • tools
    • None
    • b02

      asmtools jasm command produces warnings for interface methods with flags other than "public abstract":
      "Warning: interface method must be abstract public only"
      Non-abstract public, static and private methods are allowed in Java 8 (class file version 52.0) and may be created by javac (default methods).
      The warnings shouldn't be produced for classes with version >= 52.0.

            klooney Kevin Looney (Inactive)
            slukyanov Stanislav Lukyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: