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.

#110 Issues with [CLASS] Tags
Author:
jduncanator

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

Issues with stripHighlights or something that causes "[/CLASS]" and "[CLASSXX]" to be
emitted at the start and end of source code, makes recompiling from source a pain in the
arse!
Example:
[CLASS7] import mx.logging.ILogger;
import flash.display.Sprite;
import flash.geom.Point;
import __AS3__.vec.Vector;
.....
private function addPlanetLayers(param1:int) : void {
var _loc2_:Sprite = null;
var _loc3_:int = this.parseContainingPlanetsCount(param1);
var _loc4_:* = 0;
while(_loc4_<_loc3_)
{
_loc2_=new Sprite();
_loc2_.mouseEnabled=Main.mouseEventsEnabled;
_loc2_.mouseChildren=Main.mouseEventsEnabled;
this.backgroundLayers.push(_loc2_);
this.backgroundContainer.addChild(_loc2_);
_loc4_++;
}
return;
}
}
[/CLASS]
State: new→opened
version 1.6.1 was released. This should be fixed.
State: opened→upgraded
It is! Thanks
State: upgraded→closed