CultureQuestORG/SDP2023

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

Summary

Maintainability
A
0 mins
Test Coverage
F
50%

Method onBindViewHolder has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @Override
    public void onBindViewHolder(@NonNull NotificationsRecycleViewAdapter.NotificationViewHolder holder, int position) {
        holder.getNotificationText().setText(notificationTexts.get(position).getText());
        setIconNotification(holder.getNotificationIcon(), notificationTexts.get(position).getChannelId(), notificationTexts.get(position).getSenderId());

    There are no issues that match your filters.

    Category
    Status