mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:10:47 +00:00
committed by
Jindra Petřík
parent
a611552be8
commit
0ff0df4729
@@ -1222,7 +1222,7 @@ public class GenericTagTreePanel extends GenericTagPanel {
|
||||
if (ReflectionTools.needsIndex(field) && (fnode.index == -1)) { //Arrays or Lists
|
||||
try {
|
||||
if (field.get(fnode.obj) == null) {
|
||||
// todo: instanciate the (Array)List or Array to allow adding items to it
|
||||
// todo: instantiate the (Array)List or Array to allow adding items to it
|
||||
return 0;
|
||||
}
|
||||
} catch (IllegalArgumentException | IllegalAccessException ex) {
|
||||
|
||||
Reference in New Issue
Block a user