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.

#256 AS3 Object literal in return clause
Author:
focus

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed 

Please, look at the sandy.math.ColorMath in the attached file.
Methods hex2rgb and hex2rgbn will not compile back:
ColorMath.as, Line 174 1078: Label must be a simple identifier.
problem is here:
return
{
"r":_loc2_,
"g":_loc3_,
"b":_loc4_
}
;
Here is original source:
https://code.google.com/p/sandy/source/browse/trunk/sandy/as3/tags/3.1.1/src/sandy/math/Co
lorMath.as
return {r:r,g:g,b:b} ;

State: new→opened
Title: AS3 Decompilation issue→AS3 Object literal in return clause
Title: AS3 Decompilation issue→AS3 Object literal in return clause
version 1.6.7 released
it should be fixed, try it
State: opened→upgraded
Yeah, fixed now, thanks!
State: upgraded→closed