JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#107 Separate the gui classes from the other
Author: developer honfika
Date created:
Type: other
Visibility: Everybody
Assigned to:
Labels: FFDec source
State: closed Help

Please separate the gui classes from the other classes: com.jpexs.decompiler.flash.gui.FrameNode and com.jpexs.decompiler.flash.gui.TagNode classes are used from SWF class. Please move it out from gui folder. XFLConverter references to Main (applicationName, version). Please move this settings from Main class to somewhere else, if it is not a problem. It would be great to do it for Configuration class too, but it is not a big problem if you leave it as it is.
admin
State: new→opened
admin
version 1.6.1 was released. I have moved Main class to the gui package, FrameNode & TagNode to base package, updated all references to Main class. Configuration class was updated so it does not depend on GUI. I hope this is enough.
State: opened→upgraded
developer
Yes, thank you:)
admin
State: upgraded→closed