Some thinking about execution

This commit is contained in:
Adam
2014-12-01 14:37:19 -05:00
parent 0d50085e03
commit 228f650b6c
14 changed files with 131 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
package info.sigterm.deob;
import info.sigterm.deob.attributes.Attributes;
import info.sigterm.deob.pool.Class;
import info.sigterm.deob.pool.UTF8;
@@ -81,7 +82,6 @@ public class ClassFile
if (other == null)
return; // inherits from a class not in my group
assert other != null;
assert other != this;
this.parent = other;