mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 13:15:35 +00:00
Issue #48 Decompile only specified class
This commit is contained in:
@@ -1019,7 +1019,7 @@ public class Graph {
|
||||
checkContinueAtTheEnd(retw, whileTrueLoop);
|
||||
List<GraphTargetItem> finalCommands = forFinalCommands.get(whileTrueLoop);
|
||||
IfItem ifi = null;
|
||||
if (!finalCommands.isEmpty()) {
|
||||
if ((finalCommands!=null) && !finalCommands.isEmpty()) {
|
||||
if (finalCommands.get(finalCommands.size() - 1) instanceof IfItem) {
|
||||
ifi = (IfItem) finalCommands.get(finalCommands.size() - 1);
|
||||
finalCommands.remove(finalCommands.size() - 1);
|
||||
|
||||
Reference in New Issue
Block a user