bykovme/nswallet

View on GitHub

Showing 226 of 488 total issues

Method LanguageSelector has a Cognitive Complexity of 22 (exceeds 20 allowed). Consider refactoring.
Open

        public void LanguageSelector()
        {
            var langs = Lang.availableLangs();
            var strLangs = new List<string>();
            var systemLang = "";
Severity: Minor
Found in src/NSWallet/NSWallet/Views/SettingsScreen/SettingsScreenView.cs - About 35 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Avoid too many return statements within this method.
Open

                return GConsts.VALUETYPE_PHON;
Severity: Major
Found in src/NSWallet/NSWallet/Helpers/Labels/LabelsManagement.cs - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    case "pl": if (LocalizationExceptionsLangPL(trTag)) return true; break;
    Severity: Major
    Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                  return false;
      Severity: Major
      Found in src/NSWallet/Droid/Helpers/RequestPermissions.cs - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        return TR.Tr("settings_purchase_premium_fail");
        Severity: Major
        Found in src/NSWallet/NSWallet/Premium/PremiumManagement.cs - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                      return PremiumStatus.Free;
          Severity: Major
          Found in src/NSWallet/NSWallet/Premium/PremiumManagement.cs - About 30 mins to fix

            Avoid too many return statements within this method.
            Open

                            case "es": if (LocalizationExceptionsLangES(trTag)) return true; break;
            Severity: Major
            Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

              Avoid too many return statements within this method.
              Open

                              return false;
              Severity: Major
              Found in src/NSWallet/NSWallet/Premium/PremiumManagement.cs - About 30 mins to fix

                Avoid too many return statements within this method.
                Open

                                return GConsts.VALUETYPE_PHON;
                Severity: Major
                Found in src/NSWallet/NSWallet/Views/LabelScreen/LabelScreenView.cs - About 30 mins to fix

                  Avoid too many return statements within this method.
                  Open

                                  return errorPrice;
                  Severity: Major
                  Found in src/NSWallet/NSWallet/Premium/PremiumManagement.cs - About 30 mins to fix

                    Avoid too many return statements within this method.
                    Open

                                return GConsts.VALUETYPE_TEXT;
                    Severity: Major
                    Found in src/NSWallet/NSWallet/Views/LabelScreen/LabelScreenView.cs - About 30 mins to fix

                      Avoid too many return statements within this method.
                      Open

                                      return GConsts.VALUETYPE_MAIL;
                      Severity: Major
                      Found in src/NSWallet/NSWallet/Helpers/Labels/LabelsManagement.cs - About 30 mins to fix

                        Avoid too many return statements within this method.
                        Open

                                        case "de": if (LocalizationExceptionsLangDE(trTag)) return true; break;
                        Severity: Major
                        Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

                          Avoid too many return statements within this method.
                          Open

                                          case "ru": if (LocalizationExceptionsLangRU(trTag)) return true; break;
                          Severity: Major
                          Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                            return GConsts.VALUETYPE_MAIL;
                            Severity: Major
                            Found in src/NSWallet/NSWallet/Views/LabelScreen/LabelScreenView.cs - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                                      return PremiumStatus.LegacyPremium;
                              Severity: Major
                              Found in src/NSWallet/NSWallet/Premium/PremiumManagement.cs - About 30 mins to fix

                                Avoid too many return statements within this method.
                                Open

                                            return GConsts.VALUETYPE_TEXT;
                                Severity: Major
                                Found in src/NSWallet/NSWallet/Helpers/Labels/LabelsManagement.cs - About 30 mins to fix

                                  Avoid too many return statements within this method.
                                  Open

                                              return false;
                                  Severity: Major
                                  Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix

                                    Avoid too many return statements within this method.
                                    Open

                                                    return errorPrice;
                                    Severity: Major
                                    Found in src/NSWallet/NSWallet/Premium/PremiumManagement.cs - About 30 mins to fix

                                      Avoid too many return statements within this method.
                                      Open

                                                      case "pt": if (LocalizationExceptionsLangPT(trTag)) return true; break;
                                      Severity: Major
                                      Found in src/NSWallet/NSWallet.UnitTests/Localization/LocalizationExceptions.cs - About 30 mins to fix
                                        Severity
                                        Category
                                        Status
                                        Source
                                        Language