silentbalanceyh/vertx-zero

View on GitHub
vertx-pin/zero-ambient/src/main/java/cn/vertxup/ambient/api/file/AttachAgent.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Path("/file/upload/{identifier}")
    @POST
    @Address(Addr.File.UPLOAD)
    public JsonObject upload(@PathParam(KName.IDENTIFIER) final String identifier,
                             @QueryParam(KName.CATEGORY) final String category,

    There are no issues that match your filters.

    Category
    Status