JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#245 double spaces before and after "as" keyword in decomplied code
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

> What steps will reproduce the problem? Decompile any code with contains "as" instuction. > What is the expected output? What do you see instead? Expeced: result=event.result<SPACE>as<SPACE>Object; Current: result=event.result<SPACE><SPACE>as<SPACE><SPACE>Object; > What version of the product are you using? On what operating system? 1.6.6u2, win7 x64 > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
State: new→opened
version 1.6.7 released it should be fixed, try it
State: opened→upgraded
Yes, it was fixed, thanks.
State: upgraded→closed