silentbalanceyh/vertx-zero

View on GitHub
vertx-ifx/zero-ifx-excel/src/main/java/io/vertx/up/plugin/excel/ExcelClient.java

Summary

Maintainability
B
5 hrs
Test Coverage

ExcelClient has 36 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface ExcelClient extends TpClient<ExcelClient> {

    static ExcelClient createShared(final Vertx vertx, final JsonObject config) {
        return new ExcelClientImpl(vertx, config);
    }

    Method importAsync has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        <T> ExcelClient importAsync(InputStream in, boolean isXlsx, HMetaAtom metaAtom, Handler<AsyncResult<Set<T>>> handler, String... includes);

      There are no issues that match your filters.

      Category
      Status