skywarth/LiteByteCapsule

View on GitHub

Showing 1 of 1 total issue

Method CheckSyntax has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public byte[] CheckSyntax(byte[] capsule)
        {
            byte[] infactData = new byte[capsule.Length - capsulationConstants.Count];
            byte[] capsuleClone = new byte[capsule.Length];
            Array.Copy(capsule, capsuleClone, capsule.Length);
Severity: Minor
Found in LiteByteCapsule.cs - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language