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.providers.http.LightweightHttpWagon | 2 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.maven.wagon.providers.http.LightweightHttpWagon.setAuthorization(HttpURLConnection): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 236 | High | 
| Found reliance on default encoding in org.apache.maven.wagon.providers.http.LightweightHttpWagon.setAuthorization(HttpURLConnection): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 236 | High |