Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
152 3 0 0

org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer

Bug Category Details Line Priority
Possible null pointer dereference of currentVersion on branch that might be infeasible in org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer.removeSpuriousCPE(Dependency) STYLE NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE 199 Medium
Possible null pointer dereference of nextVersion on branch that might be infeasible in org.owasp.dependencycheck.analyzer.FalsePositiveAnalyzer.removeSpuriousCPE(Dependency) STYLE NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE 199 Medium

org.owasp.dependencycheck.analyzer.JarAnalyzer

Bug Category Details Line Priority
Redundant nullcheck of pom, which is known to be non-null in org.owasp.dependencycheck.analyzer.JarAnalyzer.analyzePOM(Dependency, List, Engine) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 298 High