mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 15:50:45 +00:00
Fixed: #1636 Nullpointer exception on empty editorpane
This commit is contained in:
@@ -416,6 +416,9 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
|
||||
Trait currentTrait = null;
|
||||
int currentMethod = -1;
|
||||
ABC abc = getABC();
|
||||
if (abc == null) {
|
||||
return -1;
|
||||
}
|
||||
if (tm != null) {
|
||||
|
||||
int mi = (int) tm.getProperties().index;
|
||||
|
||||
Reference in New Issue
Block a user