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
7 3 0 0

Files

Class Bugs
io.guixer.maven.SendToGuixerMojo 2
io.guixer.maven.VerifySurefireReportsMojo 1

io.guixer.maven.SendToGuixerMojo

Bug Category Details Line Priority
Load of known null value in io.guixer.maven.SendToGuixerMojo.sendArchive(String, File, Map, String) STYLE NP_LOAD_OF_KNOWN_NULL_VALUE 312 Medium
Possible null pointer dereference in io.guixer.maven.SendToGuixerMojo.zip(ZipOutputStream, String, File) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 234 Medium

io.guixer.maven.VerifySurefireReportsMojo

Bug Category Details Line Priority
Possible null pointer dereference in io.guixer.maven.VerifySurefireReportsMojo.execute() due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 38 Medium