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.

#149 AS3 decompilation issue: empty if branches
Author:
focus

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Obfuscated
State: closed 

Hey, please take a look at the attached file.
I see some weird if() branches there like this:
if(!(ls[_loc2_].n))
{
}
else
{
....
I guess it would be much better to show it as
if(ls[_loc2_].n)
{
....
}
http://i.imgur.com/IOXFwpc.png

State: new→opened
version 1.6.3u2
This was improved, try it.
State: opened→upgraded
Wow, that was fast! Looks much better now, thank you!
State: upgraded→closed