MethodBody empty path fix

This commit is contained in:
Jindra Petk
2013-07-16 06:28:13 +02:00
parent 17051a4ff7
commit 737bdd5a18

View File

@@ -107,14 +107,6 @@ public class MethodBody implements Cloneable, Serializable {
if (debugMode) {
System.err.println("Decompiling " + path);
}
if (path.equals("")) {
Logger.getLogger(MethodBody.class.getName()).log(Level.SEVERE, "Empty", new Exception());
System.exit(0);
}
if (path.startsWith("*.")) {
Logger.getLogger(MethodBody.class.getName()).log(Level.SEVERE, "Star", new Exception());
//System.exit(0);
}
String s = "";
if (!(Boolean) Configuration.getConfig("decompile", Boolean.TRUE)) {
s = "//Decompilation skipped";