njomeau/zuluzulu

View on GitHub
app/src/main/java/ch/epfl/sweng/zuluzulu/structure/user/AuthenticatedUser.java

Summary

Maintainability
A
2 hrs
Test Coverage

AuthenticatedUser has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

public class AuthenticatedUser extends User {
    // Use sciper to check User (and not mail or gaspar)
    private final String sciper;
    private final String gaspar;
    private final String email;

    There are no issues that match your filters.

    Category
    Status