たとえば、以下の abstract 修飾子と public 修飾子は冗長なため、このインスペクションにより報告されます。
abstract
public
abstract interface Printer { public int size(); }