ConnectOut-sdp/sdp2023

View on GitHub
app/src/main/java/com/sdpteam/connectout/drawer/DrawerActivity.java

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method displayFragment has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    private void displayFragment(int itemId) {
        Fragment fragment = null;
        int containerId = R.id.drawer_fragment_container;
        switch (itemId) {
            case R.id.menu_home:
Severity: Minor
Found in app/src/main/java/com/sdpteam/connectout/drawer/DrawerActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status