avoid throwing EmptyStackExceptions in as2 deobfuscation

This commit is contained in:
2015-08-26 20:50:22 +02:00
parent 5465043ec0
commit 696ee04cb4
104 changed files with 1451 additions and 469 deletions
@@ -40,8 +40,6 @@ public class JRepeatButton extends JButton {
public JRepeatButton(String text, ImageIcon icon) {
super(text, icon);
addMouseListener(new MouseAdapter() {
int counter = 0;
ScheduledFuture<?> future;
@Override