JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#1756 Extending or Implementing classes
Author:
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new Help

In AS3 there are possibility to create extended classes. For example: public class B extends A оr public class C extends B implements A. Can you add a possibility to create them in JPEXS FFDEC? Thanks!
You can create these by direct editation of Actionscript - use that experimental button.
Thanks for the answer! But the Actionscript editor actually brokes the swf or gives the error*. This one of the errors: IndexOutOfBoundsException (Index: 12, Size: 12)
Then I must fix it. FFDec cannot do it any other way than how the editor works. Please attach your SWF file and let me know which class you editedd. If it was a brand new class (from add script functionality), then better.
In the protocol.packages.server.PacketHello
Here I need to know what you really tried to do with the PacketHello class. You added extends clause? If you still remember... In current nightly (2213), we modified method of adding new AS3 classes, that might help. (If you created new class and then tried to extend it)