CMSgov/dpc-app

View on GitHub
dpc-common/src/main/java/gov/cms/dpc/fhir/dropwizard/handlers/FHIRHandler.java

Summary

Maintainability
A
0 mins
Test Coverage

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

    public void writeTo(BaseResource baseResource, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) throws IOException, WebApplicationException {

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

        public BaseResource readFrom(Class<BaseResource> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, InputStream entityStream) throws WebApplicationException {

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

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

        There are no issues that match your filters.

        Category
        Status