fremag/MemoScope.Net

View on GitHub
MemoScope/Modules/Strings/StringAnalysis.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Analyse has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        internal static List<StringInformation> Analyse(ClrDump clrDump, MessageBus msgBus)
        {
            var stringType = clrDump.GetClrType(typeof(string).FullName);
            var stringInstances = clrDump.EnumerateInstances(stringType);
            int nbStrings = clrDump.CountInstances(stringType);
Severity: Minor
Found in MemoScope/Modules/Strings/StringAnalysis.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status