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.AppendMojo | 4 |
org.apache.maven.plugin.coreit.PackagingMojo | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.AppendMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 57 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.AppendMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 57 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.AppendMojo.message | CORRECTNESS | UWF_UNWRITTEN_FIELD | 59 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.AppendMojo.outputFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 53 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exceptional return value of java.io.File.createNewFile() ignored in org.apache.maven.plugin.coreit.PackagingMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 62 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.PackagingMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 61 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.PackagingMojo.finalName | CORRECTNESS | UWF_UNWRITTEN_FIELD | 55 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.PackagingMojo.outputDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 55 | Medium |