Update ASM library to support java9
This commit is contained in:
@ -37,7 +37,7 @@ public class PMDASMVisitor extends ClassVisitor {
|
||||
public List<String> innerClasses;
|
||||
|
||||
public PMDASMVisitor(String outerName) {
|
||||
super(Opcodes.ASM5);
|
||||
super(Opcodes.ASM6);
|
||||
this.outerName = outerName;
|
||||
}
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -747,7 +747,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>5.0.4</version>
|
||||
<version>6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
|
Reference in New Issue
Block a user