FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.2

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
9 2 0 0

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

Bug Category Details Line Priority
La méthode privée org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader.getBooleanValue(String, String, XmlPullParser) n'est jamais appelée PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 153 Medium
La méthode privée org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Reader.getDateValue(String, String, XmlPullParser) n'est jamais appelée PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 241 Medium