What do you think about this idea? I hope the fact that I did not get any
responses yet does not mean that you are not interested or that I annoyed you.
> JDK-6184881 describes that Object.getClass() should ideally not return
> classes of raw types anymore but instead use wildcards. The problem
JDK-6184881 describes that Object.getClass() should ideally not return classes
of raw types anymore but instead use wildcards. The problem is that, as noted
in the comments, this breaks compability with previously written code and
therefore this change is not very likely (at the moment?).
Howev