mymde opened a new pull request, #1445:
URL: https://github.com/apache/commons-lang/pull/1445
The isAssignable method was incorrectly returning true when checking
assignability of Class<SomeType<T>> to Class<? extends SomeOtherType<?>>,
which should fail at compile time due to type variable constraints.
This change enhances the check for ParameterizedType when the target is Class
to properly handle all type arguments containing type variables.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]