You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClassUtils#asSubclass should have an overload where primitive types are considered equal to each other. Might also be interesting as a dedicated method returning boolean as it's kind of a gotcha moment.
Important not to equate array types to each other, as int[] and Integer[] cannot be assigned to each other.
The text was updated successfully, but these errors were encountered:
ClassUtils#asSubclass should have an overload where primitive types are considered equal to each other. Might also be interesting as a dedicated method returning
boolean
as it's kind of a gotcha moment.Important not to equate array types to each other, as
int[]
andInteger[]
cannot be assigned to each other.The text was updated successfully, but these errors were encountered: