melphi/algobox

View on GitHub
java/algobox/algobox-microservice/src/main/java/io/algobox/microservice/impl/undertow/UndertowMicroService.java

Summary

Maintainability
A
1 hr
Test Coverage

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

  private Undertow createServer() {
    ServletInfo holder = Servlets.servlet(JerseyApplication.class.getName(), ServletContainer.class)
        .setLoadOnStartup(0)
        .setAsyncSupported(true)
        .setEnabled(true)

    There are no issues that match your filters.

    Category
    Status