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#835 static var value assign bug
Author: galok
Date created:
Type: bug
Visibility: Everybody
Assigned to: JPEXS
Labels: AS3Decompilation
State: closed
> What steps will reproduce the problem?
> What is the expected output? What do you see instead?
expected:
private static var _locked:Boolean = false;
public static const var1:Type1 = new Type1(0);
{
_locked = true;
}
what i see instead:
private static var _locked:Boolean = true;
public static const var1:Type1 = new Type1(0); // constructor of Type1 using _locked
var
> What version of the product are you using? On what operating system?
4.1.1
> 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
The same happens to me. (and gives other unwanted errors)
honfika or JPEXS, static var value assign bug -> Static Variable Object Value Assign Bug
Hi both,
please try nightly 426 or later,
I reordered the traits and also made few static initializer improvements (with help of
user Jackkal on the Github)
It was fixed more than 1 month ago, I close this issue due to inactivity. Please create
new issue if the problem still exists.
State: upgraded→closed