The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.patch.ApplyMojo | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.plugin.patch.ApplyMojo.writeTrackingFile(Map): new java.io.FileWriter(File, boolean) | I18N | DM_DEFAULT_ENCODING | 503 | High |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.patch.ApplyMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 263 | Medium |