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.PluginParamInterpolationMojo | 2 |
org.apache.maven.plugin.coreit.PropertyInterpolationMojo | 2 |
org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.PluginParamInterpolationMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 46 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.PluginParamInterpolationMojo.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | 46 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.PropertyInterpolationMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 43 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.PropertyInterpolationMojo.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | 43 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 52 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo.project | CORRECTNESS | UWF_UNWRITTEN_FIELD | 52 | Medium |
Champ jamais écrit : org.apache.maven.plugin.coreit.PropertyInterpolationVerifierMojo.properties | CORRECTNESS | UWF_UNWRITTEN_FIELD | 53 | Medium |