Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
44 2 0 0

com.github.sbugat.rundeckmonitor.VersionChecker

Bug Category Details Line Priority
Possible null pointer dereference in com.github.sbugat.rundeckmonitor.VersionChecker.cleanOldAndTemporaryJar() due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 253 Medium
Possible null pointer dereference in com.github.sbugat.rundeckmonitor.VersionChecker.currentJar() due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 312 Medium