ConnectOut-sdp/sdp2023

View on GitHub
app/src/main/java/com/sdpteam/connectout/profile/editProfile/EditProfileForm.java

Summary

Maintainability
A
0 mins
Test Coverage
A
94%

Method onViewCreated has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    @Override
    public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {
        ImageSelectionFragment imageSelectionFragment = new ImageSelectionFragment(nonNullString(editProfileViewModel.profile().getProfileImageUrl()));
        imageSelectionFragment.setOnImageSelectedListener(imageUri -> {
            this.selectedImage = imageUri;

    There are no issues that match your filters.

    Category
    Status