Alvaro2112/Money_run

View on GitHub
app/src/main/java/sdp/moneyrun/menu/NewGameImplementation.java

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public void postNewGame(String name, int maxPlayerCount, int numCoins, double gameRadius, double gameDuration, @NonNull LocationRepresentation location) {
Severity: Minor
Found in app/src/main/java/sdp/moneyrun/menu/NewGameImplementation.java - About 45 mins to fix

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

        private boolean checkNewGameStringParameters(@NonNull String gameName, @NonNull String maxPlayerNumberStr, @NonNull String numCoinsStr, @NonNull String gameRadiusStr, @NonNull String gameDurationStr) {
    Severity: Minor
    Found in app/src/main/java/sdp/moneyrun/menu/NewGameImplementation.java - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status