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
5 2 0 0

net.sf.environments.AbstractEnvironmentsMojo

Bug Category Details Line Priority
Possible null pointer dereference in net.sf.environments.AbstractEnvironmentsMojo.getTheEnvironments(File) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 298 Medium
Exceptional return value of java.io.File.mkdirs() ignored in net.sf.environments.AbstractEnvironmentsMojo.filterResourcesToAdditionalDirectories(String[]) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 566 Medium