If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
: WARNING - support of the decompiler is now VERY LIMITED. There are no active developers. This means waiting times in the issue tracker are very long and mostly depend on community. Sorry for the inconvenience.

#103 Missing block
Author:
pepka

Date 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


State: new→opened
version 1.6.1 was released. This should be fixed.
State: opened→upgraded
Hi,
this one has gone.
State: upgraded→closed