Futsch1/medTimer

View on GitHub
app/src/main/java/com/futsch1/medtimer/medicine/MedicineViewHolder.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    public void bind(MedicineWithReminders medicineWithReminders, DeleteCallback deleteCallback) {
        medicineNameView.setText(medicineWithReminders.medicine.name);
        if (medicineWithReminders.reminders.isEmpty()) {
            remindersSummaryView.setText(R.string.no_reminders);
        } else {

    There are no issues that match your filters.

    Category
    Status