MiDeadJavaImplementsAbstractRule looks for interface methods having the same signature as a dead method candidate by comparing the signatures.
But if the interface is generic, the signature of its method includes Parameter Types while the signature of the dead method candidate will include actual types.
Thus the rule does not recognize the method as not dead when it should
MiDeadJavaImplementsAbstractRulelooks for interface methods having the same signature as a dead method candidate by comparing the signatures.But if the interface is generic, the signature of its method includes Parameter Types while the signature of the dead method candidate will include actual types.
Thus the rule does not recognize the method as not dead when it should