silentbalanceyh/vertx-zero

View on GitHub
vertx-semper/aeon-eternal/aeon-inlet/src/main/java/io/vertx/mod/plugin/rpc/RpcHelper.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    static Record getRecord(final JsonObject config) {
        /* Config Verify **/
        Fn.outBug(() -> Fn.bugAt(() -> Ruler.verify(YmlCore.rpc.client.RPC_CLIENT, config), config),
            LOGGER);
        // Connect remote etcd to check service

    There are no issues that match your filters.

    Category
    Status