On 2011-10-26, Gary Gregory wrote:

> I would also remove or add comments as to why these are needed in
> org.apache.commons.compress.archivers.jar.JarArchiveEntry:

>     @Override
>     public boolean equals(Object o) {
>         return super.equals(o);
>     }

>     @Override
>     public int hashCode() {
>         return super.hashCode();
>     }

With those methods PMD is unhappy, without them findbugs is.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to