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.ItMojo | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.ItMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 67 | Medium |
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.ItMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 73 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.ItMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 73 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.ItMojo.component | CORRECTNESS | UWF_UNWRITTEN_FIELD | 64 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.ItMojo.outputFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 69 | Medium |