CultureQuestORG/SDP2023

View on GitHub
app/src/main/java/ch/epfl/culturequest/notifications/FireMessaging.java

Summary

Maintainability
A
1 hr
Test Coverage
B
86%

Method sendNotification has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static List<CompletableFuture<AtomicBoolean>> sendNotification(String uid, PushNotification notification) {
        List<CompletableFuture<AtomicBoolean>> futures = new ArrayList<>();

        // add notification to database first
        Database.addNotification(uid, notification);

    There are no issues that match your filters.

    Category
    Status