steroid-team/app

View on GitHub
app/src/main/java/com/github/steroidteam/todolist/view/adapter/TodoAdapter.java

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

    @Override
    public void onBindViewHolder(@NonNull TaskHolder holder, int position) {
        Task currentTask = todoList.getTask(position);

        holder.setPosition(taskIntegerMap.get(currentTask));

    There are no issues that match your filters.

    Category
    Status