@@ -31,6 +31,7 @@ public class ArrayUtils {
String[] missingLastElement = new String[values.length - 1];
int n = 0;
String lastElement = getLastElement(values);
+ int lastElementIndex = values.length-1;
//if the position of last element is equal to the position of the last element