If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1502 Renamed class variable names are not saved
Author:
Robotex

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
Rename a class variable name using the "Globally rename identifier" feature, save the
edited swf and reload.
> What is the expected output? What do you see instead?
I expect to see the edited variable name after the reload, instead I see the previous name
before the edit
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
11.2.0 nightly 1713 (checked also on stable version)
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Forgot to include this exception log
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1321)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1296)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
at com.jpexs.decompiler.flash.gui.View.execInEventDispatch(View.java:452)
at com.jpexs.decompiler.flash.gui.MainPanel.renameMultiname(MainPanel.java:1073)
at com.jpexs.decompiler.flash.gui.MainPanel$14.doInBackground(MainPanel.java:2038)
at com.jpexs.decompiler.flash.gui.MainPanel$14.doInBackground(MainPanel.java:2035)
at com.jpexs.helpers.CancellableWorker$1.call(CancellableWorker.java:51)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.jpexs.helpers.CancellableWorker.run(CancellableWorker.java:68)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at
com.jpexs.decompiler.flash.gui.MainPanel.lambda$renameMultiname$1(MainPanel.java:1082)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDo
main.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
cannot reproduce without sample swf file
State: new→closed