m-m-m / util

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

PojoDescriptorBuilderImpl: lower log-level for JDK-bug/feature warning #164

Closed hohwille closed 8 years ago

hohwille commented 8 years ago

When overriding return types you always get this warning:

accessor '...' - is a duplicate of '...'!"

As the source of the problem is in the JDK and wont be fixed, we should lower the log-level (and improve the logging using parameters). Warnings in the log should only be raised if there is something wrong and attention is needed what is not the case here.

hohwille commented 8 years ago

Done.