-
Bug
-
Resolution: Fixed
-
P3
-
None
-
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.
"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.