Kuangcp/JavaBase

View on GitHub
network/src/main/java/com/github/kuangcp/io/CopyFile.java

Summary

Maintainability
A
1 hr
Test Coverage

Method copyFileWithSixChannel has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    void copyFileWithSixChannel(String from, String dest) {
        InputStream inputStream = null;
        InputStreamReader inputStreamReader = null;
        BufferedReader bufferedReader = null;

Severity: Minor
Found in network/src/main/java/com/github/kuangcp/io/CopyFile.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status