mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 08:46:09 +00:00
try..catch..finally: fix empty exception list
This commit is contained in:
@@ -58,7 +58,7 @@ public class AVM2LocalData extends BaseLocalData {
|
||||
|
||||
public List<DottedChain> fullyQualifiedNames;
|
||||
|
||||
public ArrayList<ABCException> parsedExceptions;
|
||||
public List<ABCException> parsedExceptions = new ArrayList<>();
|
||||
|
||||
//public Map<Integer, List<Integer>> finallyJumps;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user