asfoury/projmag

View on GitHub
app/src/main/java/com/sdp13epfl2021/projmag/adapter/CandidatureAdapter.kt

Summary

Maintainability
A
1 hr
Test Coverage
A
90%

Method onBindViewHolder has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    override fun onBindViewHolder(holder: CandidatureHolder, position: Int) {
        val candidature = candidatures[position]
        holder.firstnameView.text =
            resources.getString(R.string.waiting_firstname, candidature.profile.firstName)
        holder.lastnameView.text =

    There are no issues that match your filters.

    Category
    Status