New issue New issue Closed Closed MergeException: java.lang.ArrayIndexOutOfBoundsException: -1 #91337 ...
This means that some part of the code is trying to access the 16th element in the array (list), which contains only 15 elements (indexes from 0 to 14). This is a ...