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 |
|---|---|---|---|
| 172 | 8 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| CustomWsdlDefinitionBuilder.qname not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| DefaultWhoisProcessor.networkExecutor not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| DenicWhoisProcessor.networkExecutor not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method com.smartwerkz.ws.whois.HtmlGui.doGet(HttpServletRequest, HttpServletResponse) invokes toString() method on a String | PERFORMANCE | DM_STRING_TOSTRING | 115 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class com.smartwerkz.ws.whois.HtmlGui$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| InternicWhoisProcessor.networkExecutor not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| com.smartwerkz.ws.whois.NetworkExecutor.sendLine(String, int, String) invokes inefficient new String(String) constructor | PERFORMANCE | DM_STRING_CTOR | 68 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 50 |