dropwizard/dropwizard

View on GitHub
dropwizard-e2e/src/main/java/com/example/health/HealthApp.java

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public void run(final Configuration configuration, final Environment environment) throws Exception {
        environment.healthChecks().register(CRITICAL_HEALTH_CHECK_NAME_1, new HealthCheck() {
            @Override
            protected Result check() {
Severity: Minor
Found in dropwizard-e2e/src/main/java/com/example/health/HealthApp.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status