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

#485 editing AS directly: unary minus sign
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> 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
admin
it is fixed in the repository
State: new→upgraded
Title: AS2 parsing creates wrong expression tree→editing AS directly: unary minus sign
developer
yes, fixed. Thank you.
State: upgraded→closed