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.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader | 4 |
| org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Writer | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Boxing/unboxing to parse a primitive org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader.getIntegerValue(String, String, XmlPullParser, boolean) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 394 | High |
| Boxing/unboxing to parse a primitive org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader.getLongValue(String, String, XmlPullParser, boolean) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 424 | High |
| La méthode privée org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 179 | Medium |
| La méthode privée org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 267 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Champ inutilisé : org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Writer.fileComment | PERFORMANCE | URF_UNREAD_FIELD | 44 | Medium |