The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.coreit.CatchMojo | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.plugin.coreit.CatchMojo.execute(): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 72 | High |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.CatchMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 64 | Medium |