ConnectOut-sdp/sdp2023

View on GitHub
app/src/main/java/com/sdpteam/connectout/post/view/PostsAdapter.java

Summary

Maintainability
A
0 mins
Test Coverage
A
97%

Method getView has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    @NonNull
    @Override
    public View getView(int position, @Nullable View convertView, @NonNull ViewGroup parent) {
        View view = convertView;
        if (view == null) {

    There are no issues that match your filters.

    Category
    Status