Xiaoyu Yao created HDDS-1073: -------------------------------- Summary: Fix FindBugs issues on OzoneBucketStub#createMultipartKey Key: HDDS-1073 URL: https://issues.apache.org/jira/browse/HDDS-1073 Project: Hadoop Distributed Data Store Issue Type: Bug Reporter: Xiaoyu Yao Assignee: Aravindan Vijayan
We should not use == or != for String equality. {code} if (multipartUploadID == null || multipartUploadID != uploadID) { throw new IOException("NO_SUCH_MULTIPART_UPLOAD_ERROR"); } else { {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org