fremag/MemoScope.Net

View on GitHub
MemoDummy/ThreadsScript.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Run has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public override void Run()
        {
            for(int i=0; i < N; i++)
            {
                Thread t = new Thread(() => DoSomething(i));
Severity: Minor
Found in MemoDummy/ThreadsScript.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status