This method contains a redundant check of a known non-null value against the constant null.
| 1 | org.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] | |
| 1 | org.jcoderz.phoenix.cmpgen2.CmpGenerator |
| Redundant nullcheck of baseName, which is known to be non-null in org.jcoderz.phoenix.cmpgen2.CmpGenerator.generateCmpBean(CreateTableStatement) [342] | |
| 1 | org.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] | |