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 issues#2576 AS3 editor allows duplicate variable declarations, resulting in runtime VerifyError
Author:
WuDi
WuDiDate created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

> What steps will reproduce the problem?
private static const TEST:int = 1;
private static const TEST:int = 2;
AS3 Editor saves the swf without complaint.
> What is the expected output? What do you see instead?
AS3 Editor should be able to find this code error.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
FFDec 24.1.1, tried both release version and nightly 3350 verison. Windows 10.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.