The following document contains the results of SpotBugs
SpotBugs Version is 4.2.3
Threshold is medium
Effort is default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 1 | 3 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.oxerr.http.client.FileCookieStore | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class org.oxerr.http.client.FileCookieStore defines non-transient non-serializable instance field charset | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
| Class org.oxerr.http.client.FileCookieStore defines non-transient non-serializable instance field log | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
| Format string should use %n rather than \n in org.oxerr.http.client.FileCookieStore.write(Writer, Cookie) | BAD_PRACTICE | VA_FORMAT_STRING_USES_NEWLINE | 156 | Medium |