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.

#485 editing AS directly: unary minus sign
Author:
honfika

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS1/2Direct Editation
State: closed 

> What steps will reproduce the problem?
try to edit AS2 script. Write the following to the source area:
var x = -1 + 1;
press save.
> What is the expected output? What do you see instead?
expected:
Source area shows: var x = -1 + 1;
current:
Source area shows: var x = 0 - (1 + 1);
Which has a diffrent value
> What version of the product are you using? On what operating system?
1.8.0u1+
> 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
it is fixed in the repository
State: new→upgraded
Title: AS2 parsing creates wrong expression tree→editing AS directly: unary minus sign
Title: AS2 parsing creates wrong expression tree→editing AS directly: unary minus sign
yes, fixed. Thank you.
State: upgraded→closed