microting/eform-sdk-dotnet

View on GitHub

Showing 886 of 3,221 total issues

Method AddImageToBody has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        private static void AddImageToBody(WordprocessingDocument wordDoc, string relationshipId, Int64Value cx,
            Int64Value cy, Paragraph paragraph = null)
Severity: Minor
Found in eFormCore/Helpers/ReportHelper.cs - About 35 mins to fix

    Method EntitySelectItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            public async Task<bool> EntitySelectItemUpdate(string entitySelectGroupId, string entitySelectItemId,
                string name, int displayOrder, string id)
    Severity: Minor
    Found in eFormCore/Communication/HttpFake.cs - About 35 mins to fix

      Method EntitySearchItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              public Task<bool> EntitySearchItemUpdate(string entitySearchGroupId, string entitySearchItemId, string name,
                  string description, string id)
      Severity: Minor
      Found in eFormCore/Communication/Communicator.cs - About 35 mins to fix

        Method FolderUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                public async Task<bool> FolderUpdate(int id, string name, string description, string languageCode,
                    int? parentId)
        Severity: Minor
        Found in eFormCore/Communication/HttpFake.cs - About 35 mins to fix

          Method FolderUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  Task<bool> FolderUpdate(int id, string name, string description, string languageCode, int? parentId);
          Severity: Minor
          Found in eFormCore/Communication/IHttp.cs - About 35 mins to fix

            Method CaseCreate has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    public async Task<List<int>> CaseCreate(MainElement mainElement, string caseUId, List<int> siteUids,
                        string custom, int? folderId)
            Severity: Minor
            Found in eFormCore/Core.cs - About 35 mins to fix

              Method HttpPost has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      private async Task<string> HttpPost(string url, StringContent content, string contentType = null,
                          bool addToken = false, bool followRedirect = false)
              Severity: Minor
              Found in eFormCore/Communication/Http.cs - About 35 mins to fix

                Method EntitySearchItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        public async Task<bool> EntitySearchItemUpdate(string entitySearchGroupId, string entitySearchItemId,
                            string name, string description, string id)
                Severity: Minor
                Found in eFormCore/Communication/HttpFake.cs - About 35 mins to fix

                  Method EntityItemCreate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          private async Task<EntityItem> EntityItemCreate(int entitItemGroupId, string name, string description,
                              string ownUuid, int displayIndex)
                  Severity: Minor
                  Found in eFormCore/Core.cs - About 35 mins to fix

                    Method EntityItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            public async Task EntityItemUpdate(int id, string name, string description, string ownUuid, int displayIndex)
                    Severity: Minor
                    Found in eFormCore/Core.cs - About 35 mins to fix

                      Method CreateCheckListValue has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              public async Task<CheckListValue> CreateCheckListValue(Case aCase, CheckList checkList, string status,
                                  int? userId, int? version)
                      Severity: Minor
                      Found in eFormCore/Helpers/TestHelpers.cs - About 35 mins to fix

                        Method EntitySelectItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                Task<bool> EntitySelectItemUpdate(string entitySelectGroupId, string entitySelectItemId, string name,
                                    int displayOrder, string id);
                        Severity: Minor
                        Found in eFormCore/Communication/IHttp.cs - About 35 mins to fix

                          Method EntitySelectItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                  public async Task<bool> EntitySelectItemUpdate(string entitySelectGroupId, string entitySelectItemId,
                                      string name, int displayIndex, string ownUuid)
                          Severity: Minor
                          Found in eFormCore/Communication/Http.cs - About 35 mins to fix

                            Method FolderUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                    public async Task<bool> FolderUpdate(int id, string name, string description, string languageCode,
                                        int? parentId)
                            Severity: Minor
                            Found in eFormCore/Communication/Http.cs - About 35 mins to fix

                              Method AddSignatureToParagraph has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                      private static void AddSignatureToParagraph(WordprocessingDocument wordDoc, string relationshipId,
                                          Int64Value cx, Int64Value cy, string tagToReplace)
                              Severity: Minor
                              Found in eFormCore/Helpers/ReportHelper.cs - About 35 mins to fix

                                Method EntitySelectItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        public Task<bool> EntitySelectItemUpdate(string entitySearchGroupId, string entitySearchItemId, string name,
                                            int displayOrder, string ownUUID)
                                Severity: Minor
                                Found in eFormCore/Communication/Communicator.cs - About 35 mins to fix

                                  Method HttpPut has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                          private async Task<string> HttpPut(string url, StringContent content, string contentType = null,
                                              bool addToken = false, bool followRedirect = false)
                                  Severity: Minor
                                  Found in eFormCore/Communication/Http.cs - About 35 mins to fix

                                    Method EntitySearchItemUpdate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                            Task<bool> EntitySearchItemUpdate(string entitySearchGroupId, string entitySearchItemId, string name,
                                                string description, string id);
                                    Severity: Minor
                                    Found in eFormCore/Communication/IHttp.cs - About 35 mins to fix

                                      Method SiteCreate has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                              public async Task<SiteDto> SiteCreate(string name, string userFirstName, string userLastName, string userEmail,
                                                  string languageCode)
                                      Severity: Minor
                                      Found in eFormCore/Core.cs - About 35 mins to fix

                                        Method FetchData has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                                private bool FetchData(string microtingUid, CaseDto concreteCase, string checkIdLastKnown, ref string respXml,
                                                    ref Response resp)
                                        Severity: Minor
                                        Found in eFormCore/Handlers/EformCompletedHandler.cs - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language