You're defining "m" after using it as "maneuver"s size.

Try this:


int m = 7, mc;
Foundations give = new Foundations();
LinkedList<String>[] maneuver = new LinkedList[m];...