CultureQuestORG/SDP2023

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

Summary

Maintainability
A
1 hr
Test Coverage
C
77%

Method onCreate has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @SuppressLint({"SetTextI18n", "ResourceAsColor"})
    @Override
    protected void onCreate(@Nullable Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        Authenticator.checkIfUserIsLoggedIn(this);
Severity: Minor
Found in app/src/main/java/ch/epfl/culturequest/ui/SightseeingActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status