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.
List of issues#197 Switch with no breaks
Author: pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed
> What steps will reproduce the problem?
Switch statment allows to miss breaks, but as I can see from examples it's not yet
considered by decompiler and the result of decompilation could be inappropriate(see
example 1) or completely broken(see example 2).
> What version of the product are you using? On what operating system?
1.6.4u1
State: new→opened
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
Much better, but still have a minor issue: for both examples the result of decompilation
is missing variable initialization "var variable = 5;" which is later used in switch
condition.
State: upgraded→returned
State: returned→opened
version 1.6.5u1 was released
it should be fixed now
State: opened→upgraded
Now it's ok. Thanks!
State: upgraded→closed