View by Classes

Findings - Overview

info Redundant nullcheck of value known to be non-null (Findbugs)

Further info on the wiki.

This method contains a redundant check of a known non-null value against the constant null.

1org.jcoderz.phoenix.servlet.Base64DecoderServlet
Redundant nullcheck of data, which is known to be non-null in org.jcoderz.phoenix.servlet.Base64DecoderServlet.doGet(HttpServletRequest, HttpServletResponse) [87]
1org.jcoderz.phoenix.cmpgen2.CmpGenerator
Redundant nullcheck of baseName, which is known to be non-null in org.jcoderz.phoenix.cmpgen2.CmpGenerator.generateCmpBean(CreateTableStatement) [342]
1org.jcoderz.commons.connector.http.transport.ClientHandler
Redundant nullcheck of httpVersion, which is known to be non-null in org.jcoderz.commons.connector.http.transport.ClientHandler.readRequestLine() (test code) [302]