The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 165 | 9 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Usage of GetResource in net.sourceforge.jwebunit.tests.NonHtmlContentTest.testImageContent() may be unsafe if class is extended | BAD_PRACTICE | UI_INHERITANCE_UNSAFE_GETRESOURCE | 44 |
| Bug | Category | Details | Line |
|---|---|---|---|
| TestContextTest.context not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Usage of GetResource in net.sourceforge.jwebunit.tests.util.JettySetup.setUp() may be unsafe if class is extended | BAD_PRACTICE | UI_INHERITANCE_UNSAFE_GETRESOURCE | 83 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Dead store to contentType in net.sourceforge.jwebunit.tests.util.ParamsServlet.doPost(HttpServletRequest, HttpServletResponse) | STYLE | DLS_DEAD_LOCAL_STORE | 75 |
| Dead store to fieldName in net.sourceforge.jwebunit.tests.util.ParamsServlet.doPost(HttpServletRequest, HttpServletResponse) | STYLE | DLS_DEAD_LOCAL_STORE | 73 |
| Dead store to fileName in net.sourceforge.jwebunit.tests.util.ParamsServlet.doPost(HttpServletRequest, HttpServletResponse) | STYLE | DLS_DEAD_LOCAL_STORE | 74 |
| Dead store to isInMemory in net.sourceforge.jwebunit.tests.util.ParamsServlet.doPost(HttpServletRequest, HttpServletResponse) | STYLE | DLS_DEAD_LOCAL_STORE | 76 |
| Dead store to sizeInBytes in net.sourceforge.jwebunit.tests.util.ParamsServlet.doPost(HttpServletRequest, HttpServletResponse) | STYLE | DLS_DEAD_LOCAL_STORE | 77 |
| Bug | Category | Details | Line |
|---|---|---|---|
| net.sourceforge.jwebunit.tests.util.reflect.MethodInvoker.MethodInvoker(Object, String, Object[]) may expose internal representation by storing an externally mutable object into MethodInvoker.args | MALICIOUS_CODE | EI_EXPOSE_REP2 | 34 |