Shemplo/Neerc-chat-client

View on GitHub
src/main/java/ru/shemplo/chat/neerc/network/control/DefaultController.java

Summary

Maintainability
A
1 hr
Test Coverage

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

            @DestinationValue ("body")   String        body,
            @DestinationValue ("time")   LocalDateTime time,
            @DestinationValue ("author") String        author,
            @DestinationValue ("room")   String        room,
            @DestinationValue ("id")     String        id) {

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

                @DestinationValue ("body")      String        body,
                @DestinationValue ("time")      LocalDateTime time,
                @DestinationValue ("author")    String        author,
                @DestinationValue ("recipient") String        recipient,
                @DestinationValue ("id")        String        id) {

      There are no issues that match your filters.

      Category
      Status