The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.wagon.shared.http.AbstractHttpClientWagon | 2 |
org.apache.maven.wagon.shared.http.BasicAuthScope | 1 |
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 | 605 | 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 | 605 | High |
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 |