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.

#106 Remove static imports
Author:
honfika

Date created:
Type: other
Visibility: Everybody
Assigned to:
Labels: FFDec source
State: closed 

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.
State: new→opened
version 1.6.1 was released. Your changes were merged to main brach so the static imports
are history.
State: opened→upgraded
Thank you very much
State: upgraded→closed