The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.soebes.maven.extensions.DeploymentRecorderExtension | 2 |
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 |