Community
Participate
Working Groups
Assert::assertEquals(newArrayList, newArrayList) resolved to assertEquals(Object[], Object[]) due to the implicit conversion of lists to arrays. Since there exists assertEquals(Object, Object) which is perfectly ok without any conversion, I'd expect this one to be linked.
Fixed in the meanwhile, tests are in AbstractOverloadedStaticMethodTest
Requested via bug 522520. -M.