CultureQuestORG/SDP2023

View on GitHub
app/src/main/java/ch/epfl/culturequest/social/Profile.java

Summary

Maintainability
A
3 hrs
Test Coverage
A
92%

Profile has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

public class Profile extends Observable {

    private String uid, name, username, email, phoneNumber;
    private String profilePicture;
    private Integer score;
Severity: Minor
Found in app/src/main/java/ch/epfl/culturequest/social/Profile.java - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status