This ASM has a different visitMethodInsn() instruction so there are big changes throughout the code. The tests are running fine but as new testcases are added related to Java8 we may need further fixes to take account of the extra isInterface parameter on visitMethodInsn()
7 lines
304 B
XML
7 lines
304 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src/main/java"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J180_b128"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|