From 737bdd5a18d0b15a838d359c4291cf61fa5ff657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Tue, 16 Jul 2013 06:28:13 +0200 Subject: [PATCH] MethodBody empty path fix --- .../com/jpexs/decompiler/flash/abc/types/MethodBody.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java b/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java index 1c844af34..cf3cda5ed 100644 --- a/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java +++ b/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java @@ -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";