CultureQuestORG/SDP2023

View on GitHub
app/src/main/java/ch/epfl/culturequest/ui/leaderboard/LeaderboardViewModel.java

Summary

Maintainability
A
1 hr
Test Coverage
A
94%

Method updateLeaderboard has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void updateLeaderboard() {
        String currentUserUid = activeProfile.getUid();

        // retrieve the current user's information to be displayed in the leaderboard
        currentUsername.setValue(activeProfile.getUsername());

    There are no issues that match your filters.

    Category
    Status