Reports suspicious array casts. An array cast is suspicious when it casts to a more specific array type. Such a cast is legal at compile time but may fail with a
ClassCastException
at runtime.