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

#110 Issues with [CLASS] Tags
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

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]
admin
State: new→opened
admin
version 1.6.1 was released. This should be fixed.
State: opened→upgraded
user
It is! Thanks
admin
State: upgraded→closed