mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 15:47:28 +00:00
Added Show "Renaming identifiers" status on file opening with auto rename identifiers on
This commit is contained in:
@@ -1547,6 +1547,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
}
|
||||
|
||||
if (allowRenameIdentifiers && Configuration.autoRenameIdentifiers.get()) {
|
||||
if (listener != null) {
|
||||
listener.status("renaming.identifiers");
|
||||
}
|
||||
deobfuscateIdentifiers(RenameType.TYPENUMBER);
|
||||
AbcMultiNameCollisionFixer collisionFixer = new AbcMultiNameCollisionFixer();
|
||||
collisionFixer.fixCollisions(this);
|
||||
|
||||
Reference in New Issue
Block a user