Issue #147 Escape filenames from invalid identifiers

Issue #132 Rename identifiers renames strings
Issue #130 Renaming identifiers in SymbolClass tags
This commit is contained in:
Jindra Petk
2013-06-22 17:44:35 +02:00
parent 0e23c3aabf
commit f3a2d0ada1
7 changed files with 266 additions and 76 deletions

View File

@@ -1705,10 +1705,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
int cnt = 0;
if (abcPanel != null) {
HashMap<String, String> namesMap = new HashMap<>();
for (ABCContainerTag tag : abcPanel.list) {
cnt += tag.getABC().deobfuscateIdentifiers(namesMap);
}
cnt = swf.deobfuscateAS3Identifiers();
} else {
cnt = swf.deobfuscateAS2Identifiers();
}