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.UpdateSingletonMojo | 5 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Lecture d'un champ jamais alimenté dans org.apache.maven.plugin.coreit.UpdateSingletonMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 70 | Medium |
| Champ jamais écrit : org.apache.maven.plugin.coreit.UpdateSingletonMojo.key | CORRECTNESS | UWF_UNWRITTEN_FIELD | 72 | Medium |
| Champ jamais écrit : org.apache.maven.plugin.coreit.UpdateSingletonMojo.propertiesFile | CORRECTNESS | UWF_UNWRITTEN_FIELD | 76 | Medium |
| Champ jamais écrit : org.apache.maven.plugin.coreit.UpdateSingletonMojo.singleton | CORRECTNESS | UWF_UNWRITTEN_FIELD | 69 | Medium |
| Champ jamais écrit : org.apache.maven.plugin.coreit.UpdateSingletonMojo.value | CORRECTNESS | UWF_UNWRITTEN_FIELD | 72 | Medium |