fremag/MemoScope.Net

View on GitHub
MemoScope/Modules/Process/ProcessInfoViewer.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method AddValue has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

        private void AddValue(string name, string alias, string group, Func<ProcessWrapper, object> func, bool visible = false, string format = "{0:###,###,###,##0}", bool addSeries = true)
Severity: Major
Found in MemoScope/Modules/Process/ProcessInfoViewer.cs - About 50 mins to fix

    Method AddValue has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            private void AddValue(string name, string group, Func<ProcessWrapper, object> func, bool visible = false, string format = "{0:###,###,###,##0}", bool addSeries = true)
    Severity: Minor
    Found in MemoScope/Modules/Process/ProcessInfoViewer.cs - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status