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.NoProjectMojo | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.plugin.coreit.NoProjectMojo.touch(File, String): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 70 | High |
org.apache.maven.plugin.coreit.NoProjectMojo.touch(File, String) may fail to clean up java.io.Writer on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 70 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.NoProjectMojo.touch(File, String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 63 | Medium |
Champ inutilisé : org.apache.maven.plugin.coreit.NoProjectMojo.basedirAlignmentDirectory | PERFORMANCE | UUF_UNUSED_FIELD | Not available | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.NoProjectMojo.outputDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 53 | Medium |