-
Notifications
You must be signed in to change notification settings - Fork 14
Disassemble NPE #40
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
catchType can be null to catch all exceptions (finally blocks) according to the asm docs
java.lang.NullPointerException: Parameter specified as non-null is null: method com.roscopeco.jasm.JasmDisassemblingVisitor$JasmDisassemblingMethodVisitor.visitTryCatchBlock, parameter type
at com.roscopeco.jasm.JasmDisassemblingVisitor$JasmDisassemblingMethodVisitor.visitTryCatchBlock(JasmDisassemblingVisitor.kt)
at org.objectweb.asm.ClassReader.readCode(ClassReader.java:1857)
at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1514)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:744)
at org.objectweb.asm.ClassReader.accept(ClassReader.java:424)
at com.roscopeco.jasm.JasmDisassembler.disassemble(JasmDisassembler.kt:42)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working