Equals check always returns false
josephcsible opened this issue ยท 1 comments
This will always return false, since the first thing AbstractList#equals checks is whether playersList implements List, which it doesn't. (And it doesn't even contain Strings; it contains Labels.) What is this supposed to be testing?