CultureQuestORG/SDP2023

View on GitHub
app/src/main/java/ch/epfl/culturequest/ui/events/sightseeing/SightseeingRecycleViewAdapter.java

Summary

Maintainability
A
0 mins
Test Coverage
D
67%

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

    @Override
    public void onBindViewHolder(@NonNull SightseeingViewHolder holder, int position) {
        holder.getSightseeingName().setText(sightseeingEvents.get(position).getOwner().getUsername() + "'s sightseeing");
        List<OTMLocation> locations = sightseeingEvents.get(position).getLocations();
        for (OTMLocation location : locations) {

    There are no issues that match your filters.

    Category
    Status