Susanfe/sdp-event-management

View on GitHub

Showing 1 of 12 total issues

Method switchFragment has 44 lines of code (exceeds 35 allowed). Consider refactoring.
Open

    public void switchFragment(FragmentType type, boolean saveToBackstack) {
        if (type == null) type = FragmentType.MAIN;
        switch (type) {
            case MAIN:
                if (eventMainFragment == null) {
    Severity
    Category
    Status
    Source
    Language