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
10 3 0 0

org.apache.maven.wagon.shared.http.AbstractHttpClientWagon

Bug Category Details Line Priority
Dead store to persistentPool rather than field with same name in org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.setPersistentPool(boolean) STYLE DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD 492 High
Self assignment of persistentPool rather than assigned to field in org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.setPersistentPool(boolean) CORRECTNESS SA_LOCAL_SELF_ASSIGNMENT_INSTEAD_OF_FIELD 492 High

org.apache.maven.wagon.shared.http.BasicAuthScope

Bug Category Details Line Priority
org.apache.maven.wagon.shared.http.BasicAuthScope.getScope(String, int) uses the same code for two branches STYLE DB_DUPLICATE_BRANCHES 126 Medium