JPEXS Free Flash Decompiler Issue Tracker

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.

Error: Please login first to download files from the Issue Tracker. You can register for free.
List of issuesList of issues

#197 Switch with no breaks
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

> 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
Downloadex1.swf (1 KiB)Downloadex1.as (434 B)Downloadex2.swf (1 KiB)Downloadex2.as (1 KiB)
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