dropwizard/dropwizard

View on GitHub
dropwizard-auth/src/main/java/io/dropwizard/auth/AuthFilter.java

Summary

Maintainability
A
1 hr
Test Coverage

Method authenticate has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected boolean authenticate(ContainerRequestContext requestContext, @Nullable C credentials, String scheme) {
        try {
            if (credentials == null) {
                return false;
            }
Severity: Minor
Found in dropwizard-auth/src/main/java/io/dropwizard/auth/AuthFilter.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status