CORE-POS/IS4C

View on GitHub
pos/is4c-nf/scale-drivers/drivers/NewMagellan/Newtonsoft.Json/Linq/JTokenWriter.cs

Summary

Maintainability
B
6 hrs
Test Coverage

Class JTokenWriter has 36 methods (exceeds 20 allowed). Consider refactoring.
Open

    public class JTokenWriter : JsonWriter
    {
        private JContainer _token;
        private JContainer _parent;
        // used when writer is writing single value and the value has no containing parent

    File JTokenWriter.cs has 255 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    using System;
    using System.Globalization;
    #if !(NET20 || NET35 || PORTABLE40 || PORTABLE)
    using System.Numerics;
    #endif

      There are no issues that match your filters.

      Category
      Status