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

#106 Remove static imports
Author: developer honfika
Date created:
Type: other
Visibility: Everybody
Assigned to:
Labels: FFDec source
State: closed Help

Please remove static imports from the following classes. TraitSlotConst ActionScriptParser SetMemberTreeItem SetPropertyTreeItem SetVariableTreeItem ImageTag (use import com.jpexs.decompiler.flash.SWF instead) DefineBitsLossless2Tag (write DefineBitsLosslessTag.FORMAT_24BIT_RGB instead) XFLConverter (write FILLSTYLE.xxx instead) (Maybe you can remove from NewVersionDialog, too) They are usually not used, and it is recommended to use it very sparingly. http://docs.oracle.com/javase/1.5.0/docs/guide/language/static-import.html So I'd like to ask you to remove/replace them, because it would be easier for me to convert some parts of your code to C# (because C# doesn't support static imports. Thanks.
admin
State: new→opened
admin
version 1.6.1 was released. Your changes were merged to main brach so the static imports are history.
State: opened→upgraded
developer
Thank you very much
admin
State: upgraded→closed