bykovme/nswallet

View on GitHub
src/NSWallet/NSWallet.Shared/Business/BusinessLayerLabels.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method AddSystemLabels has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static void AddSystemLabels(bool reset = false)
        {
            var dal = DataAccessLayer.GetInstance();

            if (reset) {
Severity: Minor
Found in src/NSWallet/NSWallet.Shared/Business/BusinessLayerLabels.cs - About 1 hr to fix

    Method AddLabel has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            public static string AddLabel(string name, string icon, string valueType, string labelID = null, bool system = false)
    Severity: Minor
    Found in src/NSWallet/NSWallet.Shared/Business/BusinessLayerLabels.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status