dlcheck
dlcheck copied to clipboard
java.lang.VerifyError: Instruction type does not match stack map
The error happens when instructing class like
public class Main
{
public synchronized static boolean h()
{
return true;
}
}
Same here with version 0.5.1 and 0.5 but runs with 0.4
I could bypass the remaining errors in 0.4 in my project by using e.g. -Ddlcheck.exclude=org.tanukisoftware.*,org.apache.catalina.*,javolution.util.FastMap,javolution.text.Text