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

#1006 Warning: Function value used where type Boolean was expected. Possibly the parentheses () are missing after this function reference.
Author: user BeniBela
Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: closed Help

When a function variable is tested in a condition like if(_destroyFunc) The flex compiler complains Warning: Function value used where type Boolean was expected. Possibly the parentheses () are missing after this function reference. It should be exported as if(_destroyFunc != null) or so
admin
Which file? Could you attach it?
user
Same as always... #970
admin
This is fixed in nightly 2299.
State: new→upgraded
admin
State: upgraded→closed