dropwizard/dropwizard

View on GitHub
dropwizard-util/src/main/java/io/dropwizard/util/Sets.java

Summary

Maintainability
A
35 mins
Test Coverage

Method of has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static <T> Set<T> of(T e1, T e2, T e3, T e4, T e5) {
Severity: Minor
Found in dropwizard-util/src/main/java/io/dropwizard/util/Sets.java - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status