dropwizard/dropwizard

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

    public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
Severity: Major
Found in dropwizard-util/src/main/java/io/dropwizard/util/Maps.java - About 1 hr to fix

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

        public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
    Severity: Major
    Found in dropwizard-util/src/main/java/io/dropwizard/util/Maps.java - About 1 hr to fix

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

          public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) {
      Severity: Minor
      Found in dropwizard-util/src/main/java/io/dropwizard/util/Maps.java - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status