constantpool: arrays=>lists, accessing constant is synchronized (parallel decompiling thown ArrayOutOfBound exceptions, because the constantpool was modified in another thread)

This commit is contained in:
Honfika
2013-11-14 17:04:52 +01:00
parent e918209716
commit 93196ebcd7
62 changed files with 477 additions and 368 deletions
@@ -74,7 +74,7 @@ public class UsageFrame extends AppFrame implements ActionListener, MouseListene
cont.add(new JScrollPane(usageList), BorderLayout.CENTER);
cont.add(buttonsPanel, BorderLayout.SOUTH);
setSize(400, 300);
setTitle(translate("dialog.title") + abc.constants.constant_multiname[multinameIndex].getNameWithNamespace(abc.constants));
setTitle(translate("dialog.title") + abc.constants.getMultiname(multinameIndex).getNameWithNamespace(abc.constants));
View.centerScreen(this);
View.setWindowIcon(this);
}