From 2c14037242d4ce7cf7ed18ba943d433b3b4b76af Mon Sep 17 00:00:00 2001 From: Honfika Date: Sat, 14 Dec 2013 23:22:05 +0100 Subject: [PATCH] organize imports --- .../src/com/jpexs/decompiler/flash/abc/types/MethodBody.java | 2 -- trunk/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java | 4 ---- trunk/test/com/jpexs/decompiler/flash/RecompileTest.java | 2 -- 3 files changed, 8 deletions(-) diff --git a/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java b/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java index 541c84ab2..1711da1d6 100644 --- a/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java +++ b/trunk/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java @@ -24,8 +24,6 @@ import com.jpexs.decompiler.flash.abc.types.traits.Trait; import com.jpexs.decompiler.flash.abc.types.traits.Traits; import com.jpexs.decompiler.flash.configuration.Configuration; import com.jpexs.decompiler.flash.helpers.GraphTextWriter; -import com.jpexs.decompiler.flash.helpers.HilightedTextWriter; -import com.jpexs.decompiler.flash.helpers.NulWriter; import com.jpexs.decompiler.graph.ExportMode; import com.jpexs.decompiler.graph.Graph; import com.jpexs.decompiler.graph.GraphTargetItem; diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java b/trunk/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java index fa01c1406..ad439ec5b 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui.abc; import com.jpexs.decompiler.flash.abc.types.traits.Trait; import com.jpexs.decompiler.flash.gui.AppStrings; import com.jpexs.decompiler.flash.gui.HeaderLabel; -import com.jpexs.decompiler.flash.gui.Main; import com.jpexs.decompiler.flash.gui.View; import com.jpexs.helpers.CancellableWorker; import java.awt.BorderLayout; @@ -30,9 +29,6 @@ import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.HashMap; -import java.util.concurrent.ExecutionException; -import java.util.logging.Level; -import java.util.logging.Logger; import javax.swing.*; import javax.swing.border.BevelBorder; diff --git a/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java b/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java index 41e9057a5..4f710d8f1 100644 --- a/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java +++ b/trunk/test/com/jpexs/decompiler/flash/RecompileTest.java @@ -3,8 +3,6 @@ package com.jpexs.decompiler.flash; import com.jpexs.decompiler.flash.abc.NotSameException; import com.jpexs.decompiler.flash.configuration.Configuration; import java.io.*; -import java.util.logging.Level; -import java.util.logging.Logger; import static org.testng.Assert.*; import org.testng.annotations.Test;