dropwizard/dropwizard

View on GitHub
dropwizard-views/src/main/java/io/dropwizard/views/ViewMessageBodyWriter.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    public void writeTo(View t,
                        Class<?> type,
                        Type genericType,
                        Annotation[] annotations,
                        MediaType mediaType,

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

        public long getSize(View t,
                            Class<?> type,
                            Type genericType,
                            Annotation[] annotations,
                            MediaType mediaType) {

      There are no issues that match your filters.

      Category
      Status