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.
Error: You should login first.
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:
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
Which file? Could you attach it?
Same as always... #970
This is fixed in nightly 2299.
State: new→upgraded
State: upgraded→closed