FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
9 5 0 0

org.apache.maven.plugin.verifier.VerifierMojo

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.plugin.verifier.VerifierMojo.verify(): new java.io.FileReader(File) I18N DM_DEFAULT_ENCODING 111 High

org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader.getIntegerValue(String, String, XmlPullParser, boolean) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 365 High
Boxing/unboxing to parse a primitive org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader.getLongValue(String, String, XmlPullParser, boolean) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 395 High
Private method org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 150 Medium
Private method org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader.getDateValue(String, String, XmlPullParser) is never called PERFORMANCE UPM_UNCALLED_PRIVATE_METHOD 238 Medium