org.sonar.l10n.findbugs.RI_REDUNDANT_INTERFACES.html Maven / Gradle / Ivy
This class declares that it implements an interface that is also implemented by a superclass.
This is redundant because once a superclass implements an interface, all subclasses by default also
implement this interface. It may point out that the inheritance hierarchy has changed since
this class was created, and consideration should be given to the ownership of
the interface's implementation.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy