ASDec: Small changes to eliminate notices

This commit is contained in:
Jindra Petk
2012-12-28 12:17:33 +01:00
parent 1223dd8aad
commit dbe3dc2905
63 changed files with 116 additions and 104 deletions

View File

@@ -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);