Hi all,
Our tool has found several potential NPE bugs.
-
Variable md5Stream may be null due to the line 95. However, another access while( (count = md5Stream.read(bytes)) != -1 ) to the variable doesn't have the null check.
-
Similarly, null checks are inconsistent at line 55 and line 52 in method getAbderaEntry.
Thanks.
Hi all,
Our tool has found several potential NPE bugs.
Variable
md5Streammay be null due to the line 95. However, another accesswhile( (count = md5Stream.read(bytes)) != -1 )to the variable doesn't have the null check.Similarly, null checks are inconsistent at line 55 and line 52 in method
getAbderaEntry.Thanks.