View by Classes

Findings - Overview

info Class implements same interface as superclass (Findbugs)

Further info on the wiki.

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.

1org.jcoderz.guidelines.snippets.SampleSnippets
Class org.jcoderz.guidelines.snippets.SampleSnippets$IndentionSample implements same interface as superclass [338]
1org.jcoderz.commons.LoggableImplTest
Class org.jcoderz.commons.LoggableImplTest$TestLogMessageInfo implements same interface as superclass (test code) [283]