The following document contains the results of FindBugs Report
FindBugs Version is 2.0.3
Threshold is low
Effort is max
Class | Bugs |
---|---|
InstallCert | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unchecked/unconfirmed cast from java.net.Socket to javax.net.ssl.SSLSocket of return value in InstallCert.main(String[]) | STYLE | BC_UNCONFIRMED_CAST_OF_RETURN_VALUE | 111 | Low |
Found reliance on default encoding in InstallCert.main(String[]): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 130 | High |
Possible null pointer dereference of line in InstallCert.main(String[]) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 154 | High |