CultureQuestORG/SDP2023

View on GitHub
app/src/main/java/ch/epfl/culturequest/ProfileCreatorActivity.java

Summary

Maintainability
A
1 hr
Test Coverage
F
57%

Method createProfile has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void createProfile(View view) {
        //check if username is valid
        if (setProblemHintTextIfAny(textView)) return;
        String username = textView.getText().toString();
        setDefaultPicIfNoneSelected();
Severity: Minor
Found in app/src/main/java/ch/epfl/culturequest/ProfileCreatorActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status