mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
3 lines
308 B
Plaintext
3 lines
308 B
Plaintext
| impossible_cast/A.java:6:17:6:58 | (...)... | Impossible downcast: the cast from Object[] to String[] will always fail with a ClassCastException. |
|
|
| impossible_cast/A.java:7:24:7:56 | (...)... | Impossible downcast: the cast from Serializable[] to Object[][] will always fail with a ClassCastException. |
|