soot-oss / soot

Soot - A Java optimization framework
GNU Lesser General Public License v2.1
2.88k stars 708 forks source link

soot has any option to skip java.lang.RuntimeException: Class names not equal! exception #1197

Open muthu30011997 opened 5 years ago

muthu30011997 commented 5 years ago

If a jar does not have correct package structure, then i got below exception,

java.lang.RuntimeException: Class names not equal!

Is soot has any option to skip this exception ? (like -ice to skip classpath error)

anddann commented 5 years ago

can you provide a jar file to reproduce the exception?

vmtest888 commented 4 years ago

Bytecode-Viewer-2.9.22.jar

https://github.com/Konloch/bytecode-viewer/releases/download/v2.9.22/Bytecode-Viewer-2.9.22.jar

java.lang.RuntimeException: Class names not equal! ArgumentTypes != Krakatau-master.tests.decompiler.classes.ArgumentTypes

w58296 commented 1 year ago

can you provide a jar file to reproduce the exception?

Hi, is this problem solved? I also want to skip this error.

anddann commented 1 year ago

Thanks for re-posting. I'll take a look. Did you try it out yourself?