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

org.apache.maven.wagon.providers.http.AbstractHttpClientWagon

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

org.apache.maven.wagon.providers.http.BasicAuthScope

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