MrZaiko/Polysmee

View on GitHub
app/src/main/java/io/github/polysmee/database/User.java

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

User has 42 methods (exceeds 20 allowed). Consider refactoring.
Invalid

public interface User {

    /**
     * Retrieves the user's id
     *
Severity: Minor
Found in app/src/main/java/io/github/polysmee/database/User.java - About 5 hrs to fix

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

        String createNewUserAppointment(long start, long duration, String course, String name, boolean isPrivate);
    Severity: Minor
    Found in app/src/main/java/io/github/polysmee/database/User.java - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status