SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.7.3

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
1 3 0 0

Files

Class Bugs
io.guixer.logs.LogTestUtils 3

io.guixer.logs.LogTestUtils

Bug Category Details Line Priority
Possible null pointer dereference in io.guixer.logs.LogTestUtils.logFiles() due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 211 Medium
Possible null pointer dereference in io.guixer.logs.LogTestUtils.scanLogFiles(File, Collection) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 227 Medium
Suspicious comparison of Boolean references in io.guixer.logs.LogTestUtils.assertIntentsEqual(ElaborateLog$Intent[], ElaborateLog$Intent[]) BAD_PRACTICE RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN 136 Medium