FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
12 2 0 0

waffle.mock.http.SimpleHttpResponse

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