mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 07:51:27 +00:00
ASDec: Small changes to eliminate notices
This commit is contained in:
@@ -144,7 +144,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements MouseL
|
||||
public void setClassIndex(int index, ABC abc) {
|
||||
setText("//Please wait...");
|
||||
|
||||
String hilightedCode = "";
|
||||
String hilightedCode;
|
||||
if (!bufferedClasses.containsKey(index)) {
|
||||
hilightedCode = abc.classToString(index, true, false);
|
||||
highlights = Highlighting.getInstrHighlights(hilightedCode);
|
||||
|
||||
Reference in New Issue
Block a user