From 74a101e1ea0b886fb85a220262e516b7655807ae Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Mon, 2 Feb 2015 21:54:58 +0100 Subject: [PATCH] just for increasing the version number --- .../jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java index 5f37f494d..9f6861dfb 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java @@ -576,9 +576,8 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL } } currentMethodHighlight = null; - String name = ""; currentTrait = null; - name = abc.instance_info.get(classIndex).getName(abc.constants).getNameWithNamespace(abc.constants, false); + String name = abc.instance_info.get(classIndex).getName(abc.constants).getNameWithNamespace(abc.constants, false); currentTrait = getCurrentTrait(); isStatic = abc.isStaticTraitId(classIndex, lastTraitIndex); if (currentTrait != null) {