The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| waffle.mock.http.SimpleHttpResponse | 2 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Found reliance on default encoding in new waffle.mock.http.SimpleHttpResponse(): new java.io.PrintWriter(OutputStream) | I18N | DM_DEFAULT_ENCODING | 63 | High | 
| waffle.mock.http.SimpleHttpResponse.flushBuffer() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 136 | Medium |