silentbalanceyh/vertx-zero

View on GitHub
vertx-gaia/vertx-up/src/main/web/io/vertx/up/boot/di/DiInfix.java

Summary

Maintainability
A
1 hr
Test Coverage

Method wrapInfix has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    Object wrapInfix(final Object proxy) {
        if (Objects.isNull(proxy)) {
            return null;
        }
        final Class<?> typeOf = proxy.getClass();
Severity: Minor
Found in vertx-gaia/vertx-up/src/main/web/io/vertx/up/boot/di/DiInfix.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status