nheyek/SDP-2018

View on GitHub
app/src/main/java/ch/epfl/sweng/studyup/utils/adapters/ListCourseAdapter.java

Summary

Maintainability
A
1 hr
Test Coverage

Method getView has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public View getView(final int position, View convertView, final ViewGroup parent) {
        if(convertView==null){
            convertView=View.inflate(act, idLayout, null);
        }

    There are no issues that match your filters.

    Category
    Status