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

#1189 imports sorting
Author: user BeniBela
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: closed Help

It is completely mysterious which imports ffdec is inserting in the as files. A lot are unused, some are missing despite being there, and the remaining seem to be shuffled randomly (compare the attached swf to the one in #970. pretty much the same, but decompiled the order of all the imports has changed). It should only import the necessary classes, in a deterministic order. Perhaps alphabetically, so you commit the resulting as files to sourcecontrol and get not an overwhelming diff with 100 files with changing imports
admin
I am sorry for letting you wait so much without an answer and I don't think it is now (after flash shutdown) even relevant, The imports are sorted in current version (probably implemented earlier), I don't see a problem, I am closing this one issue.
State: new→closed
Title: imports→imports sorting