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.CoreItMojoWithSetters | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.plugin.coreit.CoreItMojoWithSetters.touch(File, String): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 130 | High |
org.apache.maven.plugin.coreit.CoreItMojoWithSetters.touch(File, String) may fail to clean up java.io.Writer on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 130 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.CoreItMojoWithSetters.touch(File, String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 125 | Medium |