As described in TypeParameterUnusedInFormals, these methods provide developers a false sense of type safety, whereas in reality they can cause ClassCastExceptions at runtime:
Changing/removing these methods is a binary compatible, but source incompatible change, hence this must be done in a major release.
As described in TypeParameterUnusedInFormals, these methods provide developers a false sense of type safety, whereas in reality they can cause
ClassCastExceptions at runtime:Changing/removing these methods is a binary compatible, but source incompatible change, hence this must be done in a major release.