FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
172 8 0 0

Files

Class Bugs
com.smartwerkz.ws.whois.CustomWsdlDefinitionBuilder 1
com.smartwerkz.ws.whois.DefaultWhoisProcessor 1
com.smartwerkz.ws.whois.DenicWhoisProcessor 1
com.smartwerkz.ws.whois.HtmlGui 1
com.smartwerkz.ws.whois.HtmlGui$1 1
com.smartwerkz.ws.whois.InternicWhoisProcessor 1
com.smartwerkz.ws.whois.NetworkExecutor 1
com.smartwerkz.ws.whois.StubWhoisService 1

com.smartwerkz.ws.whois.CustomWsdlDefinitionBuilder

Bug Category Details Line
CustomWsdlDefinitionBuilder.qname not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available

com.smartwerkz.ws.whois.DefaultWhoisProcessor

Bug Category Details Line
DefaultWhoisProcessor.networkExecutor not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available

com.smartwerkz.ws.whois.DenicWhoisProcessor

Bug Category Details Line
DenicWhoisProcessor.networkExecutor not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available

com.smartwerkz.ws.whois.HtmlGui

Bug Category Details Line
Method com.smartwerkz.ws.whois.HtmlGui.doGet(HttpServletRequest, HttpServletResponse) invokes toString() method on a String PERFORMANCE DM_STRING_TOSTRING 115

com.smartwerkz.ws.whois.HtmlGui$1

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

com.smartwerkz.ws.whois.InternicWhoisProcessor

Bug Category Details Line
InternicWhoisProcessor.networkExecutor not initialized in constructor STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR Not available

com.smartwerkz.ws.whois.NetworkExecutor

Bug Category Details Line
com.smartwerkz.ws.whois.NetworkExecutor.sendLine(String, int, String) invokes inefficient new String(String) constructor PERFORMANCE DM_STRING_CTOR 68

com.smartwerkz.ws.whois.StubWhoisService

Bug Category Details Line
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 50