From 932516ce3e443f8e75e6a679076e4fc051feea34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sun, 20 Jan 2013 21:00:59 +0100 Subject: [PATCH] code formatting --- trunk/src/com/jpexs/asdec/Configuration.java | 2 - trunk/src/com/jpexs/asdec/EventListener.java | 2 - trunk/src/com/jpexs/asdec/Main.java | 11 +- .../src/com/jpexs/asdec/PercentListener.java | 3 +- trunk/src/com/jpexs/asdec/SWF.java | 6 +- trunk/src/com/jpexs/asdec/SWFInputStream.java | 12 +- .../src/com/jpexs/asdec/SWFOutputStream.java | 2 - trunk/src/com/jpexs/asdec/abc/ABC.java | 34 +++-- .../com/jpexs/asdec/abc/ABCInputStream.java | 2 - .../com/jpexs/asdec/abc/ABCOutputStream.java | 2 - .../com/jpexs/asdec/abc/CopyOutputStream.java | 2 - .../com/jpexs/asdec/abc/NotSameException.java | 2 - .../com/jpexs/asdec/abc/avm2/AVM2Code.java | 2 - .../com/jpexs/asdec/abc/avm2/CodeStats.java | 2 - .../jpexs/asdec/abc/avm2/ConstantPool.java | 2 - .../asdec/abc/avm2/ConvertException.java | 2 - .../asdec/abc/avm2/InstructionStats.java | 2 - .../abc/avm2/InvalidInstructionArguments.java | 2 - .../jpexs/asdec/abc/avm2/LocalDataArea.java | 2 - .../abc/avm2/UnknownInstructionCode.java | 2 - .../asdec/abc/avm2/UnknownJumpException.java | 2 - .../jpexs/asdec/abc/avm2/flowgraph/Graph.java | 2 - .../asdec/abc/avm2/flowgraph/GraphPart.java | 2 - .../avm2/instructions/AVM2Instruction.java | 2 - .../abc/avm2/instructions/IfTypeIns.java | 2 - .../instructions/InstructionDefinition.java | 2 - .../abc/avm2/instructions/SetTypeIns.java | 2 - .../avm2/instructions/arithmetic/AddIIns.java | 2 - .../avm2/instructions/arithmetic/AddIns.java | 2 - .../arithmetic/DecrementIIns.java | 2 - .../instructions/arithmetic/DecrementIns.java | 2 - .../instructions/arithmetic/DivideIns.java | 2 - .../arithmetic/IncrementIIns.java | 2 - .../instructions/arithmetic/IncrementIns.java | 2 - .../instructions/arithmetic/ModuloIns.java | 2 - .../instructions/arithmetic/MultiplyIIns.java | 2 - .../instructions/arithmetic/MultiplyIns.java | 2 - .../instructions/arithmetic/NegateIIns.java | 2 - .../instructions/arithmetic/NegateIns.java | 2 - .../avm2/instructions/arithmetic/NotIns.java | 2 - .../instructions/arithmetic/SubtractIIns.java | 2 - .../instructions/arithmetic/SubtractIns.java | 2 - .../avm2/instructions/bitwise/BitAndIns.java | 2 - .../avm2/instructions/bitwise/BitNotIns.java | 2 - .../avm2/instructions/bitwise/BitOrIns.java | 2 - .../avm2/instructions/bitwise/BitXorIns.java | 2 - .../avm2/instructions/bitwise/LShiftIns.java | 2 - .../avm2/instructions/bitwise/RShiftIns.java | 2 - .../avm2/instructions/bitwise/URShiftIns.java | 2 - .../instructions/comparsion/EqualsIns.java | 2 - .../comparsion/GreaterEqualsIns.java | 2 - .../comparsion/GreaterThanIns.java | 2 - .../comparsion/LessEqualsIns.java | 2 - .../instructions/comparsion/LessThanIns.java | 2 - .../comparsion/StrictEqualsIns.java | 2 - .../construction/ConstructIns.java | 2 - .../construction/ConstructPropIns.java | 2 - .../construction/ConstructSuperIns.java | 2 - .../construction/NewActivationIns.java | 2 - .../construction/NewArrayIns.java | 2 - .../construction/NewCatchIns.java | 2 - .../construction/NewClassIns.java | 2 - .../construction/NewFunctionIns.java | 2 - .../construction/NewObjectIns.java | 2 - .../avm2/instructions/debug/DebugFileIns.java | 2 - .../abc/avm2/instructions/debug/DebugIns.java | 2 - .../avm2/instructions/debug/DebugLineIns.java | 2 - .../avm2/instructions/executing/CallIns.java | 2 - .../instructions/executing/CallMethodIns.java | 2 - .../executing/CallPropLexIns.java | 2 - .../executing/CallPropVoidIns.java | 2 - .../executing/CallPropertyIns.java | 2 - .../instructions/executing/CallStaticIns.java | 2 - .../instructions/executing/CallSuperIns.java | 2 - .../executing/CallSuperVoidIns.java | 2 - .../abc/avm2/instructions/jumps/IfEqIns.java | 2 - .../avm2/instructions/jumps/IfFalseIns.java | 2 - .../abc/avm2/instructions/jumps/IfGeIns.java | 2 - .../abc/avm2/instructions/jumps/IfGtIns.java | 2 - .../abc/avm2/instructions/jumps/IfLeIns.java | 2 - .../abc/avm2/instructions/jumps/IfLtIns.java | 2 - .../abc/avm2/instructions/jumps/IfNGeIns.java | 2 - .../abc/avm2/instructions/jumps/IfNGtIns.java | 2 - .../abc/avm2/instructions/jumps/IfNLeIns.java | 2 - .../abc/avm2/instructions/jumps/IfNLtIns.java | 2 - .../abc/avm2/instructions/jumps/IfNeIns.java | 2 - .../instructions/jumps/IfStrictEqIns.java | 2 - .../instructions/jumps/IfStrictNeIns.java | 2 - .../avm2/instructions/jumps/IfTrueIns.java | 2 - .../abc/avm2/instructions/jumps/JumpIns.java | 2 - .../instructions/jumps/LookupSwitchIns.java | 2 - .../instructions/localregs/DecLocalIIns.java | 2 - .../instructions/localregs/DecLocalIns.java | 2 - .../instructions/localregs/GetLocal0Ins.java | 2 - .../instructions/localregs/GetLocal1Ins.java | 2 - .../instructions/localregs/GetLocal2Ins.java | 2 - .../instructions/localregs/GetLocal3Ins.java | 2 - .../instructions/localregs/GetLocalIns.java | 2 - .../localregs/GetLocalTypeIns.java | 2 - .../instructions/localregs/IncLocalIIns.java | 2 - .../instructions/localregs/IncLocalIns.java | 2 - .../avm2/instructions/localregs/KillIns.java | 2 - .../instructions/localregs/SetLocal0Ins.java | 2 - .../instructions/localregs/SetLocal1Ins.java | 2 - .../instructions/localregs/SetLocal2Ins.java | 2 - .../instructions/localregs/SetLocal3Ins.java | 2 - .../instructions/localregs/SetLocalIns.java | 2 - .../localregs/SetLocalTypeIns.java | 2 - .../instructions/other/DeletePropertyIns.java | 2 - .../instructions/other/FindPropertyIns.java | 2 - .../other/FindPropertyStrictIns.java | 2 - .../instructions/other/GetDescendantsIns.java | 2 - .../instructions/other/GetGlobalScopeIns.java | 2 - .../instructions/other/GetGlobalSlotIns.java | 2 - .../avm2/instructions/other/GetLexIns.java | 2 - .../instructions/other/GetPropertyIns.java | 2 - .../instructions/other/GetScopeObjectIns.java | 2 - .../avm2/instructions/other/GetSlotIns.java | 2 - .../avm2/instructions/other/GetSuperIns.java | 2 - .../avm2/instructions/other/HasNext2Ins.java | 2 - .../avm2/instructions/other/HasNextIns.java | 2 - .../abc/avm2/instructions/other/InIns.java | 2 - .../instructions/other/InitPropertyIns.java | 2 - .../abc/avm2/instructions/other/LabelIns.java | 2 - .../avm2/instructions/other/NextNameIns.java | 2 - .../avm2/instructions/other/NextValueIns.java | 2 - .../abc/avm2/instructions/other/NopIns.java | 2 - .../instructions/other/ReturnValueIns.java | 2 - .../instructions/other/ReturnVoidIns.java | 2 - .../instructions/other/SetGlobalSlotIns.java | 2 - .../instructions/other/SetPropertyIns.java | 2 - .../avm2/instructions/other/SetSlotIns.java | 2 - .../avm2/instructions/other/SetSuperIns.java | 2 - .../abc/avm2/instructions/other/ThrowIns.java | 2 - .../abc/avm2/instructions/stack/DupIns.java | 2 - .../abc/avm2/instructions/stack/PopIns.java | 2 - .../avm2/instructions/stack/PopScopeIns.java | 2 - .../avm2/instructions/stack/PushByteIns.java | 2 - .../instructions/stack/PushDoubleIns.java | 2 - .../avm2/instructions/stack/PushFalseIns.java | 2 - .../avm2/instructions/stack/PushIntIns.java | 2 - .../instructions/stack/PushNamespaceIns.java | 2 - .../avm2/instructions/stack/PushNanIns.java | 2 - .../avm2/instructions/stack/PushNullIns.java | 2 - .../avm2/instructions/stack/PushScopeIns.java | 2 - .../avm2/instructions/stack/PushShortIns.java | 2 - .../instructions/stack/PushStringIns.java | 2 - .../avm2/instructions/stack/PushTrueIns.java | 2 - .../avm2/instructions/stack/PushUIntIns.java | 2 - .../instructions/stack/PushUndefinedIns.java | 2 - .../avm2/instructions/stack/PushWithIns.java | 2 - .../abc/avm2/instructions/stack/SwapIns.java | 2 - .../avm2/instructions/types/ApplyTypeIns.java | 2 - .../avm2/instructions/types/AsTypeIns.java | 2 - .../instructions/types/AsTypeLateIns.java | 2 - .../avm2/instructions/types/CoerceAIns.java | 2 - .../avm2/instructions/types/CoerceIns.java | 2 - .../types/CoerceOrConvertTypeIns.java | 2 - .../avm2/instructions/types/CoerceSIns.java | 2 - .../avm2/instructions/types/ConvertBIns.java | 2 - .../avm2/instructions/types/ConvertDIns.java | 2 - .../avm2/instructions/types/ConvertIIns.java | 2 - .../avm2/instructions/types/ConvertOIns.java | 2 - .../avm2/instructions/types/ConvertSIns.java | 2 - .../avm2/instructions/types/ConvertUIns.java | 2 - .../instructions/types/InstanceOfIns.java | 2 - .../avm2/instructions/types/IsTypeIns.java | 2 - .../instructions/types/IsTypeLateIns.java | 2 - .../avm2/instructions/types/TypeOfIns.java | 2 - .../avm2/instructions/xml/CheckFilterIns.java | 2 - .../abc/avm2/instructions/xml/DXNSIns.java | 2 - .../avm2/instructions/xml/DXNSLateIns.java | 2 - .../avm2/instructions/xml/EscXAttrIns.java | 2 - .../avm2/instructions/xml/EscXElemIns.java | 2 - .../asdec/abc/avm2/parser/ASM3Parser.java | 2 - .../asdec/abc/avm2/parser/Flasm3Lexer.java | 2 - .../abc/avm2/parser/MissingSymbolHandler.java | 2 - .../asdec/abc/avm2/parser/ParseException.java | 2 - .../asdec/abc/avm2/parser/ParsedSymbol.java | 2 - .../abc/avm2/treemodel/ApplyTypeTreeItem.java | 2 - .../abc/avm2/treemodel/BooleanTreeItem.java | 2 - .../abc/avm2/treemodel/BreakTreeItem.java | 2 - .../avm2/treemodel/CallMethodTreeItem.java | 2 - .../avm2/treemodel/CallPropertyTreeItem.java | 2 - .../avm2/treemodel/CallStaticTreeItem.java | 2 - .../abc/avm2/treemodel/CallSuperTreeItem.java | 2 - .../abc/avm2/treemodel/CallTreeItem.java | 2 - .../abc/avm2/treemodel/ClassTreeItem.java | 2 - .../abc/avm2/treemodel/CoerceTreeItem.java | 2 - .../avm2/treemodel/ConstructPropTreeItem.java | 2 - .../treemodel/ConstructSuperTreeItem.java | 2 - .../abc/avm2/treemodel/ConstructTreeItem.java | 2 - .../abc/avm2/treemodel/ContinueTreeItem.java | 2 - .../abc/avm2/treemodel/ConvertTreeItem.java | 2 - .../abc/avm2/treemodel/DecLocalTreeItem.java | 2 - .../abc/avm2/treemodel/DecrementTreeItem.java | 2 - .../avm2/treemodel/DefaultXMLNamespace.java | 2 - .../avm2/treemodel/EscapeXAttrTreeItem.java | 2 - .../avm2/treemodel/EscapeXElemTreeItem.java | 2 - .../avm2/treemodel/FilteredCheckTreeItem.java | 2 - .../avm2/treemodel/FindPropertyTreeItem.java | 2 - .../avm2/treemodel/FloatValueTreeItem.java | 2 - .../avm2/treemodel/FullMultinameTreeItem.java | 2 - .../treemodel/GetDescendantsTreeItem.java | 2 - .../abc/avm2/treemodel/GetLexTreeItem.java | 2 - .../avm2/treemodel/GetPropertyTreeItem.java | 2 - .../abc/avm2/treemodel/GetSlotTreeItem.java | 2 - .../abc/avm2/treemodel/GetSuperTreeItem.java | 2 - .../asdec/abc/avm2/treemodel/InTreeItem.java | 2 - .../abc/avm2/treemodel/IncLocalTreeItem.java | 2 - .../abc/avm2/treemodel/IncrementTreeItem.java | 2 - .../avm2/treemodel/InitPropertyTreeItem.java | 2 - .../avm2/treemodel/IntegerValueTreeItem.java | 2 - .../abc/avm2/treemodel/LocalRegTreeItem.java | 2 - .../abc/avm2/treemodel/NameSpaceTreeItem.java | 2 - .../abc/avm2/treemodel/NameValuePair.java | 2 - .../asdec/abc/avm2/treemodel/NanTreeItem.java | 2 - .../avm2/treemodel/NewActivationTreeItem.java | 2 - .../abc/avm2/treemodel/NewArrayTreeItem.java | 2 - .../avm2/treemodel/NewFunctionTreeItem.java | 2 - .../abc/avm2/treemodel/NewObjectTreeItem.java | 2 - .../abc/avm2/treemodel/NullTreeItem.java | 2 - .../avm2/treemodel/NumberValueTreeItem.java | 2 - .../avm2/treemodel/PostDecrementTreeItem.java | 2 - .../avm2/treemodel/PostIncrementTreeItem.java | 2 - .../avm2/treemodel/ReturnValueTreeItem.java | 2 - .../avm2/treemodel/ReturnVoidTreeItem.java | 2 - .../avm2/treemodel/SetGlobalSlotTreeItem.java | 2 - .../abc/avm2/treemodel/SetLocalTreeItem.java | 2 - .../avm2/treemodel/SetPropertyTreeItem.java | 2 - .../abc/avm2/treemodel/SetSlotTreeItem.java | 2 - .../abc/avm2/treemodel/SetSuperTreeItem.java | 2 - .../abc/avm2/treemodel/SetTypeTreeItem.java | 2 - .../abc/avm2/treemodel/StringTreeItem.java | 2 - .../abc/avm2/treemodel/ThisTreeItem.java | 2 - .../abc/avm2/treemodel/ThrowTreeItem.java | 2 - .../asdec/abc/avm2/treemodel/TreeItem.java | 2 - .../abc/avm2/treemodel/UndefinedTreeItem.java | 2 - .../abc/avm2/treemodel/UnparsedTreeItem.java | 2 - .../avm2/treemodel/WithObjectTreeItem.java | 2 - .../abc/avm2/treemodel/WithTreeItem.java | 2 - .../asdec/abc/avm2/treemodel/XMLTreeItem.java | 2 - .../treemodel/clauses/AssignmentTreeItem.java | 2 - .../abc/avm2/treemodel/clauses/Block.java | 2 - .../clauses/DeclarationTreeItem.java | 2 - .../treemodel/clauses/DoWhileTreeItem.java | 2 - .../treemodel/clauses/ExceptionTreeItem.java | 2 - .../treemodel/clauses/FilterTreeItem.java | 2 - .../treemodel/clauses/ForEachInTreeItem.java | 2 - .../avm2/treemodel/clauses/ForInTreeItem.java | 2 - .../avm2/treemodel/clauses/ForTreeItem.java | 2 - .../avm2/treemodel/clauses/IfTreeItem.java | 2 - .../avm2/treemodel/clauses/LoopTreeItem.java | 2 - .../treemodel/clauses/SwitchTreeItem.java | 2 - .../treemodel/clauses/TernarOpTreeItem.java | 2 - .../avm2/treemodel/clauses/TryTreeItem.java | 2 - .../avm2/treemodel/clauses/WhileTreeItem.java | 2 - .../treemodel/operations/AddTreeItem.java | 2 - .../treemodel/operations/AndTreeItem.java | 2 - .../treemodel/operations/AsTypeTreeItem.java | 2 - .../operations/BinaryOpTreeItem.java | 2 - .../treemodel/operations/BitAndTreeItem.java | 2 - .../treemodel/operations/BitNotTreeItem.java | 2 - .../treemodel/operations/BitOrTreeItem.java | 2 - .../treemodel/operations/BitXorTreeItem.java | 2 - .../operations/DeletePropertyTreeItem.java | 2 - .../treemodel/operations/DivideTreeItem.java | 2 - .../avm2/treemodel/operations/EqTreeItem.java | 2 - .../avm2/treemodel/operations/GeTreeItem.java | 2 - .../avm2/treemodel/operations/GtTreeItem.java | 2 - .../avm2/treemodel/operations/InTreeItem.java | 2 - .../operations/InstanceOfTreeItem.java | 2 - .../treemodel/operations/IsTypeTreeItem.java | 2 - .../treemodel/operations/LShiftTreeItem.java | 2 - .../avm2/treemodel/operations/LeTreeItem.java | 2 - .../avm2/treemodel/operations/LtTreeItem.java | 2 - .../treemodel/operations/ModuloTreeItem.java | 2 - .../operations/MultiplyTreeItem.java | 2 - .../treemodel/operations/NegTreeItem.java | 2 - .../treemodel/operations/NeqTreeItem.java | 2 - .../treemodel/operations/NotTreeItem.java | 2 - .../avm2/treemodel/operations/OrTreeItem.java | 2 - .../operations/PreDecrementTreeItem.java | 2 - .../operations/PreIncrementTreeItem.java | 2 - .../treemodel/operations/RShiftTreeItem.java | 2 - .../operations/StrictEqTreeItem.java | 2 - .../operations/StrictNeqTreeItem.java | 2 - .../operations/SubtractTreeItem.java | 2 - .../treemodel/operations/TypeOfTreeItem.java | 2 - .../treemodel/operations/URShiftTreeItem.java | 2 - .../treemodel/operations/UnaryOpTreeItem.java | 2 - .../jpexs/asdec/abc/gui/ABCComboBoxModel.java | 2 - .../src/com/jpexs/asdec/abc/gui/ABCPanel.java | 4 +- .../asdec/abc/gui/ASMSourceEditorPane.java | 2 - .../jpexs/asdec/abc/gui/ClassesListTree.java | 2 - .../asdec/abc/gui/ClassesListTreeModel.java | 2 - .../asdec/abc/gui/ConstantsListModel.java | 2 - .../asdec/abc/gui/DecompiledEditorPane.java | 2 - .../com/jpexs/asdec/abc/gui/DetailPanel.java | 2 - .../abc/gui/DialogMissingSymbolHandler.java | 2 - .../com/jpexs/asdec/abc/gui/GraphFrame.java | 2 - .../jpexs/asdec/abc/gui/GraphTreeFrame.java | 2 - .../jpexs/asdec/abc/gui/IconListRenderer.java | 2 - .../asdec/abc/gui/LineMarkedEditorPane.java | 2 - .../asdec/abc/gui/MethodBodyParamsPanel.java | 2 - .../jpexs/asdec/abc/gui/MethodCodePanel.java | 2 - .../jpexs/asdec/abc/gui/MethodInfoPanel.java | 2 - .../asdec/abc/gui/MethodTraitDetailPanel.java | 2 - .../abc/gui/SlotConstTraitDetailPanel.java | 2 - .../com/jpexs/asdec/abc/gui/TraitDetail.java | 2 - .../com/jpexs/asdec/abc/gui/TraitsList.java | 2 - .../jpexs/asdec/abc/gui/TraitsListModel.java | 2 - trunk/src/com/jpexs/asdec/abc/gui/Tree.java | 2 - .../com/jpexs/asdec/abc/gui/TreeElement.java | 2 - .../jpexs/asdec/abc/gui/TreeLeafScript.java | 2 - .../com/jpexs/asdec/abc/gui/TreeVisitor.java | 2 - .../com/jpexs/asdec/abc/gui/UsageFrame.java | 2 - .../jpexs/asdec/abc/gui/UsageListModel.java | 2 - .../gui/tablemodels/DecimalTableModel.java | 2 - .../abc/gui/tablemodels/DoubleTableModel.java | 2 - .../abc/gui/tablemodels/IntTableModel.java | 2 - .../gui/tablemodels/MultinameTableModel.java | 2 - .../tablemodels/NamespaceSetTableModel.java | 2 - .../gui/tablemodels/NamespaceTableModel.java | 2 - .../abc/gui/tablemodels/StringTableModel.java | 2 - .../abc/gui/tablemodels/UIntTableModel.java | 2 - .../methodinfo_parser/MethodInfoLexer.java | 2 - .../methodinfo_parser/MethodInfoParser.java | 2 - .../abc/methodinfo_parser/ParseException.java | 2 - .../abc/methodinfo_parser/ParsedSymbol.java | 2 - .../jpexs/asdec/abc/types/ABCException.java | 2 - .../com/jpexs/asdec/abc/types/ClassInfo.java | 2 - .../com/jpexs/asdec/abc/types/Decimal.java | 2 - .../jpexs/asdec/abc/types/InstanceInfo.java | 2 - .../jpexs/asdec/abc/types/MetadataInfo.java | 2 - .../com/jpexs/asdec/abc/types/MethodBody.java | 2 - .../com/jpexs/asdec/abc/types/MethodInfo.java | 2 - .../com/jpexs/asdec/abc/types/Multiname.java | 2 - .../com/jpexs/asdec/abc/types/Namespace.java | 2 - .../jpexs/asdec/abc/types/NamespaceSet.java | 2 - .../com/jpexs/asdec/abc/types/ScriptInfo.java | 2 - .../com/jpexs/asdec/abc/types/ValueKind.java | 2 - .../jpexs/asdec/abc/types/traits/Trait.java | 2 - .../asdec/abc/types/traits/TraitClass.java | 2 - .../asdec/abc/types/traits/TraitFunction.java | 2 - .../types/traits/TraitMethodGetterSetter.java | 2 - .../abc/types/traits/TraitSlotConst.java | 2 - .../jpexs/asdec/abc/types/traits/Traits.java | 2 - .../abc/usages/ClassNameMultinameUsage.java | 2 - .../abc/usages/ConstVarMultinameUsage.java | 2 - .../usages/ConstVarNameMultinameUsage.java | 2 - .../usages/ConstVarTypeMultinameUsage.java | 2 - .../abc/usages/ExtendsMultinameUsage.java | 2 - .../abc/usages/ImplementsMultinameUsage.java | 2 - .../abc/usages/InsideClassMultinameUsage.java | 2 - .../abc/usages/MethodBodyMultinameUsage.java | 2 - .../abc/usages/MethodMultinameUsage.java | 2 - .../abc/usages/MethodNameMultinameUsage.java | 2 - .../usages/MethodParamsMultinameUsage.java | 2 - .../MethodReturnTypeMultinameUsage.java | 2 - .../asdec/abc/usages/MultinameUsage.java | 2 - .../asdec/abc/usages/TraitMultinameUsage.java | 2 - .../abc/usages/TypeNameMultinameUsage.java | 2 - trunk/src/com/jpexs/asdec/action/Action.java | 16 +-- trunk/src/com/jpexs/asdec/action/TagNode.java | 2 - .../asdec/action/UnknownJumpException.java | 2 - .../action/flashlite/ActionFSCommand2.java | 2 - .../action/flashlite/ActionStrictMode.java | 2 - .../jpexs/asdec/action/gui/ActionPanel.java | 2 - .../jpexs/asdec/action/gui/TagTreeModel.java | 2 - .../jpexs/asdec/action/parser/ASMParser.java | 2 - .../jpexs/asdec/action/parser/FlasmLexer.java | 2 - .../com/jpexs/asdec/action/parser/Label.java | 2 - .../asdec/action/parser/ParseException.java | 2 - .../asdec/action/parser/ParsedSymbol.java | 2 - .../jpexs/asdec/action/swf3/ActionGetURL.java | 2 - .../asdec/action/swf3/ActionGoToLabel.java | 2 - .../asdec/action/swf3/ActionGotoFrame.java | 2 - .../asdec/action/swf3/ActionNextFrame.java | 2 - .../jpexs/asdec/action/swf3/ActionPlay.java | 2 - .../asdec/action/swf3/ActionPrevFrame.java | 2 - .../asdec/action/swf3/ActionSetTarget.java | 2 - .../jpexs/asdec/action/swf3/ActionStop.java | 2 - .../asdec/action/swf3/ActionStopSounds.java | 2 - .../action/swf3/ActionToggleQuality.java | 2 - .../asdec/action/swf3/ActionWaitForFrame.java | 2 - .../jpexs/asdec/action/swf4/ActionAdd.java | 2 - .../jpexs/asdec/action/swf4/ActionAnd.java | 2 - .../asdec/action/swf4/ActionAsciiToChar.java | 2 - .../jpexs/asdec/action/swf4/ActionCall.java | 2 - .../asdec/action/swf4/ActionCharToAscii.java | 2 - .../asdec/action/swf4/ActionCloneSprite.java | 2 - .../jpexs/asdec/action/swf4/ActionDivide.java | 2 - .../asdec/action/swf4/ActionEndDrag.java | 2 - .../jpexs/asdec/action/swf4/ActionEquals.java | 2 - .../asdec/action/swf4/ActionGetProperty.java | 2 - .../asdec/action/swf4/ActionGetTime.java | 2 - .../asdec/action/swf4/ActionGetURL2.java | 2 - .../asdec/action/swf4/ActionGetVariable.java | 2 - .../asdec/action/swf4/ActionGotoFrame2.java | 2 - .../com/jpexs/asdec/action/swf4/ActionIf.java | 2 - .../jpexs/asdec/action/swf4/ActionJump.java | 2 - .../jpexs/asdec/action/swf4/ActionLess.java | 2 - .../action/swf4/ActionMBAsciiToChar.java | 2 - .../action/swf4/ActionMBCharToAscii.java | 2 - .../action/swf4/ActionMBStringExtract.java | 2 - .../action/swf4/ActionMBStringLength.java | 2 - .../asdec/action/swf4/ActionMultiply.java | 2 - .../jpexs/asdec/action/swf4/ActionNot.java | 2 - .../com/jpexs/asdec/action/swf4/ActionOr.java | 2 - .../jpexs/asdec/action/swf4/ActionPop.java | 2 - .../jpexs/asdec/action/swf4/ActionPush.java | 2 - .../asdec/action/swf4/ActionRandomNumber.java | 2 - .../asdec/action/swf4/ActionRemoveSprite.java | 2 - .../asdec/action/swf4/ActionSetProperty.java | 2 - .../asdec/action/swf4/ActionSetTarget2.java | 2 - .../asdec/action/swf4/ActionSetVariable.java | 2 - .../asdec/action/swf4/ActionStartDrag.java | 2 - .../asdec/action/swf4/ActionStringAdd.java | 2 - .../asdec/action/swf4/ActionStringEquals.java | 2 - .../action/swf4/ActionStringExtract.java | 2 - .../asdec/action/swf4/ActionStringLength.java | 2 - .../asdec/action/swf4/ActionStringLess.java | 2 - .../asdec/action/swf4/ActionSubtract.java | 2 - .../asdec/action/swf4/ActionToInteger.java | 2 - .../jpexs/asdec/action/swf4/ActionTrace.java | 2 - .../action/swf4/ActionWaitForFrame2.java | 2 - .../asdec/action/swf4/ConstantIndex.java | 2 - .../src/com/jpexs/asdec/action/swf4/Null.java | 2 - .../asdec/action/swf4/RegisterNumber.java | 2 - .../jpexs/asdec/action/swf4/Undefined.java | 2 - .../jpexs/asdec/action/swf5/ActionAdd2.java | 2 - .../jpexs/asdec/action/swf5/ActionBitAnd.java | 2 - .../asdec/action/swf5/ActionBitLShift.java | 2 - .../jpexs/asdec/action/swf5/ActionBitOr.java | 2 - .../asdec/action/swf5/ActionBitRShift.java | 2 - .../asdec/action/swf5/ActionBitURShift.java | 2 - .../jpexs/asdec/action/swf5/ActionBitXor.java | 2 - .../asdec/action/swf5/ActionCallFunction.java | 2 - .../asdec/action/swf5/ActionCallMethod.java | 2 - .../asdec/action/swf5/ActionConstantPool.java | 2 - .../asdec/action/swf5/ActionDecrement.java | 2 - .../action/swf5/ActionDefineFunction.java | 2 - .../asdec/action/swf5/ActionDefineLocal.java | 2 - .../asdec/action/swf5/ActionDefineLocal2.java | 2 - .../jpexs/asdec/action/swf5/ActionDelete.java | 2 - .../asdec/action/swf5/ActionDelete2.java | 2 - .../asdec/action/swf5/ActionEnumerate.java | 2 - .../asdec/action/swf5/ActionEquals2.java | 2 - .../asdec/action/swf5/ActionGetMember.java | 2 - .../asdec/action/swf5/ActionIncrement.java | 2 - .../asdec/action/swf5/ActionInitArray.java | 2 - .../asdec/action/swf5/ActionInitObject.java | 2 - .../jpexs/asdec/action/swf5/ActionLess2.java | 2 - .../jpexs/asdec/action/swf5/ActionModulo.java | 2 - .../asdec/action/swf5/ActionNewMethod.java | 2 - .../asdec/action/swf5/ActionNewObject.java | 2 - .../action/swf5/ActionPushDuplicate.java | 2 - .../jpexs/asdec/action/swf5/ActionReturn.java | 2 - .../asdec/action/swf5/ActionSetMember.java | 2 - .../asdec/action/swf5/ActionStackSwap.java | 2 - .../action/swf5/ActionStoreRegister.java | 2 - .../asdec/action/swf5/ActionTargetPath.java | 2 - .../asdec/action/swf5/ActionToNumber.java | 2 - .../asdec/action/swf5/ActionToString.java | 2 - .../jpexs/asdec/action/swf5/ActionTypeOf.java | 2 - .../jpexs/asdec/action/swf5/ActionWith.java | 2 - .../asdec/action/swf6/ActionEnumerate2.java | 2 - .../asdec/action/swf6/ActionGreater.java | 2 - .../asdec/action/swf6/ActionInstanceOf.java | 2 - .../asdec/action/swf6/ActionStrictEquals.java | 2 - .../action/swf6/ActionStringGreater.java | 2 - .../jpexs/asdec/action/swf7/ActionCastOp.java | 2 - .../action/swf7/ActionDefineFunction2.java | 2 - .../asdec/action/swf7/ActionExtends.java | 2 - .../asdec/action/swf7/ActionImplementsOp.java | 2 - .../jpexs/asdec/action/swf7/ActionThrow.java | 2 - .../jpexs/asdec/action/swf7/ActionTry.java | 2 - .../action/treemodel/AsciiToCharTreeItem.java | 2 - .../asdec/action/treemodel/BreakTreeItem.java | 2 - .../treemodel/CallFunctionTreeItem.java | 2 - .../action/treemodel/CallMethodTreeItem.java | 2 - .../asdec/action/treemodel/CallTreeItem.java | 2 - .../action/treemodel/CastOpTreeItem.java | 2 - .../action/treemodel/CharToAsciiTreeItem.java | 2 - .../action/treemodel/CloneSpriteTreeItem.java | 2 - .../asdec/action/treemodel/ConstantPool.java | 2 - .../action/treemodel/ContinueTreeItem.java | 2 - .../action/treemodel/DecrementTreeItem.java | 2 - .../action/treemodel/DefineLocalTreeItem.java | 2 - .../action/treemodel/DeleteTreeItem.java | 2 - .../action/treemodel/DirectValueTreeItem.java | 4 +- .../asdec/action/treemodel/EachTreeItem.java | 2 - .../action/treemodel/EnumerateTreeItem.java | 2 - .../action/treemodel/ExtendsTreeItem.java | 2 - .../action/treemodel/FSCommand2TreeItem.java | 2 - .../action/treemodel/GetMemberTreeItem.java | 2 - .../action/treemodel/GetPropertyTreeItem.java | 2 - .../action/treemodel/GetURL2TreeItem.java | 2 - .../action/treemodel/GetURLTreeItem.java | 2 - .../action/treemodel/GetVariableTreeItem.java | 2 - .../action/treemodel/GotoFrame2TreeItem.java | 2 - .../action/treemodel/GotoFrameTreeItem.java | 2 - .../action/treemodel/GotoLabelTreeItem.java | 2 - .../treemodel/ImplementsOpTreeItem.java | 2 - .../action/treemodel/IncrementTreeItem.java | 2 - .../action/treemodel/InitArrayTreeItem.java | 2 - .../action/treemodel/InitObjectTreeItem.java | 2 - .../treemodel/MBAsciiToCharTreeItem.java | 2 - .../treemodel/MBCharToAsciiTreeItem.java | 2 - .../treemodel/MBStringExtractTreeItem.java | 2 - .../action/treemodel/NewMethodTreeItem.java | 2 - .../action/treemodel/NewObjectTreeItem.java | 2 - .../treemodel/RandomNumberTreeItem.java | 2 - .../treemodel/RemoveSpriteTreeItem.java | 2 - .../action/treemodel/ReturnTreeItem.java | 2 - .../action/treemodel/SetMemberTreeItem.java | 2 - .../action/treemodel/SetPropertyTreeItem.java | 2 - .../action/treemodel/SetTarget2TreeItem.java | 2 - .../action/treemodel/SetTargetTreeItem.java | 2 - .../action/treemodel/SetVariableTreeItem.java | 2 - .../treemodel/SimpleActionTreeItem.java | 2 - .../action/treemodel/StartDragTreeItem.java | 2 - .../treemodel/StoreRegisterTreeItem.java | 2 - .../action/treemodel/StrictModeTreeItem.java | 2 - .../treemodel/StringExtractTreeItem.java | 2 - .../action/treemodel/TargetPathTreeItem.java | 2 - .../asdec/action/treemodel/ThrowTreeItem.java | 2 - .../action/treemodel/ToIntegerTreeItem.java | 2 - .../action/treemodel/ToNumberTreeItem.java | 2 - .../action/treemodel/ToStringTreeItem.java | 2 - .../asdec/action/treemodel/TraceTreeItem.java | 2 - .../asdec/action/treemodel/TreeItem.java | 6 +- .../action/treemodel/TypeOfTreeItem.java | 2 - .../action/treemodel/UnsupportedTreeItem.java | 2 - .../asdec/action/treemodel/VoidTreeItem.java | 2 - .../treemodel/WaitForFrame2TreeItem.java | 2 - .../treemodel/WaitForFrameTreeItem.java | 2 - .../asdec/action/treemodel/clauses/Block.java | 2 - .../treemodel/clauses/ClassTreeItem.java | 2 +- .../treemodel/clauses/DoWhileTreeItem.java | 2 - .../treemodel/clauses/ForEachTreeItem.java | 2 - .../treemodel/clauses/ForInTreeItem.java | 2 - .../action/treemodel/clauses/ForTreeItem.java | 2 - .../action/treemodel/clauses/IfTreeItem.java | 2 - .../treemodel/clauses/InterfaceTreeItem.java | 4 +- .../treemodel/clauses/LoopTreeItem.java | 2 - .../treemodel/clauses/SwitchTreeItem.java | 2 - .../treemodel/clauses/TernarOpTreeItem.java | 2 - .../action/treemodel/clauses/TryTreeItem.java | 2 - .../treemodel/clauses/WhileTreeItem.java | 2 - .../treemodel/clauses/WithTreeItem.java | 2 - .../treemodel/operations/AddTreeItem.java | 2 - .../treemodel/operations/AndTreeItem.java | 2 - .../treemodel/operations/AsTypeTreeItem.java | 2 - .../operations/BinaryOpTreeItem.java | 2 - .../treemodel/operations/BitAndTreeItem.java | 2 - .../treemodel/operations/BitNotTreeItem.java | 2 - .../treemodel/operations/BitOrTreeItem.java | 2 - .../treemodel/operations/BitXorTreeItem.java | 2 - .../treemodel/operations/DivideTreeItem.java | 2 - .../treemodel/operations/EqTreeItem.java | 2 - .../treemodel/operations/GeTreeItem.java | 2 - .../treemodel/operations/GtTreeItem.java | 2 - .../treemodel/operations/InTreeItem.java | 2 - .../operations/InstanceOfTreeItem.java | 2 - .../treemodel/operations/IsTypeTreeItem.java | 2 - .../treemodel/operations/LShiftTreeItem.java | 2 - .../treemodel/operations/LeTreeItem.java | 2 - .../treemodel/operations/LtTreeItem.java | 2 - .../operations/MBStringLengthTreeItem.java | 2 - .../treemodel/operations/ModuloTreeItem.java | 2 - .../operations/MultiplyTreeItem.java | 2 - .../treemodel/operations/NegTreeItem.java | 2 - .../treemodel/operations/NeqTreeItem.java | 2 - .../treemodel/operations/NotTreeItem.java | 2 - .../treemodel/operations/OrTreeItem.java | 2 - .../operations/PreDecrementTreeItem.java | 2 - .../operations/PreIncrementTreeItem.java | 2 - .../treemodel/operations/RShiftTreeItem.java | 2 - .../operations/StrictEqTreeItem.java | 2 - .../operations/StrictNeqTreeItem.java | 2 - .../operations/StringAddTreeItem.java | 2 - .../operations/StringEqTreeItem.java | 2 - .../operations/StringLengthTreeItem.java | 2 - .../operations/StringLtTreeItem.java | 2 - .../operations/SubtractTreeItem.java | 2 - .../treemodel/operations/URShiftTreeItem.java | 2 - .../treemodel/operations/UnaryOpTreeItem.java | 2 - .../src/com/jpexs/asdec/gui/AboutDialog.java | 2 - trunk/src/com/jpexs/asdec/gui/ImagePanel.java | 2 - trunk/src/com/jpexs/asdec/gui/LinkLabel.java | 2 - .../com/jpexs/asdec/gui/LoadingDialog.java | 23 ++-- .../src/com/jpexs/asdec/gui/LoadingPanel.java | 2 - trunk/src/com/jpexs/asdec/gui/MainFrame.java | 18 +-- trunk/src/com/jpexs/asdec/gui/ModeFrame.java | 2 - trunk/src/com/jpexs/asdec/gui/TagNode.java | 2 - trunk/src/com/jpexs/asdec/gui/TagPanel.java | 2 +- .../src/com/jpexs/asdec/gui/TagTreeModel.java | 2 - trunk/src/com/jpexs/asdec/gui/View.java | 2 - .../com/jpexs/asdec/gui/proxy/ProxyFrame.java | 2 - .../jpexs/asdec/gui/proxy/SWFListModel.java | 2 - trunk/src/com/jpexs/asdec/helpers/Helper.java | 2 - .../com/jpexs/asdec/helpers/Highlighting.java | 2 - .../jpexs/asdec/tags/CSMTextSettingsTag.java | 2 - .../src/com/jpexs/asdec/tags/DebugIDTag.java | 2 - .../jpexs/asdec/tags/DefineBinaryDataTag.java | 2 - .../jpexs/asdec/tags/DefineBitsJPEG2Tag.java | 2 - .../jpexs/asdec/tags/DefineBitsJPEG3Tag.java | 2 - .../jpexs/asdec/tags/DefineBitsJPEG4Tag.java | 2 - .../asdec/tags/DefineBitsLossless2Tag.java | 2 - .../asdec/tags/DefineBitsLosslessTag.java | 2 - .../com/jpexs/asdec/tags/DefineBitsTag.java | 2 - .../jpexs/asdec/tags/DefineButton2Tag.java | 28 ++-- .../asdec/tags/DefineButtonCxformTag.java | 2 - .../asdec/tags/DefineButtonSoundTag.java | 2 - .../jpexs/asdec/tags/DefineEditTextTag.java | 10 +- .../com/jpexs/asdec/tags/DefineFont2Tag.java | 2 - .../com/jpexs/asdec/tags/DefineFont3Tag.java | 4 +- .../com/jpexs/asdec/tags/DefineFont4Tag.java | 2 - .../asdec/tags/DefineFontAlignZonesTag.java | 2 - .../jpexs/asdec/tags/DefineFontInfo2Tag.java | 2 - .../jpexs/asdec/tags/DefineFontInfoTag.java | 2 - .../jpexs/asdec/tags/DefineFontNameTag.java | 2 - .../com/jpexs/asdec/tags/DefineFontTag.java | 2 - .../asdec/tags/DefineMorphShape2Tag.java | 4 +- .../jpexs/asdec/tags/DefineMorphShapeTag.java | 4 +- .../asdec/tags/DefineScalingGridTag.java | 2 - .../tags/DefineSceneAndFrameLabelDataTag.java | 6 +- .../com/jpexs/asdec/tags/DefineShape2Tag.java | 4 +- .../com/jpexs/asdec/tags/DefineShape3Tag.java | 4 +- .../com/jpexs/asdec/tags/DefineShape4Tag.java | 4 +- .../com/jpexs/asdec/tags/DefineShapeTag.java | 4 +- .../com/jpexs/asdec/tags/DefineSoundTag.java | 2 - .../com/jpexs/asdec/tags/DefineSpriteTag.java | 14 +- .../com/jpexs/asdec/tags/DefineText2Tag.java | 4 +- .../com/jpexs/asdec/tags/DefineTextTag.java | 4 +- .../asdec/tags/DefineVideoStreamTag.java | 2 - trunk/src/com/jpexs/asdec/tags/DoABCTag.java | 2 - .../src/com/jpexs/asdec/tags/DoActionTag.java | 2 - .../com/jpexs/asdec/tags/DoInitActionTag.java | 2 - .../jpexs/asdec/tags/EnableDebugger2Tag.java | 2 - .../jpexs/asdec/tags/EnableDebuggerTag.java | 2 - trunk/src/com/jpexs/asdec/tags/EndTag.java | 2 - .../com/jpexs/asdec/tags/ExportAssetsTag.java | 2 - .../jpexs/asdec/tags/FileAttributesTag.java | 2 - .../com/jpexs/asdec/tags/FrameLabelTag.java | 2 - .../jpexs/asdec/tags/ImportAssets2Tag.java | 2 - .../com/jpexs/asdec/tags/ImportAssetsTag.java | 2 - .../com/jpexs/asdec/tags/JPEGTablesTag.java | 2 - .../src/com/jpexs/asdec/tags/MetadataTag.java | 2 - .../com/jpexs/asdec/tags/PlaceObject2Tag.java | 2 - .../com/jpexs/asdec/tags/PlaceObject3Tag.java | 2 - .../com/jpexs/asdec/tags/PlaceObjectTag.java | 2 - .../com/jpexs/asdec/tags/ProductInfoTag.java | 2 - .../src/com/jpexs/asdec/tags/ProtectTag.java | 2 - .../jpexs/asdec/tags/RemoveObject2Tag.java | 2 - .../com/jpexs/asdec/tags/RemoveObjectTag.java | 2 - .../com/jpexs/asdec/tags/ScriptLimitsTag.java | 2 - .../asdec/tags/SetBackgroundColorTag.java | 2 - .../com/jpexs/asdec/tags/SetTabIndexTag.java | 2 - .../com/jpexs/asdec/tags/ShowFrameTag.java | 2 - .../jpexs/asdec/tags/SoundStreamBlockTag.java | 2 - .../jpexs/asdec/tags/SoundStreamHead2Tag.java | 2 - .../jpexs/asdec/tags/SoundStreamHeadTag.java | 2 - .../com/jpexs/asdec/tags/StartSound2Tag.java | 2 - .../com/jpexs/asdec/tags/StartSoundTag.java | 2 - .../com/jpexs/asdec/tags/SymbolClassTag.java | 2 - trunk/src/com/jpexs/asdec/tags/Tag.java | 2 - trunk/src/com/jpexs/asdec/tags/TagStub.java | 2 - .../com/jpexs/asdec/tags/VideoFrameTag.java | 2 - .../com/jpexs/asdec/tags/base/ASMSource.java | 2 - .../com/jpexs/asdec/tags/base/AloneTag.java | 2 - .../com/jpexs/asdec/tags/base/BoundedTag.java | 4 +- .../jpexs/asdec/tags/base/CharacterTag.java | 2 - .../com/jpexs/asdec/tags/base/Container.java | 2 - .../com/jpexs/asdec/tags/base/FontTag.java | 2 - .../jpexs/asdec/types/ALPHABITMAPDATA.java | 2 - .../jpexs/asdec/types/ALPHACOLORMAPDATA.java | 2 - trunk/src/com/jpexs/asdec/types/ARGB.java | 2 - .../src/com/jpexs/asdec/types/BITMAPDATA.java | 2 - .../jpexs/asdec/types/BUTTONCONDACTION.java | 2 - .../com/jpexs/asdec/types/BUTTONRECORD.java | 2 - .../jpexs/asdec/types/CLIPACTIONRECORD.java | 2 - .../com/jpexs/asdec/types/CLIPACTIONS.java | 2 - .../com/jpexs/asdec/types/CLIPEVENTFLAGS.java | 2 - .../com/jpexs/asdec/types/COLORMAPDATA.java | 2 - trunk/src/com/jpexs/asdec/types/CXFORM.java | 2 - .../jpexs/asdec/types/CXFORMWITHALPHA.java | 2 - .../src/com/jpexs/asdec/types/FILLSTYLE.java | 2 - .../com/jpexs/asdec/types/FILLSTYLEARRAY.java | 2 - .../com/jpexs/asdec/types/FOCALGRADIENT.java | 2 - .../src/com/jpexs/asdec/types/GLYPHENTRY.java | 2 - trunk/src/com/jpexs/asdec/types/GRADIENT.java | 2 - .../src/com/jpexs/asdec/types/GRADRECORD.java | 2 - .../com/jpexs/asdec/types/KERNINGRECORD.java | 2 - trunk/src/com/jpexs/asdec/types/LANGCODE.java | 2 - .../src/com/jpexs/asdec/types/LINESTYLE.java | 2 - .../src/com/jpexs/asdec/types/LINESTYLE2.java | 2 - .../com/jpexs/asdec/types/LINESTYLEARRAY.java | 4 +- trunk/src/com/jpexs/asdec/types/MATRIX.java | 10 +- .../com/jpexs/asdec/types/MORPHFILLSTYLE.java | 2 - .../asdec/types/MORPHFILLSTYLEARRAY.java | 2 - .../com/jpexs/asdec/types/MORPHGRADIENT.java | 2 - .../jpexs/asdec/types/MORPHGRADRECORD.java | 2 - .../com/jpexs/asdec/types/MORPHLINESTYLE.java | 2 - .../jpexs/asdec/types/MORPHLINESTYLE2.java | 2 - .../asdec/types/MORPHLINESTYLEARRAY.java | 2 - trunk/src/com/jpexs/asdec/types/PIX15.java | 2 - trunk/src/com/jpexs/asdec/types/PIX24.java | 2 - trunk/src/com/jpexs/asdec/types/RECT.java | 2 - trunk/src/com/jpexs/asdec/types/RGB.java | 26 ++-- trunk/src/com/jpexs/asdec/types/RGBA.java | 26 ++-- trunk/src/com/jpexs/asdec/types/SHAPE.java | 15 +-- .../com/jpexs/asdec/types/SHAPEWITHSTYLE.java | 15 +-- .../com/jpexs/asdec/types/SOUNDENVELOPE.java | 2 - .../src/com/jpexs/asdec/types/SOUNDINFO.java | 2 - .../src/com/jpexs/asdec/types/TEXTRECORD.java | 2 - trunk/src/com/jpexs/asdec/types/ZONEDATA.java | 2 - .../src/com/jpexs/asdec/types/ZONERECORD.java | 2 - .../asdec/types/filters/BEVELFILTER.java | 2 - .../jpexs/asdec/types/filters/BLURFILTER.java | 2 - .../types/filters/COLORMATRIXFILTER.java | 2 - .../types/filters/CONVOLUTIONFILTER.java | 2 - .../asdec/types/filters/DROPSHADOWFILTER.java | 2 - .../com/jpexs/asdec/types/filters/FILTER.java | 2 - .../jpexs/asdec/types/filters/GLOWFILTER.java | 2 - .../types/filters/GRADIENTBEVELFILTER.java | 2 - .../types/filters/GRADIENTGLOWFILTER.java | 2 - .../types/shaperecords/CurvedEdgeRecord.java | 24 ++-- .../types/shaperecords/EndShapeRecord.java | 5 +- .../asdec/types/shaperecords/SHAPERECORD.java | 120 +++++++++--------- .../shaperecords/StraightEdgeRecord.java | 22 ++-- .../types/shaperecords/StyleChangeRecord.java | 5 +- 734 files changed, 230 insertions(+), 1675 deletions(-) diff --git a/trunk/src/com/jpexs/asdec/Configuration.java b/trunk/src/com/jpexs/asdec/Configuration.java index c5b89d97e..86e3f2d55 100644 --- a/trunk/src/com/jpexs/asdec/Configuration.java +++ b/trunk/src/com/jpexs/asdec/Configuration.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec; import com.jpexs.proxy.Replacement; diff --git a/trunk/src/com/jpexs/asdec/EventListener.java b/trunk/src/com/jpexs/asdec/EventListener.java index decc4ac0d..3c35b7e78 100644 --- a/trunk/src/com/jpexs/asdec/EventListener.java +++ b/trunk/src/com/jpexs/asdec/EventListener.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec; /** diff --git a/trunk/src/com/jpexs/asdec/Main.java b/trunk/src/com/jpexs/asdec/Main.java index ad15e797e..a429f96d0 100644 --- a/trunk/src/com/jpexs/asdec/Main.java +++ b/trunk/src/com/jpexs/asdec/Main.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec; import com.jpexs.asdec.abc.avm2.AVM2Code; @@ -305,6 +303,10 @@ public class Main { modeFrame.setVisible(true); } + public static void updateLicense() { + updateLicenseInDir(new File(".\\src\\")); + } + /** * Script for updating license header in java files :-) * @@ -318,7 +320,7 @@ public class Main { if (defaultFinalYear != defaultStartYear) { defaultYearStr += "-" + defaultFinalYear; } - String license = "/*\r\n * Copyright (C) {year} {author}\r\n * \r\n * This program is free software: you can redistribute it and/or modify\r\n * it under the terms of the GNU General Public License as published by\r\n * the Free Software Foundation, either version 3 of the License, or\r\n * (at your option) any later version.\r\n * \r\n * This program is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n * \r\n * You should have received a copy of the GNU General Public License\r\n * along with this program. If not, see .\r\n */\r\n\r\n"; + String license = "/*\r\n * Copyright (C) {year} {author}\r\n * \r\n * This program is free software: you can redistribute it and/or modify\r\n * it under the terms of the GNU General Public License as published by\r\n * the Free Software Foundation, either version 3 of the License, or\r\n * (at your option) any later version.\r\n * \r\n * This program is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n * GNU General Public License for more details.\r\n * \r\n * You should have received a copy of the GNU General Public License\r\n * along with this program. If not, see .\r\n */"; File files[] = dir.listFiles(); for (File f : files) { @@ -481,6 +483,7 @@ public class Main { * @param args the command line arguments */ public static void main(String[] args) throws IOException { + updateLicense(); View.setLookAndFeel(); Configuration.load(); checkSWT(args); @@ -778,7 +781,7 @@ public class Main { } } if (desktop == null) { - JOptionPane.showMessageDialog(null, "New version of " + shortApplicationName + " is available: " + downloadName + ".\r\nPlease go to "+projectPage+" to download it.", "New version", JOptionPane.INFORMATION_MESSAGE); + JOptionPane.showMessageDialog(null, "New version of " + shortApplicationName + " is available: " + downloadName + ".\r\nPlease go to " + projectPage + " to download it.", "New version", JOptionPane.INFORMATION_MESSAGE); } Configuration.setConfig("lastUpdatesCheckDate", Calendar.getInstance()); diff --git a/trunk/src/com/jpexs/asdec/PercentListener.java b/trunk/src/com/jpexs/asdec/PercentListener.java index ae593ae69..4f7bfc06d 100644 --- a/trunk/src/com/jpexs/asdec/PercentListener.java +++ b/trunk/src/com/jpexs/asdec/PercentListener.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec; /** @@ -23,5 +21,6 @@ package com.jpexs.asdec; * @author JPEXS */ public interface PercentListener { + public void percent(int p); } diff --git a/trunk/src/com/jpexs/asdec/SWF.java b/trunk/src/com/jpexs/asdec/SWF.java index d55651b7a..05ec97387 100644 --- a/trunk/src/com/jpexs/asdec/SWF.java +++ b/trunk/src/com/jpexs/asdec/SWF.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec; import SevenZip.Compression.LZMA.Encoder; @@ -194,9 +192,9 @@ public class SWF { throw new IOException("Invalid SWF file"); } version = is.read(); - SWFInputStream sis = new SWFInputStream(is, version, 4); + SWFInputStream sis = new SWFInputStream(is, version, 4); fileSize = sis.readUI32(); - + if (hdr[0] == 'C') { sis = new SWFInputStream(new InflaterInputStream(is), version, 8); compressed = true; diff --git a/trunk/src/com/jpexs/asdec/SWFInputStream.java b/trunk/src/com/jpexs/asdec/SWFInputStream.java index a5b24c180..d6a54aebd 100644 --- a/trunk/src/com/jpexs/asdec/SWFInputStream.java +++ b/trunk/src/com/jpexs/asdec/SWFInputStream.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec; import com.jpexs.asdec.action.Action; @@ -67,9 +65,9 @@ public class SWFInputStream extends InputStream { listeners.remove(index); } } - - public void setPercentMax(long percentMax){ - this.percentMax=percentMax; + + public void setPercentMax(long percentMax) { + this.percentMax = percentMax; } /** @@ -129,8 +127,8 @@ public class SWFInputStream extends InputStream { private int lastPercent = -1; private int readNoBitReset() throws IOException { - pos++; - if(percentMax>0){ + pos++; + if (percentMax > 0) { int percent = (int) (pos * 100 / percentMax); if (lastPercent != percent) { for (PercentListener pl : listeners) { diff --git a/trunk/src/com/jpexs/asdec/SWFOutputStream.java b/trunk/src/com/jpexs/asdec/SWFOutputStream.java index c5c638d88..a35359223 100644 --- a/trunk/src/com/jpexs/asdec/SWFOutputStream.java +++ b/trunk/src/com/jpexs/asdec/SWFOutputStream.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec; import com.jpexs.asdec.tags.Tag; diff --git a/trunk/src/com/jpexs/asdec/abc/ABC.java b/trunk/src/com/jpexs/asdec/abc/ABC.java index 9d0668cba..e33980ba8 100644 --- a/trunk/src/com/jpexs/asdec/abc/ABC.java +++ b/trunk/src/com/jpexs/asdec/abc/ABC.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc; import com.jpexs.asdec.EventListener; @@ -592,37 +590,37 @@ public class ABC { loopfoo: do { exists = false; - int len = 3+rnd.nextInt(rndSize-3); - ret=""; - for(int i=0;i. */ - - package com.jpexs.asdec.abc; import com.jpexs.asdec.abc.types.*; diff --git a/trunk/src/com/jpexs/asdec/abc/ABCOutputStream.java b/trunk/src/com/jpexs/asdec/abc/ABCOutputStream.java index 41638391c..c7188d8b5 100644 --- a/trunk/src/com/jpexs/asdec/abc/ABCOutputStream.java +++ b/trunk/src/com/jpexs/asdec/abc/ABCOutputStream.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc; import com.jpexs.asdec.abc.types.*; diff --git a/trunk/src/com/jpexs/asdec/abc/CopyOutputStream.java b/trunk/src/com/jpexs/asdec/abc/CopyOutputStream.java index 8b0b95b7b..fa60ab8e3 100644 --- a/trunk/src/com/jpexs/asdec/abc/CopyOutputStream.java +++ b/trunk/src/com/jpexs/asdec/abc/CopyOutputStream.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc; import java.io.IOException; diff --git a/trunk/src/com/jpexs/asdec/abc/NotSameException.java b/trunk/src/com/jpexs/asdec/abc/NotSameException.java index 3322e821b..22f173d98 100644 --- a/trunk/src/com/jpexs/asdec/abc/NotSameException.java +++ b/trunk/src/com/jpexs/asdec/abc/NotSameException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc; import com.jpexs.asdec.helpers.Helper; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/AVM2Code.java b/trunk/src/com/jpexs/asdec/abc/avm2/AVM2Code.java index f0723ab53..0e2be8f40 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/AVM2Code.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/AVM2Code.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/CodeStats.java b/trunk/src/com/jpexs/asdec/abc/avm2/CodeStats.java index cf1ed45f7..a9a829f05 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/CodeStats.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/CodeStats.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/ConstantPool.java b/trunk/src/com/jpexs/asdec/abc/avm2/ConstantPool.java index 5dc9295da..4f06fc43d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/ConstantPool.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/ConstantPool.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; import com.jpexs.asdec.abc.types.Decimal; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/ConvertException.java b/trunk/src/com/jpexs/asdec/abc/avm2/ConvertException.java index 11f00c81e..a4b26bb07 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/ConvertException.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/ConvertException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; public class ConvertException extends Exception { diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/InstructionStats.java b/trunk/src/com/jpexs/asdec/abc/avm2/InstructionStats.java index ba4024b93..2f67de812 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/InstructionStats.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/InstructionStats.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/InvalidInstructionArguments.java b/trunk/src/com/jpexs/asdec/abc/avm2/InvalidInstructionArguments.java index ebb9e7a81..0963068ab 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/InvalidInstructionArguments.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/InvalidInstructionArguments.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; public class InvalidInstructionArguments extends RuntimeException { diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/LocalDataArea.java b/trunk/src/com/jpexs/asdec/abc/avm2/LocalDataArea.java index a655922d9..b83250fe8 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/LocalDataArea.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/LocalDataArea.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; import java.util.HashMap; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/UnknownInstructionCode.java b/trunk/src/com/jpexs/asdec/abc/avm2/UnknownInstructionCode.java index a1a56391b..6cccef251 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/UnknownInstructionCode.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/UnknownInstructionCode.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; public class UnknownInstructionCode extends RuntimeException { diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/UnknownJumpException.java b/trunk/src/com/jpexs/asdec/abc/avm2/UnknownJumpException.java index 6e2326aab..3491b1f16 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/UnknownJumpException.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/UnknownJumpException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2; import com.jpexs.asdec.abc.avm2.treemodel.TreeItem; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/Graph.java b/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/Graph.java index 8532c20de..3238bb00d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/Graph.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/Graph.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.flowgraph; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/GraphPart.java b/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/GraphPart.java index 821948e42..d8abb2787 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/GraphPart.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/flowgraph/GraphPart.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.flowgraph; import java.util.ArrayList; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/AVM2Instruction.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/AVM2Instruction.java index ca8ff361b..9b4e2d19e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/AVM2Instruction.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/AVM2Instruction.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions; import com.jpexs.asdec.abc.ABCOutputStream; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/IfTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/IfTypeIns.java index 7169d561a..49c29022f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/IfTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/IfTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions; import com.jpexs.asdec.abc.avm2.treemodel.TreeItem; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/InstructionDefinition.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/InstructionDefinition.java index 8941cd489..a93aa374f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/InstructionDefinition.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/InstructionDefinition.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/SetTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/SetTypeIns.java index 39a91d7ce..893122160 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/SetTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/SetTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIIns.java index 0a86114d2..4dd3ef2e1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIns.java index 13533b6c4..89d79cdb9 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/AddIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIIns.java index 0adc15580..99484a2a7 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIns.java index 98dc0ef89..bfbb47f34 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DecrementIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DivideIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DivideIns.java index 060dd4432..700897207 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DivideIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/DivideIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIIns.java index 8e52a5834..de85ae8f2 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIns.java index 1990fbbf2..80f0d85ae 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/IncrementIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/ModuloIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/ModuloIns.java index aaa5e0f45..6cb75e811 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/ModuloIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/ModuloIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIIns.java index a0970de7e..aab30cfd8 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIns.java index 20cdfb2c5..ed0580a02 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/MultiplyIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIIns.java index ea82ec19b..c8c5ec6ea 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIns.java index ec45d70d8..de7632cc1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NegateIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NotIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NotIns.java index cd1e61423..8cc86b51a 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NotIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/NotIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIIns.java index 46ad97f38..e6ea6da16 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIns.java index e7239c68c..95fb40aef 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/arithmetic/SubtractIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.arithmetic; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitAndIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitAndIns.java index 63e7e9339..ab11410db 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitAndIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitAndIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.bitwise; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitNotIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitNotIns.java index 8bc6bc75c..14b7fa18d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitNotIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitNotIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.bitwise; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitOrIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitOrIns.java index 0de777922..c32031742 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitOrIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitOrIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.bitwise; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitXorIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitXorIns.java index 2038c25e9..35910fed3 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitXorIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/BitXorIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.bitwise; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/LShiftIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/LShiftIns.java index 032c3f174..cc27e91ce 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/LShiftIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/LShiftIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.bitwise; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/RShiftIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/RShiftIns.java index 4683c4aa2..2aaaa569b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/RShiftIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/RShiftIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.bitwise; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/URShiftIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/URShiftIns.java index 6818fc558..96d1c157f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/URShiftIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/bitwise/URShiftIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.bitwise; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/EqualsIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/EqualsIns.java index 7db3410ae..d8d423544 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/EqualsIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/EqualsIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.comparsion; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterEqualsIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterEqualsIns.java index a308f894e..7afe67682 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterEqualsIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterEqualsIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.comparsion; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterThanIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterThanIns.java index b1f0180a4..b863921ef 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterThanIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/GreaterThanIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.comparsion; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessEqualsIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessEqualsIns.java index d849ccb1a..74e90c577 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessEqualsIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessEqualsIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.comparsion; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessThanIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessThanIns.java index 3b8952079..59f9d1d91 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessThanIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/LessThanIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.comparsion; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/StrictEqualsIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/StrictEqualsIns.java index 96772bf83..b282584d5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/StrictEqualsIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/comparsion/StrictEqualsIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.comparsion; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructIns.java index f11cae18f..cb490890b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructPropIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructPropIns.java index 3fa3d2aa2..efa1865b6 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructPropIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructPropIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructSuperIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructSuperIns.java index 047588f2d..7488eae07 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructSuperIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/ConstructSuperIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewActivationIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewActivationIns.java index a4abe3cb7..227f26144 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewActivationIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewActivationIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewArrayIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewArrayIns.java index 4138f5fc9..b081b2ef0 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewArrayIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewArrayIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewCatchIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewCatchIns.java index b4d1f0961..ee3e58fb2 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewCatchIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewCatchIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewClassIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewClassIns.java index dc290c5c6..d652c3592 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewClassIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewClassIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewFunctionIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewFunctionIns.java index 9990a7c44..43ef7854c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewFunctionIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewFunctionIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewObjectIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewObjectIns.java index 1b923bdd6..cd50fc1f4 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewObjectIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/construction/NewObjectIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.construction; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugFileIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugFileIns.java index 7071f87db..1a525ccda 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugFileIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugFileIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.debug; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugIns.java index 2ca1b7384..445ad42f8 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.debug; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugLineIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugLineIns.java index 0ded5bafa..d9efe8595 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugLineIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/debug/DebugLineIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.debug; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallIns.java index bf6846718..ec6652be5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallMethodIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallMethodIns.java index 8584f8ce9..d483304e6 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallMethodIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallMethodIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropLexIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropLexIns.java index 49eb9b952..ed1940156 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropLexIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropLexIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropVoidIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropVoidIns.java index f3bd6bd4a..8635e37ef 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropVoidIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropVoidIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropertyIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropertyIns.java index c47ebcc1e..74de48a70 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropertyIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallPropertyIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallStaticIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallStaticIns.java index 36ca8c09e..7f5707606 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallStaticIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallStaticIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperIns.java index d3245b8b9..270200733 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperVoidIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperVoidIns.java index 687c55def..dbe5468fc 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperVoidIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/executing/CallSuperVoidIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.executing; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfEqIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfEqIns.java index 66f36745f..f28e7dae4 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfEqIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfEqIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfFalseIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfFalseIns.java index 1ed6dd191..5adba8b7c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfFalseIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfFalseIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGeIns.java index 7b17ec215..ff25328df 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGtIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGtIns.java index 704dc1e34..85da49074 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGtIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfGtIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLeIns.java index 6f90a4701..ab139883b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLtIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLtIns.java index 9e6d9e397..4e6160069 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLtIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfLtIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGeIns.java index 6f71bc7ce..6315ace69 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGtIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGtIns.java index 410502719..85373a470 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGtIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNGtIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLeIns.java index 37a7a27e2..af9cd9f26 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLtIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLtIns.java index be4ba3574..8c8bc8cde 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLtIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNLtIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNeIns.java index 5fa2790ff..13d43084b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfNeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictEqIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictEqIns.java index 5649c276e..2238744c3 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictEqIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictEqIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictNeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictNeIns.java index 2a6ee4115..e7d1cdce7 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictNeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfStrictNeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfTrueIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfTrueIns.java index 9fd033bba..ef5804061 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfTrueIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/IfTrueIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/JumpIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/JumpIns.java index 24f064f22..e08e806c7 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/JumpIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/JumpIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/LookupSwitchIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/LookupSwitchIns.java index 26f09c526..a5b87bc34 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/LookupSwitchIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/jumps/LookupSwitchIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.jumps; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIIns.java index 68f670722..6dec29476 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIns.java index 8435af322..ebb74ae3c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/DecLocalIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal0Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal0Ins.java index 0c5a8bbc3..4f5236baa 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal0Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal0Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal1Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal1Ins.java index a845a760e..95583feb2 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal1Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal1Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal2Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal2Ins.java index 4fd1f525b..727cb1bd1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal2Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal2Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal3Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal3Ins.java index 930327eac..250f6454e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal3Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocal3Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalIns.java index ad33aab01..da5f8bb2b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalTypeIns.java index a0b1a3b0a..ac0189c4e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/GetLocalTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIIns.java index 96a95eab7..7ff486a91 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIns.java index 635223f84..a405919cb 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/IncLocalIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/KillIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/KillIns.java index b2efe6349..208839066 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/KillIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/KillIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal0Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal0Ins.java index 16c07d69d..b8bca12e1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal0Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal0Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal1Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal1Ins.java index e5e79b041..91056c655 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal1Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal1Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal2Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal2Ins.java index c2c7d8859..8c4653934 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal2Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal2Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal3Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal3Ins.java index 363b63577..8754a10fd 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal3Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocal3Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalIns.java index 4a2da23a9..6799954e8 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalTypeIns.java index 50f91637e..01a5bb2d7 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/localregs/SetLocalTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.localregs; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/DeletePropertyIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/DeletePropertyIns.java index 24801ad72..4a4d5e193 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/DeletePropertyIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/DeletePropertyIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyIns.java index 371702fe0..a183b871d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyStrictIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyStrictIns.java index 42b3655c5..809123cc1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyStrictIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/FindPropertyStrictIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetDescendantsIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetDescendantsIns.java index be4472104..0790bb66a 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetDescendantsIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetDescendantsIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalScopeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalScopeIns.java index ed0c6ca87..5976ee56a 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalScopeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalScopeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalSlotIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalSlotIns.java index bed8a64aa..f76d79141 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalSlotIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetGlobalSlotIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetLexIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetLexIns.java index 4e9dce354..cc6fb4a03 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetLexIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetLexIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetPropertyIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetPropertyIns.java index 01c970567..dc10a1fed 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetPropertyIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetPropertyIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetScopeObjectIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetScopeObjectIns.java index c4c348b51..f6efbcb96 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetScopeObjectIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetScopeObjectIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSlotIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSlotIns.java index 00f2cf0ce..8549f8f58 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSlotIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSlotIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSuperIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSuperIns.java index 0e30d3e9d..59c7e5955 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSuperIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/GetSuperIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNext2Ins.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNext2Ins.java index dbae31ac2..ec26d0115 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNext2Ins.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNext2Ins.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNextIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNextIns.java index ea387c760..3b2f66eda 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNextIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/HasNextIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InIns.java index 60f190f17..68bf4ce4c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InitPropertyIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InitPropertyIns.java index a0bcb8b4d..c2d18e59b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InitPropertyIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/InitPropertyIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/LabelIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/LabelIns.java index 6802fc0e8..8e89d2196 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/LabelIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/LabelIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.avm2.instructions.InstructionDefinition; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextNameIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextNameIns.java index 8531c699c..446838eeb 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextNameIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextNameIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextValueIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextValueIns.java index 00afa789d..e97aaa20c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextValueIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NextValueIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NopIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NopIns.java index edf389e3c..78dc28ed8 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NopIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/NopIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.avm2.instructions.InstructionDefinition; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnValueIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnValueIns.java index 5c9b6348b..cc3717c78 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnValueIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnValueIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnVoidIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnVoidIns.java index d432288a7..bb3ee015c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnVoidIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ReturnVoidIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetGlobalSlotIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetGlobalSlotIns.java index c9b79ee1c..c2f3b9191 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetGlobalSlotIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetGlobalSlotIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetPropertyIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetPropertyIns.java index bba877203..cfe11371e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetPropertyIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetPropertyIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSlotIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSlotIns.java index 6a3d82581..a2fc322e2 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSlotIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSlotIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSuperIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSuperIns.java index bb57532f0..b90ebf88f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSuperIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/SetSuperIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ThrowIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ThrowIns.java index 72f268d23..1f8ac2007 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ThrowIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/other/ThrowIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.other; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/DupIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/DupIns.java index a813ed1a5..ebcac10a5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/DupIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/DupIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopIns.java index b76b5672d..2f5ff33b9 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopScopeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopScopeIns.java index f3b150528..914771a2e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopScopeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PopScopeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushByteIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushByteIns.java index c5cb4f509..b5c40b3e1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushByteIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushByteIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushDoubleIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushDoubleIns.java index 04d785e03..1f1df081d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushDoubleIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushDoubleIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushFalseIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushFalseIns.java index c67242e87..7f51d3bc5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushFalseIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushFalseIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushIntIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushIntIns.java index ebf85df1d..44860cd02 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushIntIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushIntIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNamespaceIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNamespaceIns.java index 95435cfff..f2a46f2ba 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNamespaceIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNamespaceIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNanIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNanIns.java index 65ffd8bbe..c7fd61bdb 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNanIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNanIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNullIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNullIns.java index 3af640e24..d447d3464 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNullIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushNullIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushScopeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushScopeIns.java index 8ce8c863f..7bcaf313c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushScopeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushScopeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushShortIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushShortIns.java index ba280e6a0..681272bfd 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushShortIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushShortIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushStringIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushStringIns.java index cdf801645..3b1d5d625 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushStringIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushStringIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushTrueIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushTrueIns.java index b4e39dd0c..6e5cfb6f0 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushTrueIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushTrueIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUIntIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUIntIns.java index e8fde70da..cfe05cd77 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUIntIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUIntIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUndefinedIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUndefinedIns.java index 257b62031..8fdfb7092 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUndefinedIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushUndefinedIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushWithIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushWithIns.java index 24b2aef06..4a0b4e310 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushWithIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/PushWithIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/SwapIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/SwapIns.java index b2bf37c69..7ffb23187 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/SwapIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/stack/SwapIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.stack; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ApplyTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ApplyTypeIns.java index e01c0c322..84e06857b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ApplyTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ApplyTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeIns.java index f553f4699..22bac03a6 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeLateIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeLateIns.java index 75c008b40..0f28f15aa 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeLateIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/AsTypeLateIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceAIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceAIns.java index 4717fb72c..7a45ab26f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceAIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceAIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceIns.java index 3d7ca84fd..3441154df 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java index 5cb8aad13..60fdd88e8 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceSIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceSIns.java index 3a3452fa5..24bae012b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceSIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/CoerceSIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertBIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertBIns.java index 4cb46608f..741c7beef 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertBIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertBIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertDIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertDIns.java index 5f9b7661f..2273edfaf 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertDIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertDIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertIIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertIIns.java index b209d5c59..b54790dbd 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertIIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertIIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertOIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertOIns.java index 04f9053d5..0ab9171c6 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertOIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertOIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertSIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertSIns.java index 715056804..e53b8881f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertSIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertSIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertUIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertUIns.java index 888a1e646..c7571b093 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertUIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/ConvertUIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/InstanceOfIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/InstanceOfIns.java index 877a74e32..4dbc8fd16 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/InstanceOfIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/InstanceOfIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeIns.java index fe08f76c9..260796f55 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeLateIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeLateIns.java index bdb07e8a9..3209a3e6e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeLateIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/IsTypeLateIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/TypeOfIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/TypeOfIns.java index 2d7976964..031c26575 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/TypeOfIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/types/TypeOfIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/CheckFilterIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/CheckFilterIns.java index 54e1739eb..e6eba505c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/CheckFilterIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/CheckFilterIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.xml; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSIns.java index 192a140ec..0b8b65661 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.xml; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSLateIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSLateIns.java index 802945c67..2c4e844ef 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSLateIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/DXNSLateIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.xml; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXAttrIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXAttrIns.java index cbaccd953..66ddf5130 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXAttrIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXAttrIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.xml; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXElemIns.java b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXElemIns.java index 523af443e..9646373d4 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXElemIns.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/instructions/xml/EscXElemIns.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.instructions.xml; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/parser/ASM3Parser.java b/trunk/src/com/jpexs/asdec/abc/avm2/parser/ASM3Parser.java index 6e30784b3..e1f7f174a 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/parser/ASM3Parser.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/parser/ASM3Parser.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.parser; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/parser/Flasm3Lexer.java b/trunk/src/com/jpexs/asdec/abc/avm2/parser/Flasm3Lexer.java index eb9535886..2911a206f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/parser/Flasm3Lexer.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/parser/Flasm3Lexer.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.parser; /** diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/parser/MissingSymbolHandler.java b/trunk/src/com/jpexs/asdec/abc/avm2/parser/MissingSymbolHandler.java index 3570001ee..0ef308859 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/parser/MissingSymbolHandler.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/parser/MissingSymbolHandler.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.parser; public interface MissingSymbolHandler { diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParseException.java b/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParseException.java index d7cdae4c2..0f35b7596 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParseException.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParseException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.parser; public class ParseException extends Exception { diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParsedSymbol.java b/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParsedSymbol.java index c86b15fa1..7ba157bf7 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParsedSymbol.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/parser/ParsedSymbol.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.parser; public class ParsedSymbol { diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ApplyTypeTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ApplyTypeTreeItem.java index fa3c5e962..40a549067 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ApplyTypeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ApplyTypeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BooleanTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BooleanTreeItem.java index 9a338f410..355216f49 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BooleanTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BooleanTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BreakTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BreakTreeItem.java index 30010d765..c706fe309 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BreakTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/BreakTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallMethodTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallMethodTreeItem.java index b5e5b36c3..ad5f2ea64 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallMethodTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallMethodTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallPropertyTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallPropertyTreeItem.java index 277cf6b44..42b7422fe 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallPropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallPropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallStaticTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallStaticTreeItem.java index 4edf883e8..875edf427 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallStaticTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallStaticTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallSuperTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallSuperTreeItem.java index 5bc2a4fe2..6fa82639f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallSuperTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallSuperTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallTreeItem.java index 653d18e22..242591621 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CallTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ClassTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ClassTreeItem.java index b16875acf..18e6750f3 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ClassTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ClassTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CoerceTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CoerceTreeItem.java index e066894f3..215433080 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CoerceTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/CoerceTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructPropTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructPropTreeItem.java index 045d2677e..e15591bcf 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructPropTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructPropTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructSuperTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructSuperTreeItem.java index 15f6b344f..c2681d4b1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructSuperTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructSuperTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructTreeItem.java index eb3d2fe34..b455569ae 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConstructTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ContinueTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ContinueTreeItem.java index 13b95845d..3dabe31a2 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ContinueTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ContinueTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConvertTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConvertTreeItem.java index 17017b155..6dddf2743 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConvertTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ConvertTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecLocalTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecLocalTreeItem.java index 4816f45a7..437ef99e7 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecLocalTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecLocalTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecrementTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecrementTreeItem.java index 0a51a323c..00375ae77 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DecrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DefaultXMLNamespace.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DefaultXMLNamespace.java index 0b26cf9a8..27c2a83ac 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DefaultXMLNamespace.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/DefaultXMLNamespace.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXAttrTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXAttrTreeItem.java index 0a6101b84..cb84aa512 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXAttrTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXAttrTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXElemTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXElemTreeItem.java index 8866e75d6..361173baa 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXElemTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/EscapeXElemTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FilteredCheckTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FilteredCheckTreeItem.java index 91a42d4b9..d1e133081 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FilteredCheckTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FilteredCheckTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FindPropertyTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FindPropertyTreeItem.java index 68b9f34d1..f07d510c0 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FindPropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FindPropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FloatValueTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FloatValueTreeItem.java index 0055722c6..273de1d96 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FloatValueTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FloatValueTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FullMultinameTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FullMultinameTreeItem.java index 504e25f44..e745c5c1a 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FullMultinameTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/FullMultinameTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetDescendantsTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetDescendantsTreeItem.java index 3db914215..fd63c6323 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetDescendantsTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetDescendantsTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetLexTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetLexTreeItem.java index 7ee57a03c..ae3f6f413 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetLexTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetLexTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetPropertyTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetPropertyTreeItem.java index 112d08e1b..dafc23049 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetPropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetPropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSlotTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSlotTreeItem.java index fd48110e5..1ebdc3f22 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSlotTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSlotTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSuperTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSuperTreeItem.java index 3e970ac80..5eea48828 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSuperTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/GetSuperTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InTreeItem.java index dea716bc8..fe5413941 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncLocalTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncLocalTreeItem.java index 385103949..2decdb16c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncLocalTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncLocalTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncrementTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncrementTreeItem.java index 96aec16cd..f8592109d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IncrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InitPropertyTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InitPropertyTreeItem.java index 8c23df5a6..863537dfd 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InitPropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/InitPropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IntegerValueTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IntegerValueTreeItem.java index 7e76da95b..273b20972 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IntegerValueTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/IntegerValueTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/LocalRegTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/LocalRegTreeItem.java index 00e20aa35..2e1e75db1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/LocalRegTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/LocalRegTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameSpaceTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameSpaceTreeItem.java index d12414529..3cf7d48cf 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameSpaceTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameSpaceTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameValuePair.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameValuePair.java index 42efa0597..66be6ced5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameValuePair.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NameValuePair.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NanTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NanTreeItem.java index f943e1201..c0c315d4f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NanTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NanTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewActivationTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewActivationTreeItem.java index 9b6cbf315..e6de5d515 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewActivationTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewActivationTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewArrayTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewArrayTreeItem.java index a8396bd41..909e2f91b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewArrayTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewArrayTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewFunctionTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewFunctionTreeItem.java index 19c216a19..84989f43d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewFunctionTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewFunctionTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewObjectTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewObjectTreeItem.java index e006a692d..f0f5327d1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewObjectTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NewObjectTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NullTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NullTreeItem.java index 8db9f9c16..65fdf373c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NullTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NullTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NumberValueTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NumberValueTreeItem.java index 34f752205..c9b2f5a3f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NumberValueTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/NumberValueTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostDecrementTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostDecrementTreeItem.java index 07c7c2b50..a388845c3 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostDecrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostDecrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostIncrementTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostIncrementTreeItem.java index 47e924303..5df3f349a 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostIncrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/PostIncrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnValueTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnValueTreeItem.java index 2990b6dec..923ffd4dd 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnValueTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnValueTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnVoidTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnVoidTreeItem.java index dabc211c8..9b54db1f4 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnVoidTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ReturnVoidTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetGlobalSlotTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetGlobalSlotTreeItem.java index 480a0fcf6..0599f6411 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetGlobalSlotTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetGlobalSlotTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetLocalTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetLocalTreeItem.java index ed76f53ed..f79e9771f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetLocalTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetLocalTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetPropertyTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetPropertyTreeItem.java index 2af74d2d6..2ea6c783d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetPropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetPropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSlotTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSlotTreeItem.java index 85aac0c7b..8222e970f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSlotTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSlotTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSuperTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSuperTreeItem.java index 17665d8d9..2d5cf982d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSuperTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetSuperTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetTypeTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetTypeTreeItem.java index 7938929f3..03935cf66 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetTypeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/SetTypeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; /** diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/StringTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/StringTreeItem.java index dc3a51862..8378bae01 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/StringTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/StringTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThisTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThisTreeItem.java index 2ac30cdfb..31a5fdeae 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThisTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThisTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThrowTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThrowTreeItem.java index 55e4c742c..d7848af62 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThrowTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/ThrowTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/TreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/TreeItem.java index 2bf986e09..d7f2c8e8e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/TreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/TreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UndefinedTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UndefinedTreeItem.java index 061be466e..b097c69a1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UndefinedTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UndefinedTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UnparsedTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UnparsedTreeItem.java index dcae6c720..213279309 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UnparsedTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/UnparsedTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithObjectTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithObjectTreeItem.java index 23ea2fc67..86c2ecf44 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithObjectTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithObjectTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithTreeItem.java index 1db103a2b..53eb1b666 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/WithTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/XMLTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/XMLTreeItem.java index e17de8e4d..bda16e244 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/XMLTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/XMLTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/AssignmentTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/AssignmentTreeItem.java index f46622f33..8648af302 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/AssignmentTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/AssignmentTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; /** diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/Block.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/Block.java index 0d12cb893..5a0b06357 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/Block.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/Block.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.treemodel.ContinueTreeItem; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DeclarationTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DeclarationTreeItem.java index 2b0ea7f20..dda653ac5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DeclarationTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DeclarationTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DoWhileTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DoWhileTreeItem.java index b9fbaa7f3..2029eede3 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DoWhileTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/DoWhileTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ExceptionTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ExceptionTreeItem.java index 56ceb92fa..96e95459e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ExceptionTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ExceptionTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/FilterTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/FilterTreeItem.java index 85ff5072b..8c568c7e1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/FilterTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/FilterTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForEachInTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForEachInTreeItem.java index 9623fe390..dba84febc 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForEachInTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForEachInTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForInTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForInTreeItem.java index 727cd1086..75a310e54 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForInTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForInTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForTreeItem.java index 6047a2bac..16e9d33f5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/ForTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/IfTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/IfTreeItem.java index 5f9b575af..fa2ddb384 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/IfTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/IfTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/LoopTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/LoopTreeItem.java index a960ab529..dfe01f067 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/LoopTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/LoopTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/SwitchTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/SwitchTreeItem.java index d8cbe0d46..1e1d6603d 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/SwitchTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/SwitchTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TernarOpTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TernarOpTreeItem.java index f6cb1390c..5e84fc3de 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TernarOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TernarOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TryTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TryTreeItem.java index 04b4226bc..89022366e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TryTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/TryTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/WhileTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/WhileTreeItem.java index 19926d677..0e10f82c1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/WhileTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/clauses/WhileTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.clauses; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AddTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AddTreeItem.java index fc48707bc..9901f47c5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AddTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AddTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AndTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AndTreeItem.java index a37ec9691..ba56d7fc5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AndTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AndTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AsTypeTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AsTypeTreeItem.java index 836d06973..847848fa2 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AsTypeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/AsTypeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BinaryOpTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BinaryOpTreeItem.java index 75445577f..01bbf730c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BinaryOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BinaryOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitAndTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitAndTreeItem.java index f4cad7d1e..a39d44591 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitAndTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitAndTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitNotTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitNotTreeItem.java index eb87d91bb..edb28492f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitNotTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitNotTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitOrTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitOrTreeItem.java index 148c9a37d..b3b419c21 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitOrTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitOrTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitXorTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitXorTreeItem.java index 0770999e6..4b03f0683 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitXorTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/BitXorTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DeletePropertyTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DeletePropertyTreeItem.java index 4ea374776..1a0e9263b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DeletePropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DeletePropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DivideTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DivideTreeItem.java index e5ed315e6..dd5906795 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DivideTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/DivideTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/EqTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/EqTreeItem.java index 3538bf6bc..aa65aee47 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/EqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/EqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GeTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GeTreeItem.java index f4a5b5c9e..07b2a3b8e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GtTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GtTreeItem.java index a758fb249..74c87ddd9 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GtTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/GtTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InTreeItem.java index 36a141479..4f891de9b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InstanceOfTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InstanceOfTreeItem.java index 4d1d2e3da..d5204d6dc 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InstanceOfTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/InstanceOfTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/IsTypeTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/IsTypeTreeItem.java index 7ad245b48..70df35e3a 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/IsTypeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/IsTypeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LShiftTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LShiftTreeItem.java index da51b1724..0bed125c3 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LShiftTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LShiftTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LeTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LeTreeItem.java index 78a7fa84a..47d78798b 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LtTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LtTreeItem.java index 425d121ef..ced89848f 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LtTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/LtTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/ModuloTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/ModuloTreeItem.java index 2aad930f5..77b99d057 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/ModuloTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/ModuloTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/MultiplyTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/MultiplyTreeItem.java index 92fd926bd..bf43048a4 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/MultiplyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/MultiplyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NegTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NegTreeItem.java index d82bf721b..c807de481 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NegTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NegTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NeqTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NeqTreeItem.java index 791639e00..42d78e2e5 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NeqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NeqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NotTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NotTreeItem.java index beb067e3f..486140285 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NotTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/NotTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/OrTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/OrTreeItem.java index 7e1df5652..c3649b22c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/OrTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/OrTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreDecrementTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreDecrementTreeItem.java index 0067d9a1f..796d12c78 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreDecrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreDecrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreIncrementTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreIncrementTreeItem.java index adada6279..8d76678a1 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreIncrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/PreIncrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/RShiftTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/RShiftTreeItem.java index 73c39b5e9..34c8bfb33 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/RShiftTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/RShiftTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictEqTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictEqTreeItem.java index f01072893..c4b487d7c 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictEqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictEqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictNeqTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictNeqTreeItem.java index 1a3e19931..751e21f81 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictNeqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/StrictNeqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/SubtractTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/SubtractTreeItem.java index 100173281..04897e35e 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/SubtractTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/SubtractTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/TypeOfTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/TypeOfTreeItem.java index 4c0e35855..70e7c0630 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/TypeOfTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/TypeOfTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/URShiftTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/URShiftTreeItem.java index 544cdb858..09aff99cc 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/URShiftTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/URShiftTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.instructions.AVM2Instruction; diff --git a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/UnaryOpTreeItem.java b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/UnaryOpTreeItem.java index 5a251d35d..d3fccf179 100644 --- a/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/UnaryOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/abc/avm2/treemodel/operations/UnaryOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.avm2.treemodel.operations; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/ABCComboBoxModel.java b/trunk/src/com/jpexs/asdec/abc/gui/ABCComboBoxModel.java index 8e06da694..9df447349 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/ABCComboBoxModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/ABCComboBoxModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.tags.DoABCTag; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/ABCPanel.java b/trunk/src/com/jpexs/asdec/abc/gui/ABCPanel.java index b878edabb..acf496130 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/ABCPanel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/ABCPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; @@ -314,7 +312,7 @@ public class ABCPanel extends JPanel implements ItemListener, ActionListener { constantTypeList.addItemListener(this); panConstants.add(constantTypeList, BorderLayout.NORTH); panConstants.add(new JScrollPane(constantTable), BorderLayout.CENTER); - tabbedPane.addTab("Constants", panConstants); + tabbedPane.addTab("Constants", panConstants); } public void doFilter() { diff --git a/trunk/src/com/jpexs/asdec/abc/gui/ASMSourceEditorPane.java b/trunk/src/com/jpexs/asdec/abc/gui/ASMSourceEditorPane.java index 766f0dad8..d87fa29d6 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/ASMSourceEditorPane.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/ASMSourceEditorPane.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTree.java b/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTree.java index 2469e0090..e38a00ec9 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTree.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTree.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTreeModel.java b/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTreeModel.java index 86cd2da78..0bf80032a 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTreeModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/ClassesListTreeModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.types.traits.Trait; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/ConstantsListModel.java b/trunk/src/com/jpexs/asdec/abc/gui/ConstantsListModel.java index 1a7887c0c..c5cb3da9b 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/ConstantsListModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/ConstantsListModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/DecompiledEditorPane.java b/trunk/src/com/jpexs/asdec/abc/gui/DecompiledEditorPane.java index ba1908340..a6c572afa 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/DecompiledEditorPane.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/DecompiledEditorPane.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/DetailPanel.java b/trunk/src/com/jpexs/asdec/abc/gui/DetailPanel.java index 43a95c938..caa772fbd 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/DetailPanel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/DetailPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/DialogMissingSymbolHandler.java b/trunk/src/com/jpexs/asdec/abc/gui/DialogMissingSymbolHandler.java index 1b14bc77c..ba1448358 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/DialogMissingSymbolHandler.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/DialogMissingSymbolHandler.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.avm2.parser.MissingSymbolHandler; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/GraphFrame.java b/trunk/src/com/jpexs/asdec/abc/gui/GraphFrame.java index c2cd62b94..bcf215129 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/GraphFrame.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/GraphFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.avm2.flowgraph.Graph; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/GraphTreeFrame.java b/trunk/src/com/jpexs/asdec/abc/gui/GraphTreeFrame.java index f81578da2..c9bb697bf 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/GraphTreeFrame.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/GraphTreeFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.avm2.flowgraph.Graph; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/IconListRenderer.java b/trunk/src/com/jpexs/asdec/abc/gui/IconListRenderer.java index 6d08304e9..b4d64a5d8 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/IconListRenderer.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/IconListRenderer.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import java.awt.Component; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/LineMarkedEditorPane.java b/trunk/src/com/jpexs/asdec/abc/gui/LineMarkedEditorPane.java index d6a108502..a0a79b02c 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/LineMarkedEditorPane.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/LineMarkedEditorPane.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import java.awt.Color; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/MethodBodyParamsPanel.java b/trunk/src/com/jpexs/asdec/abc/gui/MethodBodyParamsPanel.java index 1b7bf16f4..1b33edf23 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/MethodBodyParamsPanel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/MethodBodyParamsPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/MethodCodePanel.java b/trunk/src/com/jpexs/asdec/abc/gui/MethodCodePanel.java index af4734cf4..7d59a1f16 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/MethodCodePanel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/MethodCodePanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/MethodInfoPanel.java b/trunk/src/com/jpexs/asdec/abc/gui/MethodInfoPanel.java index 0d9057aad..e7ffa6c47 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/MethodInfoPanel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/MethodInfoPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/MethodTraitDetailPanel.java b/trunk/src/com/jpexs/asdec/abc/gui/MethodTraitDetailPanel.java index 39b4780a3..0cbb1e243 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/MethodTraitDetailPanel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/MethodTraitDetailPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/SlotConstTraitDetailPanel.java b/trunk/src/com/jpexs/asdec/abc/gui/SlotConstTraitDetailPanel.java index c4a371926..f56328ca9 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/SlotConstTraitDetailPanel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/SlotConstTraitDetailPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/TraitDetail.java b/trunk/src/com/jpexs/asdec/abc/gui/TraitDetail.java index 2d2df647e..0c9ab2f5c 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/TraitDetail.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/TraitDetail.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; /** diff --git a/trunk/src/com/jpexs/asdec/abc/gui/TraitsList.java b/trunk/src/com/jpexs/asdec/abc/gui/TraitsList.java index 4e9e063c5..5d420dc1f 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/TraitsList.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/TraitsList.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/TraitsListModel.java b/trunk/src/com/jpexs/asdec/abc/gui/TraitsListModel.java index ea5a4a63d..4fe17e67b 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/TraitsListModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/TraitsListModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/Tree.java b/trunk/src/com/jpexs/asdec/abc/gui/Tree.java index 6d695bf13..c999cd9f9 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/Tree.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/Tree.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import java.util.StringTokenizer; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/TreeElement.java b/trunk/src/com/jpexs/asdec/abc/gui/TreeElement.java index c8c7a61df..27d6c17aa 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/TreeElement.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/TreeElement.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import java.util.*; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/TreeLeafScript.java b/trunk/src/com/jpexs/asdec/abc/gui/TreeLeafScript.java index e49583e6e..6ac37812d 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/TreeLeafScript.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/TreeLeafScript.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/TreeVisitor.java b/trunk/src/com/jpexs/asdec/abc/gui/TreeVisitor.java index 151427d79..6011ab283 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/TreeVisitor.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/TreeVisitor.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; public interface TreeVisitor { diff --git a/trunk/src/com/jpexs/asdec/abc/gui/UsageFrame.java b/trunk/src/com/jpexs/asdec/abc/gui/UsageFrame.java index 1bb3cea5d..821663b0e 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/UsageFrame.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/UsageFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/UsageListModel.java b/trunk/src/com/jpexs/asdec/abc/gui/UsageListModel.java index a5813418d..0cde26d47 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/UsageListModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/UsageListModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DecimalTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DecimalTableModel.java index 77bce6cc5..3ccfa1274 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DecimalTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DecimalTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DoubleTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DoubleTableModel.java index fccee6aac..e43b1f9fc 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DoubleTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/DoubleTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/IntTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/IntTableModel.java index b6a73f96e..543eed8b9 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/IntTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/IntTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/MultinameTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/MultinameTableModel.java index 3f30a1e66..cb08eec9a 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/MultinameTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/MultinameTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceSetTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceSetTableModel.java index 8dbf75216..f813c167b 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceSetTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceSetTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceTableModel.java index 41e2f59fc..c78fdb454 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/NamespaceTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/StringTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/StringTableModel.java index 670d2e785..4bd943485 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/StringTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/StringTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/UIntTableModel.java b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/UIntTableModel.java index fe7c4ce32..823ff471b 100644 --- a/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/UIntTableModel.java +++ b/trunk/src/com/jpexs/asdec/abc/gui/tablemodels/UIntTableModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.gui.tablemodels; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoLexer.java b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoLexer.java index 2a28b1217..320fb965d 100644 --- a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoLexer.java +++ b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoLexer.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.methodinfo_parser; /** diff --git a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoParser.java b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoParser.java index 7455b3258..376c02c7f 100644 --- a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoParser.java +++ b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/MethodInfoParser.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.methodinfo_parser; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParseException.java b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParseException.java index 38e0a2a5a..c2458f772 100644 --- a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParseException.java +++ b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParseException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.methodinfo_parser; public class ParseException extends Exception { diff --git a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParsedSymbol.java b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParsedSymbol.java index 8617aaf22..baa804fa9 100644 --- a/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParsedSymbol.java +++ b/trunk/src/com/jpexs/asdec/abc/methodinfo_parser/ParsedSymbol.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.methodinfo_parser; public class ParsedSymbol { diff --git a/trunk/src/com/jpexs/asdec/abc/types/ABCException.java b/trunk/src/com/jpexs/asdec/abc/types/ABCException.java index e8841b7a2..ad44ac8ed 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/ABCException.java +++ b/trunk/src/com/jpexs/asdec/abc/types/ABCException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.avm2.AVM2Code; diff --git a/trunk/src/com/jpexs/asdec/abc/types/ClassInfo.java b/trunk/src/com/jpexs/asdec/abc/types/ClassInfo.java index db5fac896..b0d028e70 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/ClassInfo.java +++ b/trunk/src/com/jpexs/asdec/abc/types/ClassInfo.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/Decimal.java b/trunk/src/com/jpexs/asdec/abc/types/Decimal.java index eef80cc75..b3f4c78d1 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/Decimal.java +++ b/trunk/src/com/jpexs/asdec/abc/types/Decimal.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; /** diff --git a/trunk/src/com/jpexs/asdec/abc/types/InstanceInfo.java b/trunk/src/com/jpexs/asdec/abc/types/InstanceInfo.java index a3b3185eb..eeb613277 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/InstanceInfo.java +++ b/trunk/src/com/jpexs/asdec/abc/types/InstanceInfo.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/MetadataInfo.java b/trunk/src/com/jpexs/asdec/abc/types/MetadataInfo.java index 6d4559993..00927c9a8 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/MetadataInfo.java +++ b/trunk/src/com/jpexs/asdec/abc/types/MetadataInfo.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/types/MethodBody.java b/trunk/src/com/jpexs/asdec/abc/types/MethodBody.java index c68786f4f..d3d0b4244 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/MethodBody.java +++ b/trunk/src/com/jpexs/asdec/abc/types/MethodBody.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/types/MethodInfo.java b/trunk/src/com/jpexs/asdec/abc/types/MethodInfo.java index ca231b943..30bba29eb 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/MethodInfo.java +++ b/trunk/src/com/jpexs/asdec/abc/types/MethodInfo.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/abc/types/Multiname.java b/trunk/src/com/jpexs/asdec/abc/types/Multiname.java index 788bf6c8c..b07a05fd8 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/Multiname.java +++ b/trunk/src/com/jpexs/asdec/abc/types/Multiname.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/types/Namespace.java b/trunk/src/com/jpexs/asdec/abc/types/Namespace.java index 038b2e13a..bd7e10c31 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/Namespace.java +++ b/trunk/src/com/jpexs/asdec/abc/types/Namespace.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/NamespaceSet.java b/trunk/src/com/jpexs/asdec/abc/types/NamespaceSet.java index d8cd43a94..b0581a3e9 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/NamespaceSet.java +++ b/trunk/src/com/jpexs/asdec/abc/types/NamespaceSet.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/types/ScriptInfo.java b/trunk/src/com/jpexs/asdec/abc/types/ScriptInfo.java index 5a030c1ee..98ad39b66 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/ScriptInfo.java +++ b/trunk/src/com/jpexs/asdec/abc/types/ScriptInfo.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/ValueKind.java b/trunk/src/com/jpexs/asdec/abc/types/ValueKind.java index c87fc5cdf..07c78c8ef 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/ValueKind.java +++ b/trunk/src/com/jpexs/asdec/abc/types/ValueKind.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types; import com.jpexs.asdec.abc.avm2.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/abc/types/traits/Trait.java b/trunk/src/com/jpexs/asdec/abc/types/traits/Trait.java index 4af10c7d1..f7d0f3510 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/traits/Trait.java +++ b/trunk/src/com/jpexs/asdec/abc/types/traits/Trait.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types.traits; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitClass.java b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitClass.java index 9985a7c14..4e56ba1a6 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitClass.java +++ b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitClass.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types.traits; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitFunction.java b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitFunction.java index 1d089b4c9..53ea2683c 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitFunction.java +++ b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitFunction.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types.traits; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitMethodGetterSetter.java b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitMethodGetterSetter.java index 89c20ce58..17778da34 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitMethodGetterSetter.java +++ b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitMethodGetterSetter.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types.traits; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitSlotConst.java b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitSlotConst.java index 2dcc3de5a..442ae45fc 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/traits/TraitSlotConst.java +++ b/trunk/src/com/jpexs/asdec/abc/types/traits/TraitSlotConst.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types.traits; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/types/traits/Traits.java b/trunk/src/com/jpexs/asdec/abc/types/traits/Traits.java index e6204e14e..5a1a91ae5 100644 --- a/trunk/src/com/jpexs/asdec/abc/types/traits/Traits.java +++ b/trunk/src/com/jpexs/asdec/abc/types/traits/Traits.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.types.traits; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/ClassNameMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/ClassNameMultinameUsage.java index e24b7850b..2a444324c 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/ClassNameMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/ClassNameMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/ConstVarMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/ConstVarMultinameUsage.java index ba8174d27..14fd4b706 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/ConstVarMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/ConstVarMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/ConstVarNameMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/ConstVarNameMultinameUsage.java index c5bac031b..3171a1fe8 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/ConstVarNameMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/ConstVarNameMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/ConstVarTypeMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/ConstVarTypeMultinameUsage.java index 83f89895d..bb73301af 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/ConstVarTypeMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/ConstVarTypeMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/ExtendsMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/ExtendsMultinameUsage.java index 3957ffe19..bc670397d 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/ExtendsMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/ExtendsMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/ImplementsMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/ImplementsMultinameUsage.java index 8560fa16f..de0c4080d 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/ImplementsMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/ImplementsMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/InsideClassMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/InsideClassMultinameUsage.java index eebf5c968..9ba1f20f0 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/InsideClassMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/InsideClassMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/MethodBodyMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/MethodBodyMultinameUsage.java index f49146ea5..96ad3a9b5 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/MethodBodyMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/MethodBodyMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/MethodMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/MethodMultinameUsage.java index 5e5e2ed64..e17267d21 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/MethodMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/MethodMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/MethodNameMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/MethodNameMultinameUsage.java index f91f87b50..2e7c96294 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/MethodNameMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/MethodNameMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/MethodParamsMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/MethodParamsMultinameUsage.java index 3103d7b9b..970edaad4 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/MethodParamsMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/MethodParamsMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/MethodReturnTypeMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/MethodReturnTypeMultinameUsage.java index 117a3c895..23788d011 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/MethodReturnTypeMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/MethodReturnTypeMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/MultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/MultinameUsage.java index b5799792e..fe2f413ef 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/MultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/MultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/TraitMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/TraitMultinameUsage.java index 062e443fb..1d35c82cb 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/TraitMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/TraitMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.types.traits.Traits; diff --git a/trunk/src/com/jpexs/asdec/abc/usages/TypeNameMultinameUsage.java b/trunk/src/com/jpexs/asdec/abc/usages/TypeNameMultinameUsage.java index 1913d7eaa..62d900ae9 100644 --- a/trunk/src/com/jpexs/asdec/abc/usages/TypeNameMultinameUsage.java +++ b/trunk/src/com/jpexs/asdec/abc/usages/TypeNameMultinameUsage.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.abc.usages; import com.jpexs.asdec.abc.ABC; diff --git a/trunk/src/com/jpexs/asdec/action/Action.java b/trunk/src/com/jpexs/asdec/action/Action.java index 09166941b..8c24d8e76 100644 --- a/trunk/src/com/jpexs/asdec/action/Action.java +++ b/trunk/src/com/jpexs/asdec/action/Action.java @@ -1165,18 +1165,18 @@ public class Action { if (sm.value instanceof FunctionTreeItem) { FunctionTreeItem f = (FunctionTreeItem) sm.value; if (f.actions.isEmpty()) { - - if(parts.size()==2){ - if(parts.get(1) instanceof ImplementsOpTreeItem){ - ImplementsOpTreeItem iot=(ImplementsOpTreeItem)parts.get(1); - implementsOp=iot.superclasses; - }else{ - ok=false; + + if (parts.size() == 2) { + if (parts.get(1) instanceof ImplementsOpTreeItem) { + ImplementsOpTreeItem iot = (ImplementsOpTreeItem) parts.get(1); + implementsOp = iot.superclasses; + } else { + ok = false; break; } } List output2 = new ArrayList(); - output2.add(new InterfaceTreeItem(sm.objectName,implementsOp)); + output2.add(new InterfaceTreeItem(sm.objectName, implementsOp)); return output2; } else { ok = false; diff --git a/trunk/src/com/jpexs/asdec/action/TagNode.java b/trunk/src/com/jpexs/asdec/action/TagNode.java index 5add8699f..7a8a14fa7 100644 --- a/trunk/src/com/jpexs/asdec/action/TagNode.java +++ b/trunk/src/com/jpexs/asdec/action/TagNode.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action; import com.jpexs.asdec.EventListener; diff --git a/trunk/src/com/jpexs/asdec/action/UnknownJumpException.java b/trunk/src/com/jpexs/asdec/action/UnknownJumpException.java index 03c3e30bb..0244381cd 100644 --- a/trunk/src/com/jpexs/asdec/action/UnknownJumpException.java +++ b/trunk/src/com/jpexs/asdec/action/UnknownJumpException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action; import com.jpexs.asdec.action.treemodel.TreeItem; diff --git a/trunk/src/com/jpexs/asdec/action/flashlite/ActionFSCommand2.java b/trunk/src/com/jpexs/asdec/action/flashlite/ActionFSCommand2.java index 1c613515b..b7e220762 100644 --- a/trunk/src/com/jpexs/asdec/action/flashlite/ActionFSCommand2.java +++ b/trunk/src/com/jpexs/asdec/action/flashlite/ActionFSCommand2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.flashlite; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/flashlite/ActionStrictMode.java b/trunk/src/com/jpexs/asdec/action/flashlite/ActionStrictMode.java index 5877fd1c6..a5dc876bb 100644 --- a/trunk/src/com/jpexs/asdec/action/flashlite/ActionStrictMode.java +++ b/trunk/src/com/jpexs/asdec/action/flashlite/ActionStrictMode.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.flashlite; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/gui/ActionPanel.java b/trunk/src/com/jpexs/asdec/action/gui/ActionPanel.java index 0ecccff45..3d4d2d1af 100644 --- a/trunk/src/com/jpexs/asdec/action/gui/ActionPanel.java +++ b/trunk/src/com/jpexs/asdec/action/gui/ActionPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/action/gui/TagTreeModel.java b/trunk/src/com/jpexs/asdec/action/gui/TagTreeModel.java index 71014fba6..ed29dfd8e 100644 --- a/trunk/src/com/jpexs/asdec/action/gui/TagTreeModel.java +++ b/trunk/src/com/jpexs/asdec/action/gui/TagTreeModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.gui; import com.jpexs.asdec.action.TagNode; diff --git a/trunk/src/com/jpexs/asdec/action/parser/ASMParser.java b/trunk/src/com/jpexs/asdec/action/parser/ASMParser.java index db6fcf37f..0ad415ea8 100644 --- a/trunk/src/com/jpexs/asdec/action/parser/ASMParser.java +++ b/trunk/src/com/jpexs/asdec/action/parser/ASMParser.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.parser; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/parser/FlasmLexer.java b/trunk/src/com/jpexs/asdec/action/parser/FlasmLexer.java index 9ea57513d..0af5de221 100644 --- a/trunk/src/com/jpexs/asdec/action/parser/FlasmLexer.java +++ b/trunk/src/com/jpexs/asdec/action/parser/FlasmLexer.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.parser; import com.jpexs.asdec.action.swf4.ConstantIndex; diff --git a/trunk/src/com/jpexs/asdec/action/parser/Label.java b/trunk/src/com/jpexs/asdec/action/parser/Label.java index 651091352..549ba9b05 100644 --- a/trunk/src/com/jpexs/asdec/action/parser/Label.java +++ b/trunk/src/com/jpexs/asdec/action/parser/Label.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.parser; public class Label { diff --git a/trunk/src/com/jpexs/asdec/action/parser/ParseException.java b/trunk/src/com/jpexs/asdec/action/parser/ParseException.java index ca336d52b..ecbf939be 100644 --- a/trunk/src/com/jpexs/asdec/action/parser/ParseException.java +++ b/trunk/src/com/jpexs/asdec/action/parser/ParseException.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.parser; public class ParseException extends Exception { diff --git a/trunk/src/com/jpexs/asdec/action/parser/ParsedSymbol.java b/trunk/src/com/jpexs/asdec/action/parser/ParsedSymbol.java index bd2d1a416..a76e53ff6 100644 --- a/trunk/src/com/jpexs/asdec/action/parser/ParsedSymbol.java +++ b/trunk/src/com/jpexs/asdec/action/parser/ParsedSymbol.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.parser; public class ParsedSymbol { diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionGetURL.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionGetURL.java index d4f9506df..5237e9774 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionGetURL.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionGetURL.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionGoToLabel.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionGoToLabel.java index ac69340a7..430a42525 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionGoToLabel.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionGoToLabel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionGotoFrame.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionGotoFrame.java index 52bd31a04..671a61b50 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionGotoFrame.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionGotoFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionNextFrame.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionNextFrame.java index 2e41d0d8e..a97374096 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionNextFrame.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionNextFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionPlay.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionPlay.java index 4837e99e8..405b53377 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionPlay.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionPlay.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionPrevFrame.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionPrevFrame.java index 78cd2e2d8..34168ec42 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionPrevFrame.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionPrevFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionSetTarget.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionSetTarget.java index 40eb1f76f..71ebb6877 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionSetTarget.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionSetTarget.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionStop.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionStop.java index 8768d3263..f512f4332 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionStop.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionStop.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionStopSounds.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionStopSounds.java index 4ac6a01e4..968decd36 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionStopSounds.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionStopSounds.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionToggleQuality.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionToggleQuality.java index 62d6da375..d40fa9d36 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionToggleQuality.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionToggleQuality.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf3/ActionWaitForFrame.java b/trunk/src/com/jpexs/asdec/action/swf3/ActionWaitForFrame.java index fb040249b..b0ebec076 100644 --- a/trunk/src/com/jpexs/asdec/action/swf3/ActionWaitForFrame.java +++ b/trunk/src/com/jpexs/asdec/action/swf3/ActionWaitForFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf3; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionAdd.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionAdd.java index 31c7d36db..a957b362e 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionAdd.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionAdd.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionAnd.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionAnd.java index 0eb125b9f..320e793b4 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionAnd.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionAnd.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionAsciiToChar.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionAsciiToChar.java index b696de291..df48e2653 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionAsciiToChar.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionAsciiToChar.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionCall.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionCall.java index cdd35cca1..59321e43f 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionCall.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionCall.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionCharToAscii.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionCharToAscii.java index 9b81e24b9..f95c1256a 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionCharToAscii.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionCharToAscii.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionCloneSprite.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionCloneSprite.java index c9d191a71..b12f31d52 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionCloneSprite.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionCloneSprite.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionDivide.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionDivide.java index 728386ac3..bd7db8c66 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionDivide.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionDivide.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionEndDrag.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionEndDrag.java index 3093d36ec..5745dee24 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionEndDrag.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionEndDrag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionEquals.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionEquals.java index 8b10a7ee4..08c3a540f 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionEquals.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionEquals.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetProperty.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetProperty.java index 7f8877f15..b98002ae0 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetProperty.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetProperty.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetTime.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetTime.java index 19f9d0eab..397ea7372 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetTime.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetTime.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetURL2.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetURL2.java index 6daab4a93..a8430add4 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetURL2.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetURL2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetVariable.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetVariable.java index fda97c129..cd540e992 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionGetVariable.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionGetVariable.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionGotoFrame2.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionGotoFrame2.java index aab43db4d..53d0c5251 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionGotoFrame2.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionGotoFrame2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionIf.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionIf.java index 4074a81e2..b93a20ad5 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionIf.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionIf.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionJump.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionJump.java index 98c97ad3b..d7da282d6 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionJump.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionJump.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionLess.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionLess.java index b4d4af3d7..79f2692e1 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionLess.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionLess.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBAsciiToChar.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBAsciiToChar.java index 9b501f3f9..558656900 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBAsciiToChar.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBAsciiToChar.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBCharToAscii.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBCharToAscii.java index 9a59ac084..a7a5188fd 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBCharToAscii.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBCharToAscii.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringExtract.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringExtract.java index 17c8c0af5..bcc310567 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringExtract.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringExtract.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringLength.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringLength.java index 972a1e0b7..da0bf0f6c 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringLength.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionMBStringLength.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionMultiply.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionMultiply.java index 2596bf8ad..890d461cf 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionMultiply.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionMultiply.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionNot.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionNot.java index f16e47610..a9508c426 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionNot.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionNot.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionOr.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionOr.java index cf1b1b4fa..430c8e121 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionOr.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionOr.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionPop.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionPop.java index 52f46ba51..336817790 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionPop.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionPop.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionPush.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionPush.java index b64b18284..fced5c592 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionPush.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionPush.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionRandomNumber.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionRandomNumber.java index 9536e9fda..4a3375797 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionRandomNumber.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionRandomNumber.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionRemoveSprite.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionRemoveSprite.java index 74958f259..d9f59f591 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionRemoveSprite.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionRemoveSprite.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionSetProperty.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionSetProperty.java index 5b3d8b16a..5a4e459b6 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionSetProperty.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionSetProperty.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionSetTarget2.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionSetTarget2.java index c65f23c5a..eaa3911be 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionSetTarget2.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionSetTarget2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionSetVariable.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionSetVariable.java index bef5ce2f2..1e9402965 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionSetVariable.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionSetVariable.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionStartDrag.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionStartDrag.java index dc2b17009..368c7ab0a 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionStartDrag.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionStartDrag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringAdd.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringAdd.java index 1fc4ba387..23865f775 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringAdd.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringAdd.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringEquals.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringEquals.java index 403ed69d8..803585cb0 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringEquals.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringEquals.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringExtract.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringExtract.java index bebea1bf0..48ae649e4 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringExtract.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringExtract.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLength.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLength.java index d80b33c75..e944f2425 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLength.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLength.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLess.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLess.java index 4fac75239..4b6a23de5 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLess.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionStringLess.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionSubtract.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionSubtract.java index 79b401831..dcb415f47 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionSubtract.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionSubtract.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionToInteger.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionToInteger.java index 5ae9e9bc0..645689e3d 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionToInteger.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionToInteger.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionTrace.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionTrace.java index 2d9498cd0..44e99a082 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionTrace.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionTrace.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ActionWaitForFrame2.java b/trunk/src/com/jpexs/asdec/action/swf4/ActionWaitForFrame2.java index c34672dd4..384c4e5f9 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ActionWaitForFrame2.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ActionWaitForFrame2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/ConstantIndex.java b/trunk/src/com/jpexs/asdec/action/swf4/ConstantIndex.java index f3c586aae..25cf79126 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/ConstantIndex.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/ConstantIndex.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/action/swf4/Null.java b/trunk/src/com/jpexs/asdec/action/swf4/Null.java index 1d33cd01a..eb3b8c054 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/Null.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/Null.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; public class Null { diff --git a/trunk/src/com/jpexs/asdec/action/swf4/RegisterNumber.java b/trunk/src/com/jpexs/asdec/action/swf4/RegisterNumber.java index 81f457e7c..d5408bc31 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/RegisterNumber.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/RegisterNumber.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; public class RegisterNumber { diff --git a/trunk/src/com/jpexs/asdec/action/swf4/Undefined.java b/trunk/src/com/jpexs/asdec/action/swf4/Undefined.java index 00a2a7aa4..9f8d379a9 100644 --- a/trunk/src/com/jpexs/asdec/action/swf4/Undefined.java +++ b/trunk/src/com/jpexs/asdec/action/swf4/Undefined.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf4; public class Undefined { diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionAdd2.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionAdd2.java index 48740d253..e829a44dd 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionAdd2.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionAdd2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitAnd.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitAnd.java index df037b926..1f72dbe85 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitAnd.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitAnd.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitLShift.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitLShift.java index 7ba98cb0b..9934d8bce 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitLShift.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitLShift.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitOr.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitOr.java index 651d5bf15..0ce095a77 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitOr.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitOr.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitRShift.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitRShift.java index 959bcd664..b04ef0f13 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitRShift.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitRShift.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitURShift.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitURShift.java index f329c9ca8..d318d5ebc 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitURShift.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitURShift.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitXor.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitXor.java index e5d9ac3a5..a327f88f0 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionBitXor.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionBitXor.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionCallFunction.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionCallFunction.java index a6389612d..c1f512a30 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionCallFunction.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionCallFunction.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionCallMethod.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionCallMethod.java index 4998b6ddf..9cc4e5473 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionCallMethod.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionCallMethod.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionConstantPool.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionConstantPool.java index dda40bfaf..72f993d74 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionConstantPool.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionConstantPool.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionDecrement.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionDecrement.java index 319119c08..db1d7deea 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionDecrement.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionDecrement.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineFunction.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineFunction.java index 33880c7c5..e3995eeef 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineFunction.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineFunction.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal.java index d5b43563a..28c0f8321 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal2.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal2.java index 73a970b12..07d0e0311 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal2.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionDefineLocal2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete.java index 7c5a4af3f..4259ac5d1 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete2.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete2.java index 8225748d1..bf4493cab 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete2.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionDelete2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionEnumerate.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionEnumerate.java index 451342b2a..588a0a3f6 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionEnumerate.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionEnumerate.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionEquals2.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionEquals2.java index ca3f43229..1a3a63553 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionEquals2.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionEquals2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionGetMember.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionGetMember.java index 7a4e4ab48..b57d89991 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionGetMember.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionGetMember.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionIncrement.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionIncrement.java index 7de3b4806..ad34b5139 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionIncrement.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionIncrement.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionInitArray.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionInitArray.java index 5cf21f8d1..d69f24a1d 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionInitArray.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionInitArray.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionInitObject.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionInitObject.java index a37949e52..c9562d653 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionInitObject.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionInitObject.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionLess2.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionLess2.java index d24018f50..4c9d49bc6 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionLess2.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionLess2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionModulo.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionModulo.java index ab078e8a4..080c814be 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionModulo.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionModulo.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionNewMethod.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionNewMethod.java index 902926cef..5c60b1b86 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionNewMethod.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionNewMethod.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionNewObject.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionNewObject.java index 0968c8d10..4e6dfca13 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionNewObject.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionNewObject.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionPushDuplicate.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionPushDuplicate.java index 7acc27b84..e567089d1 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionPushDuplicate.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionPushDuplicate.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionReturn.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionReturn.java index 8b9fc38eb..47ec6ba38 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionReturn.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionReturn.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionSetMember.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionSetMember.java index 4f2e2f5a6..a6f932457 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionSetMember.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionSetMember.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionStackSwap.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionStackSwap.java index 1f0d6c0c0..80555a863 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionStackSwap.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionStackSwap.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionStoreRegister.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionStoreRegister.java index e16f5e88f..bb1e924ee 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionStoreRegister.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionStoreRegister.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionTargetPath.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionTargetPath.java index 621bf0a1d..3da107245 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionTargetPath.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionTargetPath.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionToNumber.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionToNumber.java index 55453a061..ee897bcc9 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionToNumber.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionToNumber.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionToString.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionToString.java index 272b0245f..fb4b90df5 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionToString.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionToString.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionTypeOf.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionTypeOf.java index bf4af812d..5bf1c7ddf 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionTypeOf.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionTypeOf.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf5/ActionWith.java b/trunk/src/com/jpexs/asdec/action/swf5/ActionWith.java index 3323793dc..b21030af3 100644 --- a/trunk/src/com/jpexs/asdec/action/swf5/ActionWith.java +++ b/trunk/src/com/jpexs/asdec/action/swf5/ActionWith.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf5; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf6/ActionEnumerate2.java b/trunk/src/com/jpexs/asdec/action/swf6/ActionEnumerate2.java index 304014195..5b113802f 100644 --- a/trunk/src/com/jpexs/asdec/action/swf6/ActionEnumerate2.java +++ b/trunk/src/com/jpexs/asdec/action/swf6/ActionEnumerate2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf6; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf6/ActionGreater.java b/trunk/src/com/jpexs/asdec/action/swf6/ActionGreater.java index c041386c3..5c07e3bff 100644 --- a/trunk/src/com/jpexs/asdec/action/swf6/ActionGreater.java +++ b/trunk/src/com/jpexs/asdec/action/swf6/ActionGreater.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf6; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf6/ActionInstanceOf.java b/trunk/src/com/jpexs/asdec/action/swf6/ActionInstanceOf.java index ebcf52cbe..b71602505 100644 --- a/trunk/src/com/jpexs/asdec/action/swf6/ActionInstanceOf.java +++ b/trunk/src/com/jpexs/asdec/action/swf6/ActionInstanceOf.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf6; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf6/ActionStrictEquals.java b/trunk/src/com/jpexs/asdec/action/swf6/ActionStrictEquals.java index fb95ef4b1..4096c3a9a 100644 --- a/trunk/src/com/jpexs/asdec/action/swf6/ActionStrictEquals.java +++ b/trunk/src/com/jpexs/asdec/action/swf6/ActionStrictEquals.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf6; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf6/ActionStringGreater.java b/trunk/src/com/jpexs/asdec/action/swf6/ActionStringGreater.java index 7a2ebcf02..f9c3fb38e 100644 --- a/trunk/src/com/jpexs/asdec/action/swf6/ActionStringGreater.java +++ b/trunk/src/com/jpexs/asdec/action/swf6/ActionStringGreater.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf6; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf7/ActionCastOp.java b/trunk/src/com/jpexs/asdec/action/swf7/ActionCastOp.java index 767459136..934e62ea6 100644 --- a/trunk/src/com/jpexs/asdec/action/swf7/ActionCastOp.java +++ b/trunk/src/com/jpexs/asdec/action/swf7/ActionCastOp.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf7; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf7/ActionDefineFunction2.java b/trunk/src/com/jpexs/asdec/action/swf7/ActionDefineFunction2.java index 217071864..2cf73d29d 100644 --- a/trunk/src/com/jpexs/asdec/action/swf7/ActionDefineFunction2.java +++ b/trunk/src/com/jpexs/asdec/action/swf7/ActionDefineFunction2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf7; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/swf7/ActionExtends.java b/trunk/src/com/jpexs/asdec/action/swf7/ActionExtends.java index f47c28f68..c67e57b89 100644 --- a/trunk/src/com/jpexs/asdec/action/swf7/ActionExtends.java +++ b/trunk/src/com/jpexs/asdec/action/swf7/ActionExtends.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf7; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf7/ActionImplementsOp.java b/trunk/src/com/jpexs/asdec/action/swf7/ActionImplementsOp.java index c565a46d5..edeb8eafe 100644 --- a/trunk/src/com/jpexs/asdec/action/swf7/ActionImplementsOp.java +++ b/trunk/src/com/jpexs/asdec/action/swf7/ActionImplementsOp.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf7; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf7/ActionThrow.java b/trunk/src/com/jpexs/asdec/action/swf7/ActionThrow.java index 740b17ed6..1d0e73649 100644 --- a/trunk/src/com/jpexs/asdec/action/swf7/ActionThrow.java +++ b/trunk/src/com/jpexs/asdec/action/swf7/ActionThrow.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf7; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/swf7/ActionTry.java b/trunk/src/com/jpexs/asdec/action/swf7/ActionTry.java index 7ac6643f7..733c2315b 100644 --- a/trunk/src/com/jpexs/asdec/action/swf7/ActionTry.java +++ b/trunk/src/com/jpexs/asdec/action/swf7/ActionTry.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.swf7; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/AsciiToCharTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/AsciiToCharTreeItem.java index 671e1d705..bb6fb40bc 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/AsciiToCharTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/AsciiToCharTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/BreakTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/BreakTreeItem.java index a495b469e..4487c859f 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/BreakTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/BreakTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/CallFunctionTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/CallFunctionTreeItem.java index 52c39c748..aad1b716e 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/CallFunctionTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/CallFunctionTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/CallMethodTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/CallMethodTreeItem.java index 579592b14..1b4f2681a 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/CallMethodTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/CallMethodTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/CallTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/CallTreeItem.java index a56f7353f..0920404eb 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/CallTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/CallTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/CastOpTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/CastOpTreeItem.java index 666539e44..f83dafb0d 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/CastOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/CastOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/CharToAsciiTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/CharToAsciiTreeItem.java index 45dbe8a8e..e481bb55f 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/CharToAsciiTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/CharToAsciiTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/CloneSpriteTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/CloneSpriteTreeItem.java index ee6ebabd7..dc533c92c 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/CloneSpriteTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/CloneSpriteTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ConstantPool.java b/trunk/src/com/jpexs/asdec/action/treemodel/ConstantPool.java index cb2b77c59..5a82f43d0 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ConstantPool.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ConstantPool.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import java.util.ArrayList; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ContinueTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ContinueTreeItem.java index 57efc500f..c18be98b9 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ContinueTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ContinueTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/DecrementTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/DecrementTreeItem.java index 149520b2f..681864f1e 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/DecrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/DecrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/DefineLocalTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/DefineLocalTreeItem.java index 99d5b4f27..64add81da 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/DefineLocalTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/DefineLocalTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/DeleteTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/DeleteTreeItem.java index 0f363c4ec..4c21c5280 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/DeleteTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/DeleteTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/DirectValueTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/DirectValueTreeItem.java index 28d1a252b..dacf73c86 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/DirectValueTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/DirectValueTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; @@ -47,7 +45,7 @@ public class DirectValueTreeItem extends TreeItem { } } if (value instanceof String) { - return (String)value; + return (String) value; } if (value instanceof ConstantIndex) { return (this.constants.get(((ConstantIndex) value).index)); diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/EachTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/EachTreeItem.java index eae9c6027..6b9c4cdac 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/EachTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/EachTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/EnumerateTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/EnumerateTreeItem.java index 9f8476915..75dd9ee89 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/EnumerateTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/EnumerateTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ExtendsTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ExtendsTreeItem.java index ad8ec279c..f09207f9f 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ExtendsTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ExtendsTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/FSCommand2TreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/FSCommand2TreeItem.java index 43fcb6365..2cf68bbfd 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/FSCommand2TreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/FSCommand2TreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GetMemberTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GetMemberTreeItem.java index ec011aeaa..e52d38f03 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GetMemberTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GetMemberTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GetPropertyTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GetPropertyTreeItem.java index e5407495a..f997d2882 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GetPropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GetPropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GetURL2TreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GetURL2TreeItem.java index e9ad72860..b8a4c5391 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GetURL2TreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GetURL2TreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GetURLTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GetURLTreeItem.java index 4fe9bd906..52ce189f2 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GetURLTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GetURLTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GetVariableTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GetVariableTreeItem.java index b9d418f83..a84868b64 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GetVariableTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GetVariableTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrame2TreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrame2TreeItem.java index 4dc031578..a17a55b0c 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrame2TreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrame2TreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrameTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrameTreeItem.java index 0d7073b57..1d40583fc 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrameTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GotoFrameTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/GotoLabelTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/GotoLabelTreeItem.java index e1d2cc0ac..c92449a75 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/GotoLabelTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/GotoLabelTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ImplementsOpTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ImplementsOpTreeItem.java index 249a98a98..9aa7657ab 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ImplementsOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ImplementsOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/IncrementTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/IncrementTreeItem.java index d78d1ccee..03a336801 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/IncrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/IncrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/InitArrayTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/InitArrayTreeItem.java index 0fe86dcca..aadb42f80 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/InitArrayTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/InitArrayTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/InitObjectTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/InitObjectTreeItem.java index 1f9d04268..ea0e5df5a 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/InitObjectTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/InitObjectTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/MBAsciiToCharTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/MBAsciiToCharTreeItem.java index 8693f5c81..a23494cb2 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/MBAsciiToCharTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/MBAsciiToCharTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/MBCharToAsciiTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/MBCharToAsciiTreeItem.java index 5c783cb1a..5085fc1c9 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/MBCharToAsciiTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/MBCharToAsciiTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/MBStringExtractTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/MBStringExtractTreeItem.java index 0000c3ae2..f7eb7176d 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/MBStringExtractTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/MBStringExtractTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/NewMethodTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/NewMethodTreeItem.java index 46d32f68f..377c96830 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/NewMethodTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/NewMethodTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/NewObjectTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/NewObjectTreeItem.java index ab083a440..71d7bfa85 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/NewObjectTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/NewObjectTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/RandomNumberTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/RandomNumberTreeItem.java index 1ced451c2..db0a35291 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/RandomNumberTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/RandomNumberTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/RemoveSpriteTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/RemoveSpriteTreeItem.java index a379059c2..911f0833a 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/RemoveSpriteTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/RemoveSpriteTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ReturnTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ReturnTreeItem.java index c40313dc5..287c0a760 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ReturnTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ReturnTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/SetMemberTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/SetMemberTreeItem.java index ad6984a6c..d58a467b8 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/SetMemberTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/SetMemberTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/SetPropertyTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/SetPropertyTreeItem.java index cf042bc82..dad4890aa 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/SetPropertyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/SetPropertyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/SetTarget2TreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/SetTarget2TreeItem.java index 8fc4fa2e2..97687958f 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/SetTarget2TreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/SetTarget2TreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/SetTargetTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/SetTargetTreeItem.java index bd5b22395..3ba23b729 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/SetTargetTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/SetTargetTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/SetVariableTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/SetVariableTreeItem.java index 77d8d5e3d..e34467a95 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/SetVariableTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/SetVariableTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/SimpleActionTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/SimpleActionTreeItem.java index b43325e70..172713f37 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/SimpleActionTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/SimpleActionTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/StartDragTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/StartDragTreeItem.java index c37285065..d1e460b0e 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/StartDragTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/StartDragTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/StoreRegisterTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/StoreRegisterTreeItem.java index 482e9e25c..7457258d4 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/StoreRegisterTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/StoreRegisterTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/StrictModeTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/StrictModeTreeItem.java index 1e1ad00a4..4075cb7a9 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/StrictModeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/StrictModeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/StringExtractTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/StringExtractTreeItem.java index 4758f413d..d10a33dc8 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/StringExtractTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/StringExtractTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/TargetPathTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/TargetPathTreeItem.java index 3cdc95d80..9fc64ddf4 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/TargetPathTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/TargetPathTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ThrowTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ThrowTreeItem.java index 2296625db..69b5c141c 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ThrowTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ThrowTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ToIntegerTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ToIntegerTreeItem.java index 5cd44f970..bdef272c8 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ToIntegerTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ToIntegerTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ToNumberTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ToNumberTreeItem.java index 4bf3f93ef..146905657 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ToNumberTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ToNumberTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/ToStringTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/ToStringTreeItem.java index 315aaa945..10f3dbe42 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/ToStringTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/ToStringTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/TraceTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/TraceTreeItem.java index dd1c7badc..6eca5a962 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/TraceTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/TraceTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/TreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/TreeItem.java index 7d8fe40d9..ef7998484 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/TreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/TreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; @@ -49,8 +47,8 @@ public abstract class TreeItem { } public abstract String toString(ConstantPool constants); - - public String toStringNoQuotes(ConstantPool constants){ + + public String toStringNoQuotes(ConstantPool constants) { return toString(constants); } diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/TypeOfTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/TypeOfTreeItem.java index eb23b83ab..f47457628 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/TypeOfTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/TypeOfTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/UnsupportedTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/UnsupportedTreeItem.java index 6cae0b828..eb22a9d4f 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/UnsupportedTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/UnsupportedTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/VoidTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/VoidTreeItem.java index d70a968d3..581ffd400 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/VoidTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/VoidTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrame2TreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrame2TreeItem.java index 76b58aabe..74f8e9291 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrame2TreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrame2TreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrameTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrameTreeItem.java index e095f56e9..7269074c7 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrameTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/WaitForFrameTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/Block.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/Block.java index 11c5a1adf..3996479a9 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/Block.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/Block.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.treemodel.ContinueTreeItem; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ClassTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ClassTreeItem.java index 80072c6ca..75d36236f 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ClassTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ClassTreeItem.java @@ -65,7 +65,7 @@ public class ClassTreeItem extends TreeItem implements Block { ret += f.toString(constants) + "\r\n"; } for (TreeItem v : vars.keySet()) { - ret += "var " + v.toStringNoQuotes(constants) + " = " + vars.get(v).toStringNoQuotes(constants)+";\r\n"; + ret += "var " + v.toStringNoQuotes(constants) + " = " + vars.get(v).toStringNoQuotes(constants) + ";\r\n"; } ret += "}\r\n"; return ret; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/DoWhileTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/DoWhileTreeItem.java index 47783ecd0..dc7336445 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/DoWhileTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/DoWhileTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForEachTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForEachTreeItem.java index 5c44c4d15..86a4c4514 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForEachTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForEachTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForInTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForInTreeItem.java index e177924f5..28e3d9828 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForInTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForInTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForTreeItem.java index c37c3adb2..07aa65e0e 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/ForTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/IfTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/IfTreeItem.java index 75c938b65..e73bc29da 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/IfTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/IfTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/InterfaceTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/InterfaceTreeItem.java index e9bc1b9ce..2fab65e50 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/InterfaceTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/InterfaceTreeItem.java @@ -41,8 +41,8 @@ public class InterfaceTreeItem extends TreeItem { String ret = ""; ret += "interface " + name.toStringNoQuotes(constants); boolean first = true; - if(!superInterfaces.isEmpty()){ - ret+=" extends "; + if (!superInterfaces.isEmpty()) { + ret += " extends "; } for (TreeItem ti : superInterfaces) { if (!first) { diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/LoopTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/LoopTreeItem.java index d89f72f8d..e10a90f2a 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/LoopTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/LoopTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/SwitchTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/SwitchTreeItem.java index c53b3ed6f..b290ab5b6 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/SwitchTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/SwitchTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TernarOpTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TernarOpTreeItem.java index 3f014c335..03b659d53 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TernarOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TernarOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TryTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TryTreeItem.java index c02e02b92..8f8a3fdf8 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TryTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/TryTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.treemodel.ConstantPool; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WhileTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WhileTreeItem.java index 9b8824db1..969337eb5 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WhileTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WhileTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WithTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WithTreeItem.java index 62688a0ab..ca107d7ed 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WithTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/clauses/WithTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.clauses; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/AddTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/AddTreeItem.java index 28bb8ecf8..b44d66bd4 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/AddTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/AddTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/AndTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/AndTreeItem.java index e48125864..be595d440 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/AndTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/AndTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/AsTypeTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/AsTypeTreeItem.java index 3fc7422b7..c2a75f636 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/AsTypeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/AsTypeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BinaryOpTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BinaryOpTreeItem.java index ed75a4347..92360a439 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BinaryOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BinaryOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitAndTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitAndTreeItem.java index 2bfc53637..75d887fb0 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitAndTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitAndTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitNotTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitNotTreeItem.java index c3f9c3165..f53dc8596 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitNotTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitNotTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitOrTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitOrTreeItem.java index 2167be5bc..405b39844 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitOrTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitOrTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitXorTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitXorTreeItem.java index a9a676648..27515247a 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitXorTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/BitXorTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/DivideTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/DivideTreeItem.java index c2b1986dd..47830f47d 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/DivideTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/DivideTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/EqTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/EqTreeItem.java index 12986a40a..d87db7b63 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/EqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/EqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/GeTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/GeTreeItem.java index 519db0c43..671fb255c 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/GeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/GeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/GtTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/GtTreeItem.java index bb72c4830..7f7cb67b8 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/GtTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/GtTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/InTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/InTreeItem.java index 9bbc35bfc..55fc4c50c 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/InTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/InTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/InstanceOfTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/InstanceOfTreeItem.java index 03e73e773..908a09957 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/InstanceOfTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/InstanceOfTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/IsTypeTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/IsTypeTreeItem.java index d98b4c44a..d13df8306 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/IsTypeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/IsTypeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/LShiftTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/LShiftTreeItem.java index d333477b1..801bad186 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/LShiftTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/LShiftTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/LeTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/LeTreeItem.java index 9bc7b6947..a217d8329 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/LeTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/LeTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/LtTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/LtTreeItem.java index ccf42cc13..372ee71a2 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/LtTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/LtTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/MBStringLengthTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/MBStringLengthTreeItem.java index e92551c14..5a62bfa47 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/MBStringLengthTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/MBStringLengthTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/ModuloTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/ModuloTreeItem.java index e327538c5..5d8bfabf7 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/ModuloTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/ModuloTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/MultiplyTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/MultiplyTreeItem.java index 973f88ff5..6d3fe1645 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/MultiplyTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/MultiplyTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/NegTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/NegTreeItem.java index bfcceaf2e..e47a2deac 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/NegTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/NegTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/NeqTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/NeqTreeItem.java index f4bfc03a5..f4dccffde 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/NeqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/NeqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/NotTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/NotTreeItem.java index 5aae8789c..a95ca02a2 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/NotTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/NotTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/OrTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/OrTreeItem.java index 5105dd8b8..a5ecf9611 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/OrTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/OrTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreDecrementTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreDecrementTreeItem.java index f4a407a33..1ac222813 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreDecrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreDecrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreIncrementTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreIncrementTreeItem.java index 537615af0..5cbc46781 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreIncrementTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/PreIncrementTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/RShiftTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/RShiftTreeItem.java index 3cc28d961..93bf38ff8 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/RShiftTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/RShiftTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictEqTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictEqTreeItem.java index b9edf9413..417831300 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictEqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictEqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictNeqTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictNeqTreeItem.java index 57e2aa624..913e8abbf 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictNeqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StrictNeqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringAddTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringAddTreeItem.java index 08713fb3c..daa0a363c 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringAddTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringAddTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringEqTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringEqTreeItem.java index 87bb873a0..be3c926ef 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringEqTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringEqTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLengthTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLengthTreeItem.java index 14bafef7f..741daed36 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLengthTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLengthTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLtTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLtTreeItem.java index 382f22ec1..e47428b9a 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLtTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/StringLtTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/SubtractTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/SubtractTreeItem.java index b84bfa8f4..4238b125c 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/SubtractTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/SubtractTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/URShiftTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/URShiftTreeItem.java index e8f814908..3022bf959 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/URShiftTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/URShiftTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/action/treemodel/operations/UnaryOpTreeItem.java b/trunk/src/com/jpexs/asdec/action/treemodel/operations/UnaryOpTreeItem.java index 1c83bbe27..24080c47a 100644 --- a/trunk/src/com/jpexs/asdec/action/treemodel/operations/UnaryOpTreeItem.java +++ b/trunk/src/com/jpexs/asdec/action/treemodel/operations/UnaryOpTreeItem.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.action.treemodel.operations; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/gui/AboutDialog.java b/trunk/src/com/jpexs/asdec/gui/AboutDialog.java index 587946617..343a10201 100644 --- a/trunk/src/com/jpexs/asdec/gui/AboutDialog.java +++ b/trunk/src/com/jpexs/asdec/gui/AboutDialog.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/gui/ImagePanel.java b/trunk/src/com/jpexs/asdec/gui/ImagePanel.java index 6929e11ed..4102a957b 100644 --- a/trunk/src/com/jpexs/asdec/gui/ImagePanel.java +++ b/trunk/src/com/jpexs/asdec/gui/ImagePanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import java.awt.BorderLayout; diff --git a/trunk/src/com/jpexs/asdec/gui/LinkLabel.java b/trunk/src/com/jpexs/asdec/gui/LinkLabel.java index 0d16b6cf9..f737df9bf 100644 --- a/trunk/src/com/jpexs/asdec/gui/LinkLabel.java +++ b/trunk/src/com/jpexs/asdec/gui/LinkLabel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import java.awt.Cursor; diff --git a/trunk/src/com/jpexs/asdec/gui/LoadingDialog.java b/trunk/src/com/jpexs/asdec/gui/LoadingDialog.java index bd9126b93..ad63c0505 100644 --- a/trunk/src/com/jpexs/asdec/gui/LoadingDialog.java +++ b/trunk/src/com/jpexs/asdec/gui/LoadingDialog.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import com.jpexs.asdec.Main; @@ -37,26 +35,27 @@ import javax.swing.SwingConstants; */ public class LoadingDialog extends JFrame implements ImageObserver { - private JLabel loadingLabel = new JLabel("",JLabel.CENTER); + private JLabel loadingLabel = new JLabel("", JLabel.CENTER); private LoadingPanel loadingPanel; String load = "Loading, please wait..."; - JProgressBar progressBar = new JProgressBar(0,100); + JProgressBar progressBar = new JProgressBar(0, 100); + public void setDetail(String d) { loadingLabel.setText("
" + load + "
" + d + "
"); - loadingLabel.setHorizontalAlignment( SwingConstants.CENTER ); + loadingLabel.setHorizontalAlignment(SwingConstants.CENTER); } - public void setPercent(int percent){ + public void setPercent(int percent) { progressBar.setValue(percent); progressBar.setVisible(true); } - - public void hidePercent(){ - if(progressBar.isVisible()){ + + public void hidePercent() { + if (progressBar.isVisible()) { progressBar.setVisible(false); } } - + /** * Constructor */ @@ -69,9 +68,9 @@ public class LoadingDialog extends JFrame implements ImageObserver { loadingPanel = new LoadingPanel(50, 50); loadingPanel.setPreferredSize(new Dimension(100, 100)); add(loadingPanel, BorderLayout.WEST); - JPanel pan=new JPanel(); + JPanel pan = new JPanel(); pan.setLayout(null); - pan.setPreferredSize(new Dimension(120,150)); + pan.setPreferredSize(new Dimension(120, 150)); loadingLabel.setBounds(0, 20, 125, 50); progressBar.setBounds(0, 70, 125, 25); pan.add(loadingLabel); diff --git a/trunk/src/com/jpexs/asdec/gui/LoadingPanel.java b/trunk/src/com/jpexs/asdec/gui/LoadingPanel.java index e60d82f23..11efe202d 100644 --- a/trunk/src/com/jpexs/asdec/gui/LoadingPanel.java +++ b/trunk/src/com/jpexs/asdec/gui/LoadingPanel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import java.awt.Graphics; diff --git a/trunk/src/com/jpexs/asdec/gui/MainFrame.java b/trunk/src/com/jpexs/asdec/gui/MainFrame.java index 9633d6747..24f3640a9 100644 --- a/trunk/src/com/jpexs/asdec/gui/MainFrame.java +++ b/trunk/src/com/jpexs/asdec/gui/MainFrame.java @@ -281,35 +281,35 @@ public class MainFrame extends JFrame implements ActionListener { getContentPane().add(tabPane, BorderLayout.CENTER); if (!abcList.isEmpty()) { - addTab(tabPane,abcPanel = new ABCPanel(abcList),"ActionScript3",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/as16.png"))); + addTab(tabPane, abcPanel = new ABCPanel(abcList), "ActionScript3", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/as16.png"))); } else { actionPanel = new ActionPanel(swf.tags); if (actionPanel.tagTree.getRowCount() > 1) { - addTab(tabPane,actionPanel,"ActionScript",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/as16.png"))); + addTab(tabPane, actionPanel, "ActionScript", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/as16.png"))); } menuDeobfuscation.setEnabled(false); } if (!shapes.isEmpty()) { - addTab(tabPane,shapesTagPanel = new TagPanel(shapes, swf),"Shapes",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/shape16.png"))); + addTab(tabPane, shapesTagPanel = new TagPanel(shapes, swf), "Shapes", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/shape16.png"))); } if (!morphShapes.isEmpty()) { - addTab(tabPane, morphshapesTagPanel = new TagPanel(morphShapes, swf),"MorphShapes",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/morphshape16.png"))); + addTab(tabPane, morphshapesTagPanel = new TagPanel(morphShapes, swf), "MorphShapes", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/morphshape16.png"))); } if (!images.isEmpty()) { - addTab(tabPane,imagesTagPanel = new TagPanel(images, swf),"Images",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/image16.png"))); + addTab(tabPane, imagesTagPanel = new TagPanel(images, swf), "Images", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/image16.png"))); } if (!sprites.isEmpty()) { - addTab(tabPane, spritesTagPanel = new TagPanel(sprites, swf),"Sprites",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/sprite16.png"))); + addTab(tabPane, spritesTagPanel = new TagPanel(sprites, swf), "Sprites", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/sprite16.png"))); } if (!fonts.isEmpty()) { - addTab(tabPane,fontsTagPanel = new TagPanel(fonts, swf),"Fonts",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/font16.png"))); + addTab(tabPane, fontsTagPanel = new TagPanel(fonts, swf), "Fonts", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/font16.png"))); } if (!texts.isEmpty()) { - addTab(tabPane,textsTagPanel = new TagPanel(texts, swf),"Texts",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/text16.png"))); + addTab(tabPane, textsTagPanel = new TagPanel(texts, swf), "Texts", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/text16.png"))); } if (!buttons.isEmpty()) { - addTab(tabPane, buttonsTagPanel = new TagPanel(buttons, swf),"Buttons",new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/button16.png"))); + addTab(tabPane, buttonsTagPanel = new TagPanel(buttons, swf), "Buttons", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/button16.png"))); } diff --git a/trunk/src/com/jpexs/asdec/gui/ModeFrame.java b/trunk/src/com/jpexs/asdec/gui/ModeFrame.java index e2bbf06c6..61d0fd2de 100644 --- a/trunk/src/com/jpexs/asdec/gui/ModeFrame.java +++ b/trunk/src/com/jpexs/asdec/gui/ModeFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/gui/TagNode.java b/trunk/src/com/jpexs/asdec/gui/TagNode.java index c6f6de6eb..b4440c143 100644 --- a/trunk/src/com/jpexs/asdec/gui/TagNode.java +++ b/trunk/src/com/jpexs/asdec/gui/TagNode.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import com.jpexs.asdec.tags.DefineBitsJPEG2Tag; diff --git a/trunk/src/com/jpexs/asdec/gui/TagPanel.java b/trunk/src/com/jpexs/asdec/gui/TagPanel.java index 274e3bf5f..e73efbb4a 100644 --- a/trunk/src/com/jpexs/asdec/gui/TagPanel.java +++ b/trunk/src/com/jpexs/asdec/gui/TagPanel.java @@ -154,7 +154,7 @@ public class TagPanel extends JPanel implements ListSelectionListener { @Override public void valueChanged(ListSelectionEvent e) { - Tag tagObj = (Tag) tagList.getSelectedValue(); + Tag tagObj = (Tag) tagList.getSelectedValue(); if (tagObj instanceof DefineBitsTag) { showCard(CARDIMAGEPANEL); imagePanel.setImage(((DefineBitsTag) tagObj).getFullImageData(jtt)); diff --git a/trunk/src/com/jpexs/asdec/gui/TagTreeModel.java b/trunk/src/com/jpexs/asdec/gui/TagTreeModel.java index 9dcfebc08..1c9fabab0 100644 --- a/trunk/src/com/jpexs/asdec/gui/TagTreeModel.java +++ b/trunk/src/com/jpexs/asdec/gui/TagTreeModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import com.jpexs.asdec.tags.*; diff --git a/trunk/src/com/jpexs/asdec/gui/View.java b/trunk/src/com/jpexs/asdec/gui/View.java index 54b5b5eed..0f85b6681 100644 --- a/trunk/src/com/jpexs/asdec/gui/View.java +++ b/trunk/src/com/jpexs/asdec/gui/View.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui; import java.awt.*; diff --git a/trunk/src/com/jpexs/asdec/gui/proxy/ProxyFrame.java b/trunk/src/com/jpexs/asdec/gui/proxy/ProxyFrame.java index 368244c01..b057bba76 100644 --- a/trunk/src/com/jpexs/asdec/gui/proxy/ProxyFrame.java +++ b/trunk/src/com/jpexs/asdec/gui/proxy/ProxyFrame.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui.proxy; import com.jpexs.asdec.Configuration; diff --git a/trunk/src/com/jpexs/asdec/gui/proxy/SWFListModel.java b/trunk/src/com/jpexs/asdec/gui/proxy/SWFListModel.java index 8d84f81ed..a8c730900 100644 --- a/trunk/src/com/jpexs/asdec/gui/proxy/SWFListModel.java +++ b/trunk/src/com/jpexs/asdec/gui/proxy/SWFListModel.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.gui.proxy; import com.jpexs.proxy.Replacement; diff --git a/trunk/src/com/jpexs/asdec/helpers/Helper.java b/trunk/src/com/jpexs/asdec/helpers/Helper.java index 216aaf3a9..8086680ba 100644 --- a/trunk/src/com/jpexs/asdec/helpers/Helper.java +++ b/trunk/src/com/jpexs/asdec/helpers/Helper.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.helpers; import java.util.List; diff --git a/trunk/src/com/jpexs/asdec/helpers/Highlighting.java b/trunk/src/com/jpexs/asdec/helpers/Highlighting.java index c5d15a2f6..e7fc6ac8a 100644 --- a/trunk/src/com/jpexs/asdec/helpers/Highlighting.java +++ b/trunk/src/com/jpexs/asdec/helpers/Highlighting.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.helpers; import java.util.ArrayList; diff --git a/trunk/src/com/jpexs/asdec/tags/CSMTextSettingsTag.java b/trunk/src/com/jpexs/asdec/tags/CSMTextSettingsTag.java index 051ed9ccb..639ef84b3 100644 --- a/trunk/src/com/jpexs/asdec/tags/CSMTextSettingsTag.java +++ b/trunk/src/com/jpexs/asdec/tags/CSMTextSettingsTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DebugIDTag.java b/trunk/src/com/jpexs/asdec/tags/DebugIDTag.java index a9c0b9e38..1b992df36 100644 --- a/trunk/src/com/jpexs/asdec/tags/DebugIDTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DebugIDTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineBinaryDataTag.java b/trunk/src/com/jpexs/asdec/tags/DefineBinaryDataTag.java index ff4e6751a..01447b0c6 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineBinaryDataTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineBinaryDataTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG2Tag.java index 0b268c0a6..a8cc2ee17 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG3Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG3Tag.java index a8f31b48a..c9f36ec6c 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG3Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG3Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG4Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG4Tag.java index 50e736235..0206c4635 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG4Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineBitsJPEG4Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineBitsLossless2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineBitsLossless2Tag.java index 0f86351fa..4051a9b80 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineBitsLossless2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineBitsLossless2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineBitsLosslessTag.java b/trunk/src/com/jpexs/asdec/tags/DefineBitsLosslessTag.java index 4524d6b78..35701d03c 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineBitsLosslessTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineBitsLosslessTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineBitsTag.java b/trunk/src/com/jpexs/asdec/tags/DefineBitsTag.java index a61373268..c3550e8d5 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineBitsTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineBitsTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWF; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineButton2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineButton2Tag.java index 9f0bbc3de..d34c40716 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineButton2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineButton2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.Main; @@ -180,28 +178,26 @@ public class DefineButton2Tag extends CharacterTag implements Container, Bounded @Override public Set getNeededCharacters() { - HashSet needed=new HashSet(); - for(BUTTONRECORD r:characters){ + HashSet needed = new HashSet(); + for (BUTTONRECORD r : characters) { needed.add(r.characterId); } return needed; } @Override - public RECT getRect(HashMap allCharacters) { - RECT rect=new RECT(Integer.MAX_VALUE,Integer.MIN_VALUE,Integer.MAX_VALUE,Integer.MIN_VALUE); - for(BUTTONRECORD r:characters){ - CharacterTag ch=allCharacters.get(r.characterId); - if(ch instanceof BoundedTag){ - RECT r2=((BoundedTag)ch).getRect(allCharacters); - rect.Xmin=Math.min(r2.Xmin,rect.Xmin); - rect.Ymin=Math.min(r2.Ymin,rect.Ymin); - rect.Xmax=Math.max(r2.Xmax,rect.Xmax); - rect.Ymax=Math.max(r2.Ymax,rect.Ymax); + public RECT getRect(HashMap allCharacters) { + RECT rect = new RECT(Integer.MAX_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.MIN_VALUE); + for (BUTTONRECORD r : characters) { + CharacterTag ch = allCharacters.get(r.characterId); + if (ch instanceof BoundedTag) { + RECT r2 = ((BoundedTag) ch).getRect(allCharacters); + rect.Xmin = Math.min(r2.Xmin, rect.Xmin); + rect.Ymin = Math.min(r2.Ymin, rect.Ymin); + rect.Xmax = Math.max(r2.Xmax, rect.Xmax); + rect.Ymax = Math.max(r2.Ymax, rect.Ymax); } } return rect; } - - } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineButtonCxformTag.java b/trunk/src/com/jpexs/asdec/tags/DefineButtonCxformTag.java index 0b1fdc704..2def6dd6f 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineButtonCxformTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineButtonCxformTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineButtonSoundTag.java b/trunk/src/com/jpexs/asdec/tags/DefineButtonSoundTag.java index 5dd95435c..54a213d25 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineButtonSoundTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineButtonSoundTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineEditTextTag.java b/trunk/src/com/jpexs/asdec/tags/DefineEditTextTag.java index d36fa8438..7d508ed53 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineEditTextTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineEditTextTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -71,7 +69,7 @@ public class DefineEditTextTag extends CharacterTag implements BoundedTag { public String initialText; @Override - public RECT getRect(HashMap allCharacters) { + public RECT getRect(HashMap allCharacters) { return bounds; } @@ -201,12 +199,10 @@ public class DefineEditTextTag extends CharacterTag implements BoundedTag { @Override public Set getNeededCharacters() { - HashSet needed= new HashSet(); - if(hasFont){ + HashSet needed = new HashSet(); + if (hasFont) { needed.add(fontId); } return needed; } - - } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFont2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineFont2Tag.java index 8731b9565..d32fc8bd1 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFont2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFont2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFont3Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineFont3Tag.java index cd348f799..6beb52554 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFont3Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFont3Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.Main; @@ -130,7 +128,7 @@ public class DefineFont3Tag extends CharacterTag implements FontTag { ByteArrayOutputStream baos = new ByteArrayOutputStream(); OutputStream os = baos; SWFOutputStream sos = new SWFOutputStream(os, version); - if(Main.DEBUG_COPY){ + if (Main.DEBUG_COPY) { sos = new SWFOutputStream(new CopyOutputStream(sos, new ByteArrayInputStream(data)), 10); } try { diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFont4Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineFont4Tag.java index 37832165d..d4e22f26d 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFont4Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFont4Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFontAlignZonesTag.java b/trunk/src/com/jpexs/asdec/tags/DefineFontAlignZonesTag.java index 127f9d8e8..856a8d3c4 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFontAlignZonesTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFontAlignZonesTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFontInfo2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineFontInfo2Tag.java index 11d3d5f80..d49fd1a3a 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFontInfo2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFontInfo2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFontInfoTag.java b/trunk/src/com/jpexs/asdec/tags/DefineFontInfoTag.java index 75f733a4a..cdf4b1dee 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFontInfoTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFontInfoTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFontNameTag.java b/trunk/src/com/jpexs/asdec/tags/DefineFontNameTag.java index 3861f54f8..6485a3d83 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFontNameTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFontNameTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineFontTag.java b/trunk/src/com/jpexs/asdec/tags/DefineFontTag.java index 0760fe2ea..807ea781d 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineFontTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineFontTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineMorphShape2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineMorphShape2Tag.java index 6b5b99f36..7994ad100 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineMorphShape2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineMorphShape2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -53,7 +51,7 @@ public class DefineMorphShape2Tag extends CharacterTag implements BoundedTag, Al public SHAPE endEdges; @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { RECT rect = new RECT(); rect.Xmin = Math.min(startBounds.Xmin, endBounds.Xmin); rect.Ymin = Math.min(startBounds.Ymin, endBounds.Ymin); diff --git a/trunk/src/com/jpexs/asdec/tags/DefineMorphShapeTag.java b/trunk/src/com/jpexs/asdec/tags/DefineMorphShapeTag.java index 9bb2f94d5..751443ca6 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineMorphShapeTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineMorphShapeTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -104,7 +102,7 @@ public class DefineMorphShapeTag extends CharacterTag implements BoundedTag, Alo } @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { RECT rect = new RECT(); rect.Xmin = Math.min(startBounds.Xmin, endBounds.Xmin); rect.Ymin = Math.min(startBounds.Ymin, endBounds.Ymin); diff --git a/trunk/src/com/jpexs/asdec/tags/DefineScalingGridTag.java b/trunk/src/com/jpexs/asdec/tags/DefineScalingGridTag.java index 170971718..e80cc0d4c 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineScalingGridTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineScalingGridTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineSceneAndFrameLabelDataTag.java b/trunk/src/com/jpexs/asdec/tags/DefineSceneAndFrameLabelDataTag.java index dd293322f..6d9a20add 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineSceneAndFrameLabelDataTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineSceneAndFrameLabelDataTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -84,8 +82,8 @@ public class DefineSceneAndFrameLabelDataTag extends Tag { sceneNames[i] = sis.readString(); } int frameLabelCount = (int) sis.readEncodedU32(); - frameNums=new long[frameLabelCount]; - frameNames=new String[frameLabelCount]; + frameNums = new long[frameLabelCount]; + frameNames = new String[frameLabelCount]; for (int i = 0; i < frameLabelCount; i++) { frameNums[i] = sis.readEncodedU32(); frameNames[i] = sis.readString(); diff --git a/trunk/src/com/jpexs/asdec/tags/DefineShape2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineShape2Tag.java index df1b74d75..b4b6af06e 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineShape2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineShape2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -40,7 +38,7 @@ public class DefineShape2Tag extends CharacterTag implements BoundedTag, AloneTa } @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { return shapeBounds; } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineShape3Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineShape3Tag.java index ceae5cc02..9fb78e3d9 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineShape3Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineShape3Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -35,7 +33,7 @@ public class DefineShape3Tag extends CharacterTag implements BoundedTag, AloneTa public SHAPEWITHSTYLE shapes; @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { return shapeBounds; } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineShape4Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineShape4Tag.java index 401c54f84..8306e1f61 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineShape4Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineShape4Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -44,7 +42,7 @@ public class DefineShape4Tag extends CharacterTag implements BoundedTag, AloneTa } @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { return shapeBounds; } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineShapeTag.java b/trunk/src/com/jpexs/asdec/tags/DefineShapeTag.java index 29137c6a6..a135004f3 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineShapeTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineShapeTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -35,7 +33,7 @@ public class DefineShapeTag extends CharacterTag implements BoundedTag, AloneTag public SHAPEWITHSTYLE shapes; @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { return shapeBounds; } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineSoundTag.java b/trunk/src/com/jpexs/asdec/tags/DefineSoundTag.java index 75ef957f1..7c1b8f165 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineSoundTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineSoundTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DefineSpriteTag.java b/trunk/src/com/jpexs/asdec/tags/DefineSpriteTag.java index 2a23b7488..a8d9d7ab4 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineSpriteTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineSpriteTag.java @@ -61,7 +61,7 @@ public class DefineSpriteTag extends CharacterTag implements Container, BoundedT } private RECT getCharacterBounds(HashMap allCharacters, Set characters) { - RECT ret = new RECT(Integer.MAX_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE,Integer.MIN_VALUE); + RECT ret = new RECT(Integer.MAX_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.MIN_VALUE); for (int c : characters) { Tag t = allCharacters.get(c); RECT r = null; @@ -79,10 +79,10 @@ public class DefineSpriteTag extends CharacterTag implements Container, BoundedT } public RECT getRect(HashMap characters) { - RECT ret = new RECT(Integer.MAX_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE,Integer.MIN_VALUE); + RECT ret = new RECT(Integer.MAX_VALUE, Integer.MIN_VALUE, Integer.MAX_VALUE, Integer.MIN_VALUE); for (Tag t : subTags) { Set needed = t.getNeededCharacters(); - if(needed.isEmpty()){ + if (needed.isEmpty()) { continue; } RECT r = getCharacterBounds(characters, needed); @@ -103,10 +103,10 @@ public class DefineSpriteTag extends CharacterTag implements Container, BoundedT if (m != null) { Point topleft = m.apply(new Point(r.Xmin, r.Ymin)); Point bottomright = m.apply(new Point(r.Xmax, r.Ymax)); - r.Xmin=Math.min(topleft.x,bottomright.x); - r.Ymin=Math.min(topleft.y,bottomright.y); - r.Xmax=Math.max(topleft.x,bottomright.x); - r.Ymax=Math.max(topleft.y,bottomright.y); + r.Xmin = Math.min(topleft.x, bottomright.x); + r.Ymin = Math.min(topleft.y, bottomright.y); + r.Xmax = Math.max(topleft.x, bottomright.x); + r.Ymax = Math.max(topleft.y, bottomright.y); } ret.Xmin = Math.min(r.Xmin, ret.Xmin); ret.Ymin = Math.min(r.Ymin, ret.Ymin); diff --git a/trunk/src/com/jpexs/asdec/tags/DefineText2Tag.java b/trunk/src/com/jpexs/asdec/tags/DefineText2Tag.java index bd810b265..f4f9526d0 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineText2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineText2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -50,7 +48,7 @@ public class DefineText2Tag extends CharacterTag implements BoundedTag { public List textRecords; @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { return textBounds; } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineTextTag.java b/trunk/src/com/jpexs/asdec/tags/DefineTextTag.java index 99856e439..c629cf20d 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineTextTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineTextTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; @@ -113,7 +111,7 @@ public class DefineTextTag extends CharacterTag implements BoundedTag { } @Override - public RECT getRect(HashMap characters) { + public RECT getRect(HashMap characters) { return textBounds; } diff --git a/trunk/src/com/jpexs/asdec/tags/DefineVideoStreamTag.java b/trunk/src/com/jpexs/asdec/tags/DefineVideoStreamTag.java index afa2ae8c9..d65e16705 100644 --- a/trunk/src/com/jpexs/asdec/tags/DefineVideoStreamTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DefineVideoStreamTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DoABCTag.java b/trunk/src/com/jpexs/asdec/tags/DoABCTag.java index d9716c7f7..4194769be 100644 --- a/trunk/src/com/jpexs/asdec/tags/DoABCTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DoABCTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/tags/DoActionTag.java b/trunk/src/com/jpexs/asdec/tags/DoActionTag.java index c8540be4d..936fcc276 100644 --- a/trunk/src/com/jpexs/asdec/tags/DoActionTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DoActionTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/DoInitActionTag.java b/trunk/src/com/jpexs/asdec/tags/DoInitActionTag.java index 46ded38e4..6ae66f5ac 100644 --- a/trunk/src/com/jpexs/asdec/tags/DoInitActionTag.java +++ b/trunk/src/com/jpexs/asdec/tags/DoInitActionTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/EnableDebugger2Tag.java b/trunk/src/com/jpexs/asdec/tags/EnableDebugger2Tag.java index 84f80f5af..53e492776 100644 --- a/trunk/src/com/jpexs/asdec/tags/EnableDebugger2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/EnableDebugger2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/EnableDebuggerTag.java b/trunk/src/com/jpexs/asdec/tags/EnableDebuggerTag.java index a327e0dc3..fde6520db 100644 --- a/trunk/src/com/jpexs/asdec/tags/EnableDebuggerTag.java +++ b/trunk/src/com/jpexs/asdec/tags/EnableDebuggerTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/EndTag.java b/trunk/src/com/jpexs/asdec/tags/EndTag.java index 21ae338e3..c7bea240e 100644 --- a/trunk/src/com/jpexs/asdec/tags/EndTag.java +++ b/trunk/src/com/jpexs/asdec/tags/EndTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import java.io.IOException; diff --git a/trunk/src/com/jpexs/asdec/tags/ExportAssetsTag.java b/trunk/src/com/jpexs/asdec/tags/ExportAssetsTag.java index eefa01eba..004aae8e6 100644 --- a/trunk/src/com/jpexs/asdec/tags/ExportAssetsTag.java +++ b/trunk/src/com/jpexs/asdec/tags/ExportAssetsTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/FileAttributesTag.java b/trunk/src/com/jpexs/asdec/tags/FileAttributesTag.java index faf02dedd..1b3b66e69 100644 --- a/trunk/src/com/jpexs/asdec/tags/FileAttributesTag.java +++ b/trunk/src/com/jpexs/asdec/tags/FileAttributesTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/FrameLabelTag.java b/trunk/src/com/jpexs/asdec/tags/FrameLabelTag.java index 2800d4c47..7bca5590f 100644 --- a/trunk/src/com/jpexs/asdec/tags/FrameLabelTag.java +++ b/trunk/src/com/jpexs/asdec/tags/FrameLabelTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/ImportAssets2Tag.java b/trunk/src/com/jpexs/asdec/tags/ImportAssets2Tag.java index 7d69309d1..e9976b988 100644 --- a/trunk/src/com/jpexs/asdec/tags/ImportAssets2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/ImportAssets2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/ImportAssetsTag.java b/trunk/src/com/jpexs/asdec/tags/ImportAssetsTag.java index 176bc8e45..c20bd73ed 100644 --- a/trunk/src/com/jpexs/asdec/tags/ImportAssetsTag.java +++ b/trunk/src/com/jpexs/asdec/tags/ImportAssetsTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/JPEGTablesTag.java b/trunk/src/com/jpexs/asdec/tags/JPEGTablesTag.java index b03639cac..f30261a7d 100644 --- a/trunk/src/com/jpexs/asdec/tags/JPEGTablesTag.java +++ b/trunk/src/com/jpexs/asdec/tags/JPEGTablesTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import java.io.IOException; diff --git a/trunk/src/com/jpexs/asdec/tags/MetadataTag.java b/trunk/src/com/jpexs/asdec/tags/MetadataTag.java index 78361fcd7..9ce05ce80 100644 --- a/trunk/src/com/jpexs/asdec/tags/MetadataTag.java +++ b/trunk/src/com/jpexs/asdec/tags/MetadataTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/PlaceObject2Tag.java b/trunk/src/com/jpexs/asdec/tags/PlaceObject2Tag.java index 1af42c5af..106ef6cf0 100644 --- a/trunk/src/com/jpexs/asdec/tags/PlaceObject2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/PlaceObject2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/tags/PlaceObject3Tag.java b/trunk/src/com/jpexs/asdec/tags/PlaceObject3Tag.java index feb110573..c349b72c2 100644 --- a/trunk/src/com/jpexs/asdec/tags/PlaceObject3Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/PlaceObject3Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.Main; diff --git a/trunk/src/com/jpexs/asdec/tags/PlaceObjectTag.java b/trunk/src/com/jpexs/asdec/tags/PlaceObjectTag.java index b93cd7e41..7d3d981cf 100644 --- a/trunk/src/com/jpexs/asdec/tags/PlaceObjectTag.java +++ b/trunk/src/com/jpexs/asdec/tags/PlaceObjectTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/ProductInfoTag.java b/trunk/src/com/jpexs/asdec/tags/ProductInfoTag.java index 05d714fe7..220d24ba8 100644 --- a/trunk/src/com/jpexs/asdec/tags/ProductInfoTag.java +++ b/trunk/src/com/jpexs/asdec/tags/ProductInfoTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/ProtectTag.java b/trunk/src/com/jpexs/asdec/tags/ProtectTag.java index 3b0e13117..e7696215b 100644 --- a/trunk/src/com/jpexs/asdec/tags/ProtectTag.java +++ b/trunk/src/com/jpexs/asdec/tags/ProtectTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/RemoveObject2Tag.java b/trunk/src/com/jpexs/asdec/tags/RemoveObject2Tag.java index c43a17959..c6d3d14e2 100644 --- a/trunk/src/com/jpexs/asdec/tags/RemoveObject2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/RemoveObject2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/RemoveObjectTag.java b/trunk/src/com/jpexs/asdec/tags/RemoveObjectTag.java index 3343821db..d6f8b9ccf 100644 --- a/trunk/src/com/jpexs/asdec/tags/RemoveObjectTag.java +++ b/trunk/src/com/jpexs/asdec/tags/RemoveObjectTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/ScriptLimitsTag.java b/trunk/src/com/jpexs/asdec/tags/ScriptLimitsTag.java index bf381441d..d9d281025 100644 --- a/trunk/src/com/jpexs/asdec/tags/ScriptLimitsTag.java +++ b/trunk/src/com/jpexs/asdec/tags/ScriptLimitsTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/SetBackgroundColorTag.java b/trunk/src/com/jpexs/asdec/tags/SetBackgroundColorTag.java index 01dab03b0..41fccba45 100644 --- a/trunk/src/com/jpexs/asdec/tags/SetBackgroundColorTag.java +++ b/trunk/src/com/jpexs/asdec/tags/SetBackgroundColorTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/SetTabIndexTag.java b/trunk/src/com/jpexs/asdec/tags/SetTabIndexTag.java index 90c7fc60a..0594a84b5 100644 --- a/trunk/src/com/jpexs/asdec/tags/SetTabIndexTag.java +++ b/trunk/src/com/jpexs/asdec/tags/SetTabIndexTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/ShowFrameTag.java b/trunk/src/com/jpexs/asdec/tags/ShowFrameTag.java index 8922294c2..8ce1f9326 100644 --- a/trunk/src/com/jpexs/asdec/tags/ShowFrameTag.java +++ b/trunk/src/com/jpexs/asdec/tags/ShowFrameTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; /** diff --git a/trunk/src/com/jpexs/asdec/tags/SoundStreamBlockTag.java b/trunk/src/com/jpexs/asdec/tags/SoundStreamBlockTag.java index 6fedd6739..0028fc822 100644 --- a/trunk/src/com/jpexs/asdec/tags/SoundStreamBlockTag.java +++ b/trunk/src/com/jpexs/asdec/tags/SoundStreamBlockTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import java.io.IOException; diff --git a/trunk/src/com/jpexs/asdec/tags/SoundStreamHead2Tag.java b/trunk/src/com/jpexs/asdec/tags/SoundStreamHead2Tag.java index 5d2044cf8..b6b5eca3f 100644 --- a/trunk/src/com/jpexs/asdec/tags/SoundStreamHead2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/SoundStreamHead2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/SoundStreamHeadTag.java b/trunk/src/com/jpexs/asdec/tags/SoundStreamHeadTag.java index b9bed2a75..8f1b8e395 100644 --- a/trunk/src/com/jpexs/asdec/tags/SoundStreamHeadTag.java +++ b/trunk/src/com/jpexs/asdec/tags/SoundStreamHeadTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/StartSound2Tag.java b/trunk/src/com/jpexs/asdec/tags/StartSound2Tag.java index e858d593f..fa580c70c 100644 --- a/trunk/src/com/jpexs/asdec/tags/StartSound2Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/StartSound2Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/StartSoundTag.java b/trunk/src/com/jpexs/asdec/tags/StartSoundTag.java index 3716bfcc9..c669b46f3 100644 --- a/trunk/src/com/jpexs/asdec/tags/StartSoundTag.java +++ b/trunk/src/com/jpexs/asdec/tags/StartSoundTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/SymbolClassTag.java b/trunk/src/com/jpexs/asdec/tags/SymbolClassTag.java index 14c163b53..a1c5a95e0 100644 --- a/trunk/src/com/jpexs/asdec/tags/SymbolClassTag.java +++ b/trunk/src/com/jpexs/asdec/tags/SymbolClassTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/Tag.java b/trunk/src/com/jpexs/asdec/tags/Tag.java index c48717d57..c4a325e17 100644 --- a/trunk/src/com/jpexs/asdec/tags/Tag.java +++ b/trunk/src/com/jpexs/asdec/tags/Tag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import java.util.HashSet; diff --git a/trunk/src/com/jpexs/asdec/tags/TagStub.java b/trunk/src/com/jpexs/asdec/tags/TagStub.java index 11364f3a1..78484778d 100644 --- a/trunk/src/com/jpexs/asdec/tags/TagStub.java +++ b/trunk/src/com/jpexs/asdec/tags/TagStub.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/VideoFrameTag.java b/trunk/src/com/jpexs/asdec/tags/VideoFrameTag.java index 83fce0c5f..0c08960f1 100644 --- a/trunk/src/com/jpexs/asdec/tags/VideoFrameTag.java +++ b/trunk/src/com/jpexs/asdec/tags/VideoFrameTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/tags/base/ASMSource.java b/trunk/src/com/jpexs/asdec/tags/base/ASMSource.java index 61b009207..6674067e3 100644 --- a/trunk/src/com/jpexs/asdec/tags/base/ASMSource.java +++ b/trunk/src/com/jpexs/asdec/tags/base/ASMSource.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags.base; import com.jpexs.asdec.action.Action; diff --git a/trunk/src/com/jpexs/asdec/tags/base/AloneTag.java b/trunk/src/com/jpexs/asdec/tags/base/AloneTag.java index 9e2866ce5..879568aa6 100644 --- a/trunk/src/com/jpexs/asdec/tags/base/AloneTag.java +++ b/trunk/src/com/jpexs/asdec/tags/base/AloneTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags.base; /** diff --git a/trunk/src/com/jpexs/asdec/tags/base/BoundedTag.java b/trunk/src/com/jpexs/asdec/tags/base/BoundedTag.java index 4c721a52b..1e5229e7b 100644 --- a/trunk/src/com/jpexs/asdec/tags/base/BoundedTag.java +++ b/trunk/src/com/jpexs/asdec/tags/base/BoundedTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags.base; import com.jpexs.asdec.types.RECT; @@ -27,5 +25,5 @@ import java.util.HashMap; */ public interface BoundedTag { - public RECT getRect(HashMap characters); + public RECT getRect(HashMap characters); } diff --git a/trunk/src/com/jpexs/asdec/tags/base/CharacterTag.java b/trunk/src/com/jpexs/asdec/tags/base/CharacterTag.java index c51243257..cc5c45892 100644 --- a/trunk/src/com/jpexs/asdec/tags/base/CharacterTag.java +++ b/trunk/src/com/jpexs/asdec/tags/base/CharacterTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags.base; import com.jpexs.asdec.tags.ExportAssetsTag; diff --git a/trunk/src/com/jpexs/asdec/tags/base/Container.java b/trunk/src/com/jpexs/asdec/tags/base/Container.java index 3e8914173..83296876b 100644 --- a/trunk/src/com/jpexs/asdec/tags/base/Container.java +++ b/trunk/src/com/jpexs/asdec/tags/base/Container.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags.base; import java.util.List; diff --git a/trunk/src/com/jpexs/asdec/tags/base/FontTag.java b/trunk/src/com/jpexs/asdec/tags/base/FontTag.java index 5f4093fe8..8daba2b55 100644 --- a/trunk/src/com/jpexs/asdec/tags/base/FontTag.java +++ b/trunk/src/com/jpexs/asdec/tags/base/FontTag.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.tags.base; import com.jpexs.asdec.types.SHAPE; diff --git a/trunk/src/com/jpexs/asdec/types/ALPHABITMAPDATA.java b/trunk/src/com/jpexs/asdec/types/ALPHABITMAPDATA.java index 7d3739731..65bfabf95 100644 --- a/trunk/src/com/jpexs/asdec/types/ALPHABITMAPDATA.java +++ b/trunk/src/com/jpexs/asdec/types/ALPHABITMAPDATA.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/ALPHACOLORMAPDATA.java b/trunk/src/com/jpexs/asdec/types/ALPHACOLORMAPDATA.java index d0deb2b78..7cc4479d1 100644 --- a/trunk/src/com/jpexs/asdec/types/ALPHACOLORMAPDATA.java +++ b/trunk/src/com/jpexs/asdec/types/ALPHACOLORMAPDATA.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/ARGB.java b/trunk/src/com/jpexs/asdec/types/ARGB.java index d794a0be2..0565e3035 100644 --- a/trunk/src/com/jpexs/asdec/types/ARGB.java +++ b/trunk/src/com/jpexs/asdec/types/ARGB.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/BITMAPDATA.java b/trunk/src/com/jpexs/asdec/types/BITMAPDATA.java index 067eb1680..27cdcfbe3 100644 --- a/trunk/src/com/jpexs/asdec/types/BITMAPDATA.java +++ b/trunk/src/com/jpexs/asdec/types/BITMAPDATA.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/BUTTONCONDACTION.java b/trunk/src/com/jpexs/asdec/types/BUTTONCONDACTION.java index d5ae91362..594452dd4 100644 --- a/trunk/src/com/jpexs/asdec/types/BUTTONCONDACTION.java +++ b/trunk/src/com/jpexs/asdec/types/BUTTONCONDACTION.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/types/BUTTONRECORD.java b/trunk/src/com/jpexs/asdec/types/BUTTONRECORD.java index f57f1489e..0ab5f8031 100644 --- a/trunk/src/com/jpexs/asdec/types/BUTTONRECORD.java +++ b/trunk/src/com/jpexs/asdec/types/BUTTONRECORD.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; import com.jpexs.asdec.types.filters.FILTER; diff --git a/trunk/src/com/jpexs/asdec/types/CLIPACTIONRECORD.java b/trunk/src/com/jpexs/asdec/types/CLIPACTIONRECORD.java index fe1f6a8ef..e412af3dd 100644 --- a/trunk/src/com/jpexs/asdec/types/CLIPACTIONRECORD.java +++ b/trunk/src/com/jpexs/asdec/types/CLIPACTIONRECORD.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; import com.jpexs.asdec.SWFInputStream; diff --git a/trunk/src/com/jpexs/asdec/types/CLIPACTIONS.java b/trunk/src/com/jpexs/asdec/types/CLIPACTIONS.java index 9c87b280c..ff4375382 100644 --- a/trunk/src/com/jpexs/asdec/types/CLIPACTIONS.java +++ b/trunk/src/com/jpexs/asdec/types/CLIPACTIONS.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; import java.util.List; diff --git a/trunk/src/com/jpexs/asdec/types/CLIPEVENTFLAGS.java b/trunk/src/com/jpexs/asdec/types/CLIPEVENTFLAGS.java index 579d093f4..d72d910cd 100644 --- a/trunk/src/com/jpexs/asdec/types/CLIPEVENTFLAGS.java +++ b/trunk/src/com/jpexs/asdec/types/CLIPEVENTFLAGS.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/COLORMAPDATA.java b/trunk/src/com/jpexs/asdec/types/COLORMAPDATA.java index 05e54864a..55a4b144e 100644 --- a/trunk/src/com/jpexs/asdec/types/COLORMAPDATA.java +++ b/trunk/src/com/jpexs/asdec/types/COLORMAPDATA.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/CXFORM.java b/trunk/src/com/jpexs/asdec/types/CXFORM.java index 4503e2697..e1e45a854 100644 --- a/trunk/src/com/jpexs/asdec/types/CXFORM.java +++ b/trunk/src/com/jpexs/asdec/types/CXFORM.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/CXFORMWITHALPHA.java b/trunk/src/com/jpexs/asdec/types/CXFORMWITHALPHA.java index 5fba3515d..ce1d5a100 100644 --- a/trunk/src/com/jpexs/asdec/types/CXFORMWITHALPHA.java +++ b/trunk/src/com/jpexs/asdec/types/CXFORMWITHALPHA.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/FILLSTYLE.java b/trunk/src/com/jpexs/asdec/types/FILLSTYLE.java index 8633afe61..fbd1c2fc1 100644 --- a/trunk/src/com/jpexs/asdec/types/FILLSTYLE.java +++ b/trunk/src/com/jpexs/asdec/types/FILLSTYLE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/FILLSTYLEARRAY.java b/trunk/src/com/jpexs/asdec/types/FILLSTYLEARRAY.java index 67dbf7606..c7b833478 100644 --- a/trunk/src/com/jpexs/asdec/types/FILLSTYLEARRAY.java +++ b/trunk/src/com/jpexs/asdec/types/FILLSTYLEARRAY.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/FOCALGRADIENT.java b/trunk/src/com/jpexs/asdec/types/FOCALGRADIENT.java index ca204090a..368ec6f54 100644 --- a/trunk/src/com/jpexs/asdec/types/FOCALGRADIENT.java +++ b/trunk/src/com/jpexs/asdec/types/FOCALGRADIENT.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/GLYPHENTRY.java b/trunk/src/com/jpexs/asdec/types/GLYPHENTRY.java index c4ac2bf18..a71724912 100644 --- a/trunk/src/com/jpexs/asdec/types/GLYPHENTRY.java +++ b/trunk/src/com/jpexs/asdec/types/GLYPHENTRY.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/GRADIENT.java b/trunk/src/com/jpexs/asdec/types/GRADIENT.java index 4c09220a1..8eb924ccd 100644 --- a/trunk/src/com/jpexs/asdec/types/GRADIENT.java +++ b/trunk/src/com/jpexs/asdec/types/GRADIENT.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/GRADRECORD.java b/trunk/src/com/jpexs/asdec/types/GRADRECORD.java index ab81d704b..ad00ba2f8 100644 --- a/trunk/src/com/jpexs/asdec/types/GRADRECORD.java +++ b/trunk/src/com/jpexs/asdec/types/GRADRECORD.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/KERNINGRECORD.java b/trunk/src/com/jpexs/asdec/types/KERNINGRECORD.java index 3543465e7..c8231eeec 100644 --- a/trunk/src/com/jpexs/asdec/types/KERNINGRECORD.java +++ b/trunk/src/com/jpexs/asdec/types/KERNINGRECORD.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/LANGCODE.java b/trunk/src/com/jpexs/asdec/types/LANGCODE.java index e096cd5ae..e805ab9f0 100644 --- a/trunk/src/com/jpexs/asdec/types/LANGCODE.java +++ b/trunk/src/com/jpexs/asdec/types/LANGCODE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/LINESTYLE.java b/trunk/src/com/jpexs/asdec/types/LINESTYLE.java index 79ac4fbcb..aaf9e49f8 100644 --- a/trunk/src/com/jpexs/asdec/types/LINESTYLE.java +++ b/trunk/src/com/jpexs/asdec/types/LINESTYLE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/LINESTYLE2.java b/trunk/src/com/jpexs/asdec/types/LINESTYLE2.java index 6aa818aa4..51bc6149e 100644 --- a/trunk/src/com/jpexs/asdec/types/LINESTYLE2.java +++ b/trunk/src/com/jpexs/asdec/types/LINESTYLE2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/LINESTYLEARRAY.java b/trunk/src/com/jpexs/asdec/types/LINESTYLEARRAY.java index fd60c4f91..9dea247ed 100644 --- a/trunk/src/com/jpexs/asdec/types/LINESTYLEARRAY.java +++ b/trunk/src/com/jpexs/asdec/types/LINESTYLEARRAY.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** @@ -23,7 +21,7 @@ package com.jpexs.asdec.types; * @author JPEXS */ public class LINESTYLEARRAY { - + public LINESTYLE lineStyles[]; public LINESTYLE2 lineStyles2[]; } diff --git a/trunk/src/com/jpexs/asdec/types/MATRIX.java b/trunk/src/com/jpexs/asdec/types/MATRIX.java index 539c0ace4..fd5ef22c4 100644 --- a/trunk/src/com/jpexs/asdec/types/MATRIX.java +++ b/trunk/src/com/jpexs/asdec/types/MATRIX.java @@ -67,14 +67,14 @@ public class MATRIX { return "[MATRIX scale:" + scaleX + "," + scaleY + ", rotate:" + rotateSkew0 + "," + rotateSkew1 + ", translate:" + translateX + "," + translateY + "]"; } - private float toFloat(int i){ - return ((float)i)/(1<<16); + private float toFloat(int i) { + return ((float) i) / (1 << 16); } - + public Point apply(Point p) { Point ret = new Point(); - ret.x = (int)(p.x * (hasScale?toFloat(scaleX):1) + p.y * (hasRotate?toFloat(rotateSkew1):0) + translateX); - ret.y = (int) (p.x * (hasRotate?toFloat(rotateSkew0):0) + p.y * (hasScale?toFloat(scaleY):1) + translateY); + ret.x = (int) (p.x * (hasScale ? toFloat(scaleX) : 1) + p.y * (hasRotate ? toFloat(rotateSkew1) : 0) + translateX); + ret.y = (int) (p.x * (hasRotate ? toFloat(rotateSkew0) : 0) + p.y * (hasScale ? toFloat(scaleY) : 1) + translateY); return ret; } } diff --git a/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLE.java b/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLE.java index 5b45f3f7a..b1b050b4a 100644 --- a/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLE.java +++ b/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLEARRAY.java b/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLEARRAY.java index 76fcfdb4a..0a4c325b4 100644 --- a/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLEARRAY.java +++ b/trunk/src/com/jpexs/asdec/types/MORPHFILLSTYLEARRAY.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/MORPHGRADIENT.java b/trunk/src/com/jpexs/asdec/types/MORPHGRADIENT.java index f041457cc..83646b37e 100644 --- a/trunk/src/com/jpexs/asdec/types/MORPHGRADIENT.java +++ b/trunk/src/com/jpexs/asdec/types/MORPHGRADIENT.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/MORPHGRADRECORD.java b/trunk/src/com/jpexs/asdec/types/MORPHGRADRECORD.java index f03bcf0cd..eb659c8b3 100644 --- a/trunk/src/com/jpexs/asdec/types/MORPHGRADRECORD.java +++ b/trunk/src/com/jpexs/asdec/types/MORPHGRADRECORD.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE.java b/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE.java index 725cdfe43..15fd6987c 100644 --- a/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE.java +++ b/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE2.java b/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE2.java index 3ae48933b..4bcf4c401 100644 --- a/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE2.java +++ b/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLE2.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLEARRAY.java b/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLEARRAY.java index 1f5f28a99..51768330f 100644 --- a/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLEARRAY.java +++ b/trunk/src/com/jpexs/asdec/types/MORPHLINESTYLEARRAY.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/PIX15.java b/trunk/src/com/jpexs/asdec/types/PIX15.java index fb96aeef8..7a1f1146d 100644 --- a/trunk/src/com/jpexs/asdec/types/PIX15.java +++ b/trunk/src/com/jpexs/asdec/types/PIX15.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/PIX24.java b/trunk/src/com/jpexs/asdec/types/PIX24.java index c45d43f45..6a5238bbd 100644 --- a/trunk/src/com/jpexs/asdec/types/PIX24.java +++ b/trunk/src/com/jpexs/asdec/types/PIX24.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/RECT.java b/trunk/src/com/jpexs/asdec/types/RECT.java index 71aef5fd4..d4350143c 100644 --- a/trunk/src/com/jpexs/asdec/types/RECT.java +++ b/trunk/src/com/jpexs/asdec/types/RECT.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/RGB.java b/trunk/src/com/jpexs/asdec/types/RGB.java index 0ad1e12c0..ba2a0941e 100644 --- a/trunk/src/com/jpexs/asdec/types/RGB.java +++ b/trunk/src/com/jpexs/asdec/types/RGB.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** @@ -46,20 +44,20 @@ public class RGB { public RGB() { } - - public String toHexRGB(){ - String rh=Integer.toHexString(red); - if(rh.length()<2){ - rh="0"+rh; + + public String toHexRGB() { + String rh = Integer.toHexString(red); + if (rh.length() < 2) { + rh = "0" + rh; } - String gh=Integer.toHexString(green); - if(gh.length()<2){ - gh="0"+gh; + String gh = Integer.toHexString(green); + if (gh.length() < 2) { + gh = "0" + gh; } - String bh=Integer.toHexString(blue); - if(bh.length()<2){ - bh="0"+bh; + String bh = Integer.toHexString(blue); + if (bh.length() < 2) { + bh = "0" + bh; } - return "#"+rh+gh+bh; + return "#" + rh + gh + bh; } } diff --git a/trunk/src/com/jpexs/asdec/types/RGBA.java b/trunk/src/com/jpexs/asdec/types/RGBA.java index d69a14acf..91cf1ccb4 100644 --- a/trunk/src/com/jpexs/asdec/types/RGBA.java +++ b/trunk/src/com/jpexs/asdec/types/RGBA.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** @@ -41,20 +39,20 @@ public class RGBA { * Alpha value defining opacity */ public int alpha; - - public String toHexRGB(){ - String rh=Integer.toHexString(red); - if(rh.length()<2){ - rh="0"+rh; + + public String toHexRGB() { + String rh = Integer.toHexString(red); + if (rh.length() < 2) { + rh = "0" + rh; } - String gh=Integer.toHexString(green); - if(gh.length()<2){ - gh="0"+gh; + String gh = Integer.toHexString(green); + if (gh.length() < 2) { + gh = "0" + gh; } - String bh=Integer.toHexString(blue); - if(bh.length()<2){ - bh="0"+bh; + String bh = Integer.toHexString(blue); + if (bh.length() < 2) { + bh = "0" + bh; } - return "#"+rh+gh+bh; + return "#" + rh + gh + bh; } } diff --git a/trunk/src/com/jpexs/asdec/types/SHAPE.java b/trunk/src/com/jpexs/asdec/types/SHAPE.java index a36981139..84f898bef 100644 --- a/trunk/src/com/jpexs/asdec/types/SHAPE.java +++ b/trunk/src/com/jpexs/asdec/types/SHAPE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; import com.jpexs.asdec.types.shaperecords.SHAPERECORD; @@ -30,17 +28,18 @@ public class SHAPE { public int numFillBits; public int numLineBits; public List shapeRecords; - + /** * EXPERIMENTAL + * * @param shapeNum - * @return + * @return */ - public String toSVG(int shapeNum){ - return SHAPERECORD.shapeToSVG(shapeNum,null, null, numFillBits, numLineBits, shapeRecords); + public String toSVG(int shapeNum) { + return SHAPERECORD.shapeToSVG(shapeNum, null, null, numFillBits, numLineBits, shapeRecords); } - - public RECT getBounds(){ + + public RECT getBounds() { return SHAPERECORD.getBounds(shapeRecords); } } diff --git a/trunk/src/com/jpexs/asdec/types/SHAPEWITHSTYLE.java b/trunk/src/com/jpexs/asdec/types/SHAPEWITHSTYLE.java index d52801ae0..13030131d 100644 --- a/trunk/src/com/jpexs/asdec/types/SHAPEWITHSTYLE.java +++ b/trunk/src/com/jpexs/asdec/types/SHAPEWITHSTYLE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; import com.jpexs.asdec.types.shaperecords.SHAPERECORD; @@ -32,17 +30,18 @@ public class SHAPEWITHSTYLE { public int numFillBits; public int numLineBits; public List shapeRecords; - + /** * EXPERIMENTAL + * * @param shapeNum - * @return + * @return */ - public String toSVG(int shapeNum){ - return SHAPERECORD.shapeToSVG(shapeNum,fillStyles, lineStyles, numFillBits, numLineBits, shapeRecords); + public String toSVG(int shapeNum) { + return SHAPERECORD.shapeToSVG(shapeNum, fillStyles, lineStyles, numFillBits, numLineBits, shapeRecords); } - - public RECT getBounds(){ + + public RECT getBounds() { return SHAPERECORD.getBounds(shapeRecords); } } diff --git a/trunk/src/com/jpexs/asdec/types/SOUNDENVELOPE.java b/trunk/src/com/jpexs/asdec/types/SOUNDENVELOPE.java index 864f08ed1..630d88d02 100644 --- a/trunk/src/com/jpexs/asdec/types/SOUNDENVELOPE.java +++ b/trunk/src/com/jpexs/asdec/types/SOUNDENVELOPE.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/SOUNDINFO.java b/trunk/src/com/jpexs/asdec/types/SOUNDINFO.java index f108e7a5e..dbd738734 100644 --- a/trunk/src/com/jpexs/asdec/types/SOUNDINFO.java +++ b/trunk/src/com/jpexs/asdec/types/SOUNDINFO.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/TEXTRECORD.java b/trunk/src/com/jpexs/asdec/types/TEXTRECORD.java index 31f433311..f99074343 100644 --- a/trunk/src/com/jpexs/asdec/types/TEXTRECORD.java +++ b/trunk/src/com/jpexs/asdec/types/TEXTRECORD.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/ZONEDATA.java b/trunk/src/com/jpexs/asdec/types/ZONEDATA.java index 3028d8364..a050c6dc8 100644 --- a/trunk/src/com/jpexs/asdec/types/ZONEDATA.java +++ b/trunk/src/com/jpexs/asdec/types/ZONEDATA.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/ZONERECORD.java b/trunk/src/com/jpexs/asdec/types/ZONERECORD.java index 3ade86650..076efd703 100644 --- a/trunk/src/com/jpexs/asdec/types/ZONERECORD.java +++ b/trunk/src/com/jpexs/asdec/types/ZONERECORD.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types; /** diff --git a/trunk/src/com/jpexs/asdec/types/filters/BEVELFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/BEVELFILTER.java index 3e8c92297..0a14ece6e 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/BEVELFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/BEVELFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; import com.jpexs.asdec.types.RGBA; diff --git a/trunk/src/com/jpexs/asdec/types/filters/BLURFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/BLURFILTER.java index 1139c469e..ec4362261 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/BLURFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/BLURFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; /** diff --git a/trunk/src/com/jpexs/asdec/types/filters/COLORMATRIXFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/COLORMATRIXFILTER.java index e51e530d1..8ebb56118 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/COLORMATRIXFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/COLORMATRIXFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; /** diff --git a/trunk/src/com/jpexs/asdec/types/filters/CONVOLUTIONFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/CONVOLUTIONFILTER.java index 42d04f957..c7f3675a1 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/CONVOLUTIONFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/CONVOLUTIONFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; import com.jpexs.asdec.types.RGBA; diff --git a/trunk/src/com/jpexs/asdec/types/filters/DROPSHADOWFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/DROPSHADOWFILTER.java index fd82ffaa0..6d328fd72 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/DROPSHADOWFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/DROPSHADOWFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; import com.jpexs.asdec.types.RGBA; diff --git a/trunk/src/com/jpexs/asdec/types/filters/FILTER.java b/trunk/src/com/jpexs/asdec/types/filters/FILTER.java index 5875e3d03..9a50f8cbc 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/FILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/FILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; /** diff --git a/trunk/src/com/jpexs/asdec/types/filters/GLOWFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/GLOWFILTER.java index 1fe0dcc1f..c59d37b09 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/GLOWFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/GLOWFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; import com.jpexs.asdec.types.RGBA; diff --git a/trunk/src/com/jpexs/asdec/types/filters/GRADIENTBEVELFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/GRADIENTBEVELFILTER.java index 9860d7ccb..6fed2c5ab 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/GRADIENTBEVELFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/GRADIENTBEVELFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; import com.jpexs.asdec.types.RGBA; diff --git a/trunk/src/com/jpexs/asdec/types/filters/GRADIENTGLOWFILTER.java b/trunk/src/com/jpexs/asdec/types/filters/GRADIENTGLOWFILTER.java index 3c3681d41..9b0a73bb5 100644 --- a/trunk/src/com/jpexs/asdec/types/filters/GRADIENTGLOWFILTER.java +++ b/trunk/src/com/jpexs/asdec/types/filters/GRADIENTGLOWFILTER.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.filters; import com.jpexs.asdec.types.RGBA; diff --git a/trunk/src/com/jpexs/asdec/types/shaperecords/CurvedEdgeRecord.java b/trunk/src/com/jpexs/asdec/types/shaperecords/CurvedEdgeRecord.java index 053321607..78c87fde5 100644 --- a/trunk/src/com/jpexs/asdec/types/shaperecords/CurvedEdgeRecord.java +++ b/trunk/src/com/jpexs/asdec/types/shaperecords/CurvedEdgeRecord.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.shaperecords; /** @@ -38,30 +36,30 @@ public class CurvedEdgeRecord extends SHAPERECORD { } @Override - public String toSWG(int oldX,int oldY) { - return "Q " + twipToPixel(oldX+controlDeltaX) + " " + twipToPixel(oldY+controlDeltaY) + " " + twipToPixel(oldX+controlDeltaX + anchorDeltaX) + " " + twipToPixel(oldY+controlDeltaY + anchorDeltaY); - + public String toSWG(int oldX, int oldY) { + return "Q " + twipToPixel(oldX + controlDeltaX) + " " + twipToPixel(oldY + controlDeltaY) + " " + twipToPixel(oldX + controlDeltaX + anchorDeltaX) + " " + twipToPixel(oldY + controlDeltaY + anchorDeltaY); + } @Override public int changeX(int x) { - return x+(controlDeltaX+anchorDeltaX); + return x + (controlDeltaX + anchorDeltaX); } @Override public int changeY(int y) { - return y+(controlDeltaY+anchorDeltaY); + return y + (controlDeltaY + anchorDeltaY); } @Override public void flip() { int tmp; - tmp=controlDeltaX; - controlDeltaX=-anchorDeltaX; - anchorDeltaX=-tmp; - tmp=controlDeltaY; - controlDeltaY=-anchorDeltaY; - anchorDeltaY=-tmp ; + tmp = controlDeltaX; + controlDeltaX = -anchorDeltaX; + anchorDeltaX = -tmp; + tmp = controlDeltaY; + controlDeltaY = -anchorDeltaY; + anchorDeltaY = -tmp; } @Override diff --git a/trunk/src/com/jpexs/asdec/types/shaperecords/EndShapeRecord.java b/trunk/src/com/jpexs/asdec/types/shaperecords/EndShapeRecord.java index 1acd9fc5a..05d33ea28 100644 --- a/trunk/src/com/jpexs/asdec/types/shaperecords/EndShapeRecord.java +++ b/trunk/src/com/jpexs/asdec/types/shaperecords/EndShapeRecord.java @@ -14,8 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - - package com.jpexs.asdec.types.shaperecords; /** @@ -33,7 +31,7 @@ public class EndShapeRecord extends SHAPERECORD { } @Override - public String toSWG(int oldX,int oldY) { + public String toSWG(int oldX, int oldY) { return ""; } @@ -49,7 +47,6 @@ public class EndShapeRecord extends SHAPERECORD { @Override public void flip() { - } @Override diff --git a/trunk/src/com/jpexs/asdec/types/shaperecords/SHAPERECORD.java b/trunk/src/com/jpexs/asdec/types/shaperecords/SHAPERECORD.java index e9fbb50f4..03b420d74 100644 --- a/trunk/src/com/jpexs/asdec/types/shaperecords/SHAPERECORD.java +++ b/trunk/src/com/jpexs/asdec/types/shaperecords/SHAPERECORD.java @@ -47,13 +47,13 @@ public abstract class SHAPERECORD implements Cloneable { public FILLSTYLE fillStyle0; public FILLSTYLE fillStyle1; public List edges = new ArrayList(); - - public boolean sameStyle(Path p){ - return fillStyle0==p.fillStyle0 && ((useLineStyle2&&(p.lineStyle2==lineStyle2)) || ((!useLineStyle2)&&(p.lineStyle==lineStyle))); + + public boolean sameStyle(Path p) { + return fillStyle0 == p.fillStyle0 && ((useLineStyle2 && (p.lineStyle2 == lineStyle2)) || ((!useLineStyle2) && (p.lineStyle == lineStyle))); } - - public String toSVG(int shapeNum){ - String ret=""; + + public String toSVG(int shapeNum) { + String ret = ""; String params = ""; String f = ""; if (fillStyle0 != null) { @@ -68,27 +68,27 @@ public abstract class SHAPERECORD implements Cloneable { if (useLineStyle2 && lineStyle2 != null) { params += " stroke-width=\"" + twipToPixel(lineStyle2.width) + "\" stroke=\"" + lineStyle2.color.toHexRGB() + "\""; } - String points=""; - int x=0; - int y=0; - for(SHAPERECORD r:edges){ - points+=" "+r.toSWG(x,y); - x=r.changeX(x); - y=r.changeY(y); + String points = ""; + int x = 0; + int y = 0; + for (SHAPERECORD r : edges) { + points += " " + r.toSWG(x, y); + x = r.changeX(x); + y = r.changeY(y); } ret += ""; return ret; } } - public abstract String toSWG(int oldX,int oldY); + public abstract String toSWG(int oldX, int oldY); public abstract int changeX(int x); public abstract int changeY(int y); public abstract void flip(); - + public static RECT getBounds(List records) { int x = 0; int y = 0; @@ -106,8 +106,8 @@ public abstract class SHAPERECORD implements Cloneable { if (y > max_y) { max_y = y; } - if(r.isMove()){ - started=true; + if (r.isMove()) { + started = true; } if (started) { if (y < min_y) { @@ -123,7 +123,7 @@ public abstract class SHAPERECORD implements Cloneable { /** * Convert shape to SVG - * + * * @param shapeNum * @param fillStyles * @param lineStylesList @@ -185,13 +185,13 @@ public abstract class SHAPERECORD implements Cloneable { path.lineStyle = lineStylesList.lineStyles[scr.lineStyle - 1]; } } - } - } - path.edges.add(r); - x=r.changeX(x); - y=r.changeY(y); - if(r.isMove()){ - started=true; + } + } + path.edges.add(r); + x = r.changeX(x); + y = r.changeY(y); + if (r.isMove()) { + started = true; } if (x > max_x) { max_x = x; @@ -209,60 +209,60 @@ public abstract class SHAPERECORD implements Cloneable { } } paths.add(path); - List paths2=new ArrayList(); - for(Path p:paths){ - if(p.fillStyle0!=null){ + List paths2 = new ArrayList(); + for (Path p : paths) { + if (p.fillStyle0 != null) { paths2.add(p); } - if(p.fillStyle1!=null){ - Path f=new Path(); - f.edges=new ArrayList(); - f.fillStyle0=p.fillStyle1; - f.lineStyle=p.lineStyle; - f.lineStyle2=p.lineStyle2; - f.useLineStyle2=p.useLineStyle2; - x=0; - y=0; - for(SHAPERECORD r:p.edges){ - x=r.changeX(x); - y=r.changeY(y); - SHAPERECORD r2=null; + if (p.fillStyle1 != null) { + Path f = new Path(); + f.edges = new ArrayList(); + f.fillStyle0 = p.fillStyle1; + f.lineStyle = p.lineStyle; + f.lineStyle2 = p.lineStyle2; + f.useLineStyle2 = p.useLineStyle2; + x = 0; + y = 0; + for (SHAPERECORD r : p.edges) { + x = r.changeX(x); + y = r.changeY(y); + SHAPERECORD r2 = null; try { - r2 = (SHAPERECORD)r.clone(); + r2 = (SHAPERECORD) r.clone(); } catch (CloneNotSupportedException ex) { Logger.getLogger(SHAPERECORD.class.getName()).log(Level.SEVERE, null, ex); } r2.flip(); - f.edges.add(0,r2); + f.edges.add(0, r2); } - StyleChangeRecord scr=new StyleChangeRecord(); - scr.stateMoveTo=true; - scr.moveDeltaX=x; - scr.moveDeltaY=y; - f.edges.add(0,scr); - paths2.add(f); - } + StyleChangeRecord scr = new StyleChangeRecord(); + scr.stateMoveTo = true; + scr.moveDeltaX = x; + scr.moveDeltaY = y; + f.edges.add(0, scr); + paths2.add(f); + } } - List paths3=new ArrayList(); - for(Path p1:paths2){ - boolean found=false; - for(Path p2:paths3){ - if(p1==p2){ + List paths3 = new ArrayList(); + for (Path p1 : paths2) { + boolean found = false; + for (Path p2 : paths3) { + if (p1 == p2) { continue; } - if(p1.sameStyle(p2)){ + if (p1.sameStyle(p2)) { p2.edges.addAll(p1.edges); - found=true; + found = true; break; } } - if(!found){ + if (!found) { paths3.add(p1); } } ret = ""; for (Path p : paths3) { - ret+=p.toSVG(shapeNum); + ret += p.toSVG(shapeNum); } ret = " \n" + "\n" @@ -274,6 +274,6 @@ public abstract class SHAPERECORD implements Cloneable { + ""; return ret; } - + public abstract boolean isMove(); } diff --git a/trunk/src/com/jpexs/asdec/types/shaperecords/StraightEdgeRecord.java b/trunk/src/com/jpexs/asdec/types/shaperecords/StraightEdgeRecord.java index 07064a0ba..1a69c550a 100644 --- a/trunk/src/com/jpexs/asdec/types/shaperecords/StraightEdgeRecord.java +++ b/trunk/src/com/jpexs/asdec/types/shaperecords/StraightEdgeRecord.java @@ -36,33 +36,33 @@ public class StraightEdgeRecord extends SHAPERECORD { } @Override - public String toSWG(int oldX,int oldY) { + public String toSWG(int oldX, int oldY) { if (generalLineFlag) { - return "L " + twipToPixel(oldX+deltaX) + " " + twipToPixel(oldY+deltaY); + return "L " + twipToPixel(oldX + deltaX) + " " + twipToPixel(oldY + deltaY); } else if (vertLineFlag) { - return "V " + twipToPixel(oldY+deltaY); + return "V " + twipToPixel(oldY + deltaY); } else { - return "H " + twipToPixel(oldX+deltaX); + return "H " + twipToPixel(oldX + deltaX); } } @Override public int changeX(int x) { if (generalLineFlag) { - return x+deltaX; + return x + deltaX; } else if (vertLineFlag) { return x; } else { - return x+deltaX; + return x + deltaX; } } @Override public int changeY(int y) { if (generalLineFlag) { - return y+deltaY; + return y + deltaY; } else if (vertLineFlag) { - return y+deltaY; + return y + deltaY; } else { return y; } @@ -70,10 +70,10 @@ public class StraightEdgeRecord extends SHAPERECORD { @Override public void flip() { - deltaX=-deltaX; - deltaY=-deltaY; + deltaX = -deltaX; + deltaY = -deltaY; } - + @Override public boolean isMove() { return true; diff --git a/trunk/src/com/jpexs/asdec/types/shaperecords/StyleChangeRecord.java b/trunk/src/com/jpexs/asdec/types/shaperecords/StyleChangeRecord.java index 306edf877..a4079fc56 100644 --- a/trunk/src/com/jpexs/asdec/types/shaperecords/StyleChangeRecord.java +++ b/trunk/src/com/jpexs/asdec/types/shaperecords/StyleChangeRecord.java @@ -50,7 +50,7 @@ public class StyleChangeRecord extends SHAPERECORD { } @Override - public String toSWG(int oldX,int oldY) { + public String toSWG(int oldX, int oldY) { if (stateMoveTo) { return "M " + twipToPixel(moveDeltaX) + " " + twipToPixel(moveDeltaY); } @@ -75,9 +75,8 @@ public class StyleChangeRecord extends SHAPERECORD { @Override public void flip() { - } - + @Override public boolean isMove() { return stateMoveTo;