m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

PojoDescriptorBuilder: Generic type variable not properly resolved #153

Closed hohwille closed 9 years ago

hohwille commented 9 years ago

Generic type variables are not properly resolved due to PojoDescriptorBuilderImpl.mergePropertyDescriptorWithSuperClass. As the super class is a Class with erasure the generic resolution fails. I assume this was initially done due to caching optimization. However, it is obvious now that this is a bug that has to be fixed.

hohwille commented 9 years ago

Done