The following document contains the results of FindBugs
FindBugs Version is 2.0.3
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 | 195 | High |
Found reliance on default encoding in org.apache.maven.wagon.providers.http.LightweightHttpWagon.setAuthorization(HttpURLConnection): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 195 | High |