Reports methods that are marked both
final
and
private
. As
private
methods cannot be meaningfully overridden because of their visibility, declaring them
final
is redundant.