SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.10.2
Threshold is medium
Effort is default
Summary
| Classes |
Bugs |
Errors |
Missing Classes |
| 49 |
8 |
0 |
0 |
org.newsclub.net.unix.demo.DemoHelper
org.newsclub.net.unix.demo.client.DemoClientBase
| Bug |
Category |
Details |
Line |
Priority |
| Suppressing annotation UNENCRYPTED_SOCKET on the method org.newsclub.net.unix.demo.client.DemoClientBase.connect(SocketAddress) is unnecessary |
STYLE |
US_USELESS_SUPPRESSION_ON_METHOD |
45-54 |
Medium |
org.newsclub.net.unix.demo.nanohttpd.NanoHttpdServerDemo
| Bug |
Category |
Details |
Line |
Priority |
| Suppressing annotation UNENCRYPTED_SERVER_SOCKET on the class org.newsclub.net.unix.demo.nanohttpd.NanoHttpdServerDemo is unnecessary |
STYLE |
US_USELESS_SUPPRESSION_ON_CLASS |
47-85 |
Medium |
org.newsclub.net.unix.demo.netty.EchoServer
| Bug |
Category |
Details |
Line |
Priority |
| Suppressing annotation PATH_TRAVERSAL_IN on the method org.newsclub.net.unix.demo.netty.EchoServer.main(String[]) is unnecessary |
STYLE |
US_USELESS_SUPPRESSION_ON_METHOD |
88-98 |
Medium |
org.newsclub.net.unix.demo.rmi.fd.StreamClient
| Bug |
Category |
Details |
Line |
Priority |
| Suppressing annotation PATH_TRAVERSAL_IN on the method org.newsclub.net.unix.demo.rmi.fd.StreamClient.main(String[]) is unnecessary |
STYLE |
US_USELESS_SUPPRESSION_ON_METHOD |
54-84 |
Medium |
org.newsclub.net.unix.demo.server.DemoServerBase
| Bug |
Category |
Details |
Line |
Priority |
| Suppressing annotation UNENCRYPTED_SERVER_SOCKET on the class org.newsclub.net.unix.demo.server.DemoServerBase is unnecessary |
STYLE |
US_USELESS_SUPPRESSION_ON_CLASS |
42-152 |
Medium |