CultureQuestORG/SDP2023

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

Summary

Maintainability
A
0 mins
Test Coverage
C
74%

Method onCreate has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @Override
    protected void onCreate(@Nullable Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        Authenticator.checkIfUserIsLoggedIn(this);

    There are no issues that match your filters.

    Category
    Status