LarryHsiao/Nyx

View on GitHub
app/src/main/java/com/larryhsiao/nyx/settings/SettingFragment.java

Summary

Maintainability
A
1 hr
Test Coverage

Method updateLoginUi has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private void updateLoginUi(View view) {
        final TextView loginIndicator = view.findViewById(R.id.setting_login);
        final TextView dropboxAccount = view.findViewById(R.id.setting_dropboxAccount);
        final View syncButton = view.findViewById(R.id.setting_sync);
        final Syncs syncs = getApp().getSyncs();
Severity: Minor
Found in app/src/main/java/com/larryhsiao/nyx/settings/SettingFragment.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status