Badgerati/NotifyMeCI

View on GitHub
NotifyMeCI.GUI/SettingsForm.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method SetupBuildStatusTable has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private void SetupBuildStatusTable()
        {
            // get all status enum values
            var statuses = Enum.GetNames(typeof(BuildStatusType));
            var rows = statuses.Length + 1;
Severity: Minor
Found in NotifyMeCI.GUI/SettingsForm.cs - About 1 hr to fix

    Method SaveBuildStatuses has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            private void SaveBuildStatuses()
            {
                var statuses = new List<BuildStatus>(BuildStatusTable.RowCount - 1);
    
                for (var r = 1; r < BuildStatusTable.RowCount; r++)
    Severity: Minor
    Found in NotifyMeCI.GUI/SettingsForm.cs - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status