If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: The issue tracker is now writable again and logged users can download files too. But note that our support is very LIMITED.

#1006 Warning: Function value used where type Boolean was expected. Possibly the parentheses () are missing after this function reference.
Author:
BeniBela

Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new 

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