silentbalanceyh/vertx-zero

View on GitHub
vertx-gaia/vertx-co/src/main/java/io/vertx/up/fn/_Of.java

Summary

Maintainability
A
3 hrs
Test Coverage

_Of has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

class _Of extends _If {

    public static Function<JsonObject, Future<JsonObject>> ofCopy(final String from, final String to) {
        return json -> Future.succeededFuture(Ut.valueCopy(json, from, to));
    }
Severity: Minor
Found in vertx-gaia/vertx-co/src/main/java/io/vertx/up/fn/_Of.java - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status