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

#2314 const init section within class has no surrounding brackets after decomp
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? Download the attached swf and go to editor.Editor, press Edit ActionScript, add a spacebar somewhere, and press save. > What is the expected output? What do you see instead? Expected output should be saving properly, but instead an error pops up saying "IDENTIFIER expected but INTEGER found on line 99" If you surround the section with brackets it saves properly, but the brackets get removed after save > What version of the product are you using? Is it "nightly build"? Which operating system do you have? v.21.0.5 nightly build 2901 on Windows 10 There are brackets surrounding the affected section on v.20.1.0 and the bug does not occur
DownloadNv2.swf (552 KiB)
admin
This is fixed in nightly 2907. The const init section still has no surrounding brackets, but now it will save correctly.
State: new→upgraded
user
It works perfectly now, thanks!
admin
You're welcome.
State: upgraded→closed