The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.technearts.rip.RequestSpy | 1 |
net.technearts.rip.RipResponseBuilder | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in net.technearts.rip.RequestSpy.spyRequest(String, int, String): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 25 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in net.technearts.rip.RipResponseBuilder.respond(Path, int, String): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 358 | High |