silentbalanceyh/vertx-zero

View on GitHub
vertx-pin/zero-jet/src/main/jib/io/horizon/spi/business/ExRouteApi.java

Summary

Maintainability
A
1 hr
Test Coverage

Method searchAsync has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public Future<List<UriMeta>> searchAsync(final String keyword, final String sigma) {
        // 截断
        if (Ut.isNil(keyword) || Ut.isNil(sigma)) {
            return Ux.future(new ArrayList<>());

    There are no issues that match your filters.

    Category
    Status