Kuangcp/JavaBase

View on GitHub
network/src/main/java/com/github/kuangcp/port/MulSocketServer.java

Summary

Maintainability
A
1 hr
Test Coverage

Method main has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void main(String[] args) {
        ServerSocket serverSocket = null;
        Socket socket = null;
        OutputStream os = null;
        InputStream is = null;
Severity: Minor
Found in network/src/main/java/com/github/kuangcp/port/MulSocketServer.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status