FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
11 5 0 0

org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader

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

org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Writer

Bug Category Details Line Priority
Champ inutilisé : org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Writer.fileComment PERFORMANCE URF_UNREAD_FIELD 44 Medium