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

#128 Missing import for getTimer() function
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

Looks like decompilation engine have issues with adding imports for stand-alone methods, like getTimer(), setInterval(), etc. In case of getTimer import flash.utils.getTimer; or import flash.utils.*; should be added.
I tried it on my own SWF and the import was added. Could you provide sample SWF with missing import?
Sure, here it is. Look at the Main class please.
State: new→opened
version 1.6.3 released it should be better now, try it
State: opened→upgraded
Yeah, looks fine, thanks!
State: upgraded→closed