HashtagsXRep/hashtagsxrep

View on GitHub
src/main/java/cat/xarxarepublicana/hashtagsxrep/infrastructure/controller/PollController.java

Summary

Maintainability
A
2 hrs
Test Coverage

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

      @RequestParam("description")
          String description,
      @RequestParam("startProposalsTime")
      @DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME)
          LocalDateTime startProposalsTime,

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

          @PathVariable("pollId")
              String pollId,
          @PathVariable("proposalAuthorId")
              String proposalAuthorId,
          @RequestParam("hashtag")

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

            @PathVariable("pollId") String pollId,
            @RequestParam("hashtag")
                String hashtag,
            @RequestParam("subject")
                String subject,

        There are no issues that match your filters.

        Category
        Status