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.
When overriding return types you always get this warning:
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.