guibranco/Sankhya-SDK-dotnet

View on GitHub

Showing 322 of 322 total issues

File Partner.cs has 988 lines of code (exceeds 250 allowed). Consider refactoring.
Open

using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using CrispyWaffle.Extensions;
using CrispyWaffle.Serialization;
using Sankhya.Attributes;
Severity: Major
Found in Src/Sankhya/Transport/Partner.cs - About 2 days to fix

    File InvoiceHeader.cs has 913 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    using System.ComponentModel;
    using System.Diagnostics.CodeAnalysis;
    using System.Globalization;
    using CrispyWaffle.Extensions;
    using Sankhya.Attributes;
    Severity: Major
    Found in Src/Sankhya/Transport/InvoiceHeader.cs - About 2 days to fix

      File SankhyaWrapper.cs has 858 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      using System.Collections.Concurrent;
      using System.ComponentModel;
      using System.Globalization;
      using System.Net;
      using System.Net.Mime;
      Severity: Major
      Found in Src/Sankhya/SankhyaWrapper.cs - About 2 days to fix

        File ServiceRequestExtensions.cs has 809 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        using System.Globalization;
        using System.Linq.Expressions;
        using System.Reflection;
        using System.Text;
        using CrispyWaffle.Extensions;
        Severity: Major
        Found in Src/Sankhya/Helpers/ServiceRequestExtensions.cs - About 1 day to fix

          File ServiceResponse.cs has 757 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          using System.ComponentModel;
          using System.Diagnostics;
          using System.Globalization;
          using System.Text;
          using System.Xml;
          Severity: Major
          Found in Src/Sankhya/Service/ServiceResponse.cs - About 1 day to fix

            File KnowServicesRequestWrapper.cs has 634 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            using System.ComponentModel;
            using CrispyWaffle.Composition;
            using CrispyWaffle.Extensions;
            using CrispyWaffle.Log;
            using CrispyWaffle.Serialization;
            Severity: Major
            Found in Src/Sankhya/RequestWrappers/KnowServicesRequestWrapper.cs - About 1 day to fix

              File Resources.Designer.cs has 633 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              namespace Sankhya.Properties {
                  using System;
                  
                  
                  /// <summary>
              Severity: Major
              Found in Src/Sankhya/Properties/Resources.Designer.cs - About 1 day to fix

                File Product.cs has 622 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                using System.Collections.ObjectModel;
                using System.ComponentModel;
                using System.Diagnostics.CodeAnalysis;
                using CrispyWaffle.Extensions;
                using Sankhya.Attributes;
                Severity: Major
                Found in Src/Sankhya/Transport/Product.cs - About 1 day to fix

                  File Contact.cs has 552 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  using System.ComponentModel;
                  using System.Diagnostics.CodeAnalysis;
                  using CrispyWaffle.Extensions;
                  using Sankhya.Attributes;
                  
                  
                  Severity: Major
                  Found in Src/Sankhya/Transport/Contact.cs - About 1 day to fix

                    File InvoiceHeaderExclusion.cs has 538 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    using System.ComponentModel;
                    using System.Diagnostics.CodeAnalysis;
                    using System.Globalization;
                    using CrispyWaffle.Extensions;
                    using Sankhya.Attributes;
                    Severity: Major
                    Found in Src/Sankhya/Transport/InvoiceHeaderExclusion.cs - About 1 day to fix

                      Similar blocks of code found in 3 locations. Consider refactoring.
                      Open

                          {
                              get => string.Concat(_movementTime.Hours, _movementTime.Minutes, _movementTime.Seconds);
                              set
                              {
                                  if (value == null)
                      Severity: Major
                      Found in Src/Sankhya/Transport/InvoiceHeader.cs and 2 other locations - About 7 hrs to fix
                      Src/Sankhya/Transport/InvoiceFollowUp.cs on lines 338..402
                      Src/Sankhya/Transport/InvoiceHeaderExclusion.cs on lines 664..727

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 502.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 3 locations. Consider refactoring.
                      Open

                          {
                              get => string.Concat(_timeMovement.Hours, _timeMovement.Minutes, _timeMovement.Seconds);
                              set
                              {
                                  if (value == null)
                      Severity: Major
                      Found in Src/Sankhya/Transport/InvoiceHeaderExclusion.cs and 2 other locations - About 7 hrs to fix
                      Src/Sankhya/Transport/InvoiceFollowUp.cs on lines 338..402
                      Src/Sankhya/Transport/InvoiceHeader.cs on lines 1206..1269

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 502.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 3 locations. Consider refactoring.
                      Open

                          {
                              get =>
                                  string.Concat(_timeOccurrence.Hours, _timeOccurrence.Minutes, _timeOccurrence.Seconds);
                              set
                              {
                      Severity: Major
                      Found in Src/Sankhya/Transport/InvoiceFollowUp.cs and 2 other locations - About 7 hrs to fix
                      Src/Sankhya/Transport/InvoiceHeader.cs on lines 1206..1269
                      Src/Sankhya/Transport/InvoiceHeaderExclusion.cs on lines 664..727

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 502.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Method GetHashCode has 184 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          [SuppressMessage(
                              "ReSharper",
                              "NonReadonlyMemberInGetHashCode",
                              Justification = "Used to compute hash internally"
                          )]
                      Severity: Major
                      Found in Src/Sankhya/Transport/Partner.cs - About 7 hrs to fix

                        File PagedRequestWrapper.cs has 462 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        using System.Collections.Concurrent;
                        using System.Diagnostics;
                        using System.Globalization;
                        using CrispyWaffle.Cache;
                        using CrispyWaffle.Composition;
                        Severity: Minor
                        Found in Src/Sankhya/RequestWrappers/PagedRequestWrapper.cs - About 7 hrs to fix

                          File Release.cs has 424 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          using System.ComponentModel;
                          using System.Globalization;
                          using System.Xml.Serialization;
                          using CrispyWaffle.Extensions;
                          
                          
                          Severity: Minor
                          Found in Src/Sankhya/Service/Release.cs - About 6 hrs to fix

                            Method ParseProperty has 144 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                private void ParseProperty<T>(
                                    T instance,
                                    ReferenceLevel maxInnerLevel,
                                    string prefix,
                                    ReferenceLevel currentLevel,
                            Severity: Major
                            Found in Src/Sankhya/Helpers/EntityDynamicSerialization.cs - About 5 hrs to fix

                              File InvoiceItem.cs has 404 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              using System.ComponentModel;
                              using System.Diagnostics.CodeAnalysis;
                              using CrispyWaffle.Extensions;
                              using CrispyWaffle.Serialization;
                              using Sankhya.Attributes;
                              Severity: Minor
                              Found in Src/Sankhya/Transport/InvoiceItem.cs - About 5 hrs to fix

                                File Invoices.cs has 401 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                using System.ComponentModel;
                                using System.Globalization;
                                using System.Xml.Serialization;
                                using CrispyWaffle.Extensions;
                                using CrispyWaffle.Serialization;
                                Severity: Minor
                                Found in Src/Sankhya/Service/Invoices.cs - About 5 hrs to fix

                                  File Invoice.cs has 393 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  using System.ComponentModel;
                                  using System.Xml.Serialization;
                                  using CrispyWaffle.Extensions;
                                  using Sankhya.Enums;
                                  using Sankhya.Transport;
                                  Severity: Minor
                                  Found in Src/Sankhya/Service/Invoice.cs - About 5 hrs to fix
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language