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

com.soebes.maven.extensions.DeploymentRecorderExtension

Bug Category Details Line Priority
Found reliance on default encoding in com.soebes.maven.extensions.DeploymentRecorderExtension.writeDeploymentRecorderFile(): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 163 High
Exceptional return value of java.io.File.mkdirs() ignored in com.soebes.maven.extensions.DeploymentRecorderExtension.writeDeploymentRecorderFile() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 158 Medium