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