The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
com.github.sbugat.rundeckmonitor.VersionChecker | 2 |
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 |