dropwizard/dropwizard

View on GitHub
dropwizard-e2e/src/main/java/com/example/app1/CustomJsonProvider.java

Summary

Maintainability
A
1 hr
Test Coverage

Method writeTo has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

        Object value,
        Class<?> type,
        Type genericType,
        Annotation[] annotations,
        MediaType mediaType,
Severity: Major
Found in dropwizard-e2e/src/main/java/com/example/app1/CustomJsonProvider.java - About 50 mins to fix

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

            Class<Object> type,
            Type genericType,
            Annotation[] annotations,
            MediaType mediaType,
            MultivaluedMap<String, String> httpHeaders,
    Severity: Minor
    Found in dropwizard-e2e/src/main/java/com/example/app1/CustomJsonProvider.java - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status