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: [email protected]
For additional commands, e-mail: [email protected]