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.

List of issuesList of issues

#196 AS3 switch issue / automatic deobfuscation
Author: user pepka
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Decompilation of a simple switch example causes NullPointerException - loop field is null due to line 1737 from Graph.java: SwitchItem sw = new SwitchItem(null, null, switchedItem, caseValues, caseCommands, defaultCommands, valueMappings); Perhaps it's necessary to handle null or pass it an appropriate Loop object. > What version of the product are you using? On what operating system? 1.6.4u1
Downloadcase.swf (1 KiB)DownloadMain.as (1 KiB)
admin
State: new→opened
Title: AS3 switch issue→AS3 switch issue / automatic deobfuscation
admin
version 1.6.5 was released. This should be fixed, try it. if you wonder why the switch is missing now, it's because of automatic deobfuscation.
State: opened→upgraded
user
Ok! You can close it. Thanks!
admin
State: upgraded→closed