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.
List of issues#103 Missing block
Author:
pepka
pepkaDate created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed 

> What steps will reproduce the problem?
The result of decompilation of a few instructions is missing (although instructions are
present in p-code).
> What is the expected output? What do you see instead?
Instead of:
if (vars.isGSVars)
{
vars = vars.vars;
}
you get:
if(vars.isGSVars)
{
}
> What version of the product are you using? On what operating system?
1.6.0u1
missing_block.swf (2 KiB)
Main.as (2 KiB)State: new→opened
version 1.6.1 was released. This should be fixed.
State: opened→upgraded
Hi,
this one has gone.
State: upgraded→closed
