Closed
Description
Here an attempt is being made to pass a 2D array to Arrays.fill().
This is not correct as Arrays.fill() accepts a single dimensional array.
I would like to fix this bug myself if that is ok
Test case describing the bug:
Try to run FloydWarshall.java with legitimate input
Expected behavior:
Succeeds
Actual behavior:
java.lang.ArrayStoreException: java.lang.Integer
at java.base/java.util.Arrays.fill(Arrays.java:3639)