ConnectOut-sdp/sdp2023

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

Summary

Maintainability
A
0 mins
Test Coverage
A
96%

Method createPost has 5 arguments (exceeds 4 allowed). Consider refactoring.
Invalid

    public void createPost(String eventId, String title, String desc, boolean isPublic, List<Uri> images) {

    There are no issues that match your filters.

    Category
    Status