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.

#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:
Labels: AS3Decompilation
State: closed 

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