mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 06:11:53 +00:00
Highlighter - avoid nullpointer
This commit is contained in:
@@ -435,6 +435,9 @@ public interface SimpleParser {
|
||||
type = externalSubTypes.remove(0);
|
||||
}
|
||||
} else {
|
||||
if (type == null) {
|
||||
break;
|
||||
}
|
||||
traitKey = type.add(part);
|
||||
if (!traitFullNameToDefinition.containsKey(traitKey)) {
|
||||
if (simpleExternalClassNameToFullClassName.containsKey(type)) {
|
||||
|
||||
Reference in New Issue
Block a user