2018-SWENG/2018-SWENG-Radius

View on GitHub
app/src/main/java/ch/epfl/sweng/radius/AccountActivity.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        PreferenceManager.setDefaultValues(this, R.xml.app_preferences, false);
        SharedPreferences settings = PreferenceManager.getDefaultSharedPreferences(this);
        boolean nightMode = settings.getBoolean("nightModeSwitch", false);
Severity: Minor
Found in app/src/main/java/ch/epfl/sweng/radius/AccountActivity.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status