2 This class declares that it implements an interface that is also implemented by a superclass.
3 This is redundant because once a superclass implements an interface, all subclasses by default also
4 implement this interface. It may point out that the inheritance hierarchy has changed since
5 this class was created, and consideration should be given to the ownership of
6 the interface's implementation.