lib/gui/app_list_dialog.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method refresh_app_list has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def refresh_app_list
      if $device.ios_version >= 8 && $device.ios_version != 10
        refresh_msg = "Refreshing uicache to ensure app information is" \
                      "up-to-date. This may take a few seconds."
        box = Qt::MessageBox.new 1, "Refreshing...", refresh_msg
Severity: Minor
Found in lib/gui/app_list_dialog.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status