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.

#1225 Simplify expressions does not use +=
Author:
henke37

Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Decompilation
State: closed 

> What steps will reproduce the problem?
Decompile flash.net.dns.DNSResolver
> What is the expected output? What do you see instead?
What I get:
_loc9_ = _loc9_ + _loc18_.charAt(_loc16_);
What I expext:
_loc9_ += _loc18_.charAt(_loc16_);
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
8.0.1 Windows 7 x64
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.

Why is this a bug? I'll change it to a feature request.
Type: bug→feature
This is a duplicate of #843, is it not?
Yes, its is.
State: new→closed