FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Private method org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader.getBooleanValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 155 | Medium |
Private method org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader.getDateValue(String, String, XmlPullParser) is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 243 | Medium |