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.UsesPropertiesMojo | 6 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.UsesPropertiesMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 55 | Medium |
org.apache.maven.plugin.coreit.UsesPropertiesMojo.execute() may fail to clean up java.io.OutputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 53 | Medium |
La méthode org.apache.maven.plugin.coreit.UsesPropertiesMojo.execute() peut ne pas fermer un flux | BAD_PRACTICE | OS_OPEN_STREAM | 53 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.coreit.UsesPropertiesMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 52 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.UsesPropertiesMojo.basedir | CORRECTNESS | UWF_UNWRITTEN_FIELD | 51 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.UsesPropertiesMojo.properties | CORRECTNESS | UWF_UNWRITTEN_FIELD | 55 | Medium |