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.CopyPomMojo | 5 |
org.apache.maven.plugin.coreit.CoreItTouchMojo | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.plugin.coreit.CopyPomMojo.execute() may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 65 | Medium |
org.apache.maven.plugin.coreit.CopyPomMojo.execute() may fail to clean up java.io.OutputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 66 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.CopyPomMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 60 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.CopyPomMojo.outputFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 55 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.CopyPomMojo.pomFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 65 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.plugin.coreit.CoreItTouchMojo.touch(File, String): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 156 | High |
org.apache.maven.plugin.coreit.CoreItTouchMojo.touch(File, String) may fail to clean up java.io.Writer on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 156 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.CoreItTouchMojo.touch(File, String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 149 | Medium |