Anapher/Strive

View on GitHub
src/Libs/JsonPatchGenerator/Handlers/ArrayPatchTypeHandler.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method CreatePatch has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void CreatePatch(JToken original, JToken modified, JsonPatchPath path, IPatchContext context)
        {
            var originalArr = (JArray) original;
            var modifiedArr = (JArray) modified;

Severity: Minor
Found in src/Libs/JsonPatchGenerator/Handlers/ArrayPatchTypeHandler.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status