The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.codehaus.plexus.digest.Hex | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.codehaus.plexus.digest.Hex.<static initializer>(): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 26 | High |
| Found reliance on default encoding in org.codehaus.plexus.digest.Hex.encode(String): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 45 | High |
| Found reliance on default encoding in org.codehaus.plexus.digest.Hex.encode(byte[]): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 40 | High |