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

#72 first ternary operator expression is always true
Author: user removs
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

Decompiling a ternary operator always gives true as first operation. Ex. code: getlocal_1 getlex m[8]"int" istypelate iffalse ofs003f getlocal_0 getlocal_1 getlex m[8]"int" astypelate callproperty m[717]"-.getVisualIndex" 1 convert_i jump ofs0041 ofs003f:pushbyte 0 ofs0041:convert_i setlocal 4 the decompiled code is: _loc4_=param1 is int?true:0; instead of: _loc_4 = param1 is int ? (this.getVisualIndex(param1 as int)) : (0); version 1.4.3u2 on win XP
admin
State: new→opened
admin
version 1.5.0 was released. This bug should be fixed. Let me know so I can close the issue.
State: opened→upgraded
user
It's fixed in 1.5.0 thanks!
admin
State: upgraded→closed