CMSgov/dpc-app

View on GitHub
dpc-api/src/main/java/gov/cms/dpc/api/resources/AbstractPatientResource.java

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

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

    public abstract Resource everything(OrganizationPrincipal organization,
                                        @Valid @Profiled Provenance attestation,
                                        UUID patientId,
                                        @QueryParam("_since") @NoHtml String since,
                                        HttpServletRequest request);

    There are no issues that match your filters.

    Category
    Status