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
9 4 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 368 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 398 High
Private method org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 153 Medium
Private method org.apache.maven.tools.plugin.extractor.model.io.xpp3.PluginMetadataXpp3Reader.getDateValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 241 Medium