Colin Patrick McCabe created HDFS-3355: ------------------------------------------
Summary: findbugs complains about INodeFileUnderConstruction lacking an equals method Key: HDFS-3355 URL: https://issues.apache.org/jira/browse/HDFS-3355 Project: Hadoop HDFS Issue Type: Bug Reporter: Colin Patrick McCabe Assignee: Colin Patrick McCabe Since a parent class, INode, override Object#equals, findbugs would like INodeFileUnderConstruction to implement equals as well. We should do that by simply calling the parent's equals method. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira