jojochuang commented on pull request #2849: URL: https://github.com/apache/hadoop/pull/2849#issuecomment-818409032
The spotbugs warning looks like a false positive to me. `Redundant nullcheck of file, which is known to be non-null in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImpl.compileReport(File, File, Collection, DirectoryScanner$ReportCompiler) Redundant null check at FsVolumeImpl.java:is known to be non-null in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImpl.compileReport(File, File, Collection, DirectoryScanner$ReportCompiler) Redundant null check at FsVolumeImpl.java:[line 1477]` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
