This inspection reports any instances of methods declared
final
and
private
. As
private
methods cannot be meaningfully overridden, declaring them
final
is redundant.
Powered by InspectionGadgets