Fork me on GitHub

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

Files

Class Bugs
org.newsclub.net.unix.demo.DemoHelper 3
org.newsclub.net.unix.demo.client.DemoClientBase 1
org.newsclub.net.unix.demo.nanohttpd.NanoHttpdServerDemo 1
org.newsclub.net.unix.demo.netty.EchoServer 1
org.newsclub.net.unix.demo.rmi.fd.StreamClient 1
org.newsclub.net.unix.demo.server.DemoServerBase 1

org.newsclub.net.unix.demo.DemoHelper

Bug Category Details Line Priority
Suppressing annotation PATH_TRAVERSAL_IN on the class org.newsclub.net.unix.demo.DemoHelper is unnecessary STYLE US_USELESS_SUPPRESSION_ON_CLASS 43-222 Medium
Suppressing annotation UNENCRYPTED_SOCKET on the class org.newsclub.net.unix.demo.DemoHelper is unnecessary STYLE US_USELESS_SUPPRESSION_ON_CLASS 43-222 Medium
Suppressing annotation PATH_TRAVERSAL_IN on the method org.newsclub.net.unix.demo.DemoHelper.parseAddress(String, String, SocketAddress) is unnecessary STYLE US_USELESS_SUPPRESSION_ON_METHOD 213-222 Medium

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