DerDu/SPHERE-Framework

View on GitHub

Showing 5,014 of 7,620 total issues

Method createAddressToCompanyByApi has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

        TblCompany $tblCompany,
        $Street = array(),
        $City = array(),
        $State,
        $Type,
Severity: Major
Found in Application/Contact/Address/Service.php - About 50 mins to fix

    Method createAddress has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            TblState $tblState = null,
            TblCity $tblCity,
            $StreetName,
            $StreetNumber,
            $PostOfficeBox,
    Severity: Major
    Found in Application/Contact/Address/Service/Data.php - About 50 mins to fix

      Method saveModal has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              $PersonId,
              $Type,
              $Street,
              $City,
              $County,
      Severity: Major
      Found in Application/Api/Contact/ApiContactAddress.php - About 50 mins to fix

        Method downloadBalanceList has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            public function downloadBalanceList($ItemIdString = '', $Year = '', $From = '', $To = '', $DivisionId = '', $GroupId = '', $PersonId = '')
        Severity: Major
        Found in Application/Api/Billing/Balance/BalanceDownload.php - About 50 mins to fix

          Method chooseBehaviorMultiExpression has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              private function chooseBehaviorMultiExpression(QueryBuilder &$Builder, $View, $Field, $Value, $Parameter, &$ParameterList, $Behavior)
          Severity: Major
          Found in Application/Api/Reporting/Individual/ApiIndividual.php - About 50 mins to fix

            Method chooseBehavior has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                private function chooseBehavior(QueryBuilder &$Builder, $View, $Field, $Value, $Parameter, &$ParameterList, $Behavior)
            Severity: Major
            Found in Application/Api/Reporting/Individual/ApiIndividual.php - About 50 mins to fix

              Method saveCreateAddressToCompanyModal has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function saveCreateAddressToCompanyModal($CompanyId, $Street, $City, $State, $Type, $County, $Nation)
              Severity: Major
              Found in Application/Api/Contact/ApiAddressToCompany.php - About 50 mins to fix

                Method getSubjectLanes has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        $personId,
                        $isSlice = true,
                        $languagesWithStartLevel = array(),
                        $TextSize = '14px',
                        $IsGradeUnderlined = false,
                Severity: Major
                Found in Application/Api/Education/Certificate/Generator/Certificate.php - About 50 mins to fix

                  Method buildContentPage has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          $personId,
                          $isSample,
                          $title = 'Halbjahresinformation der Schule (Sekundarstufe)',
                          $term,
                          Slice $gradeLanesSlice,

                    Method createWorkSpace has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            TblAccount $tblAccount,
                            $Field,
                            $View,
                            $Position,
                            $ViewType,
                    Severity: Major
                    Found in Application/Reporting/Individual/Service/Data.php - About 50 mins to fix

                      Method createIndiwareImportStudentCourse has 7 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              $SubjectGroup = '',
                              $SubjectName = '',
                              $Number,
                              $IsIntensiveCourse = false,
                              $IsIgnoreCourse = false,
                      Severity: Major
                      Found in Application/Transfer/Indiware/Import/Service/Data.php - About 50 mins to fix

                        Method createAddressToPersonFromImport has 7 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                TblPerson $tblPerson,
                                $StreetName,
                                $StreetNumber,
                                $CityCode,
                                $CityName,
                        Severity: Major
                        Found in Application/Transfer/Import/Chemnitz/Service/Address.php - About 50 mins to fix

                          Method changeBasketVerificationDebtor has 7 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                  TblBasketVerification $tblBasketVerification,
                                  TblPerson $tblPersonDebtor,
                                  TblPaymentType $tblPaymentType,
                                  $Value = '0',
                                  TblItemVariant $tblItemVariant = null,
                          Severity: Major
                          Found in Application/Billing/Bookkeeping/Basket/Service.php - About 50 mins to fix

                            Method updateBasketVerificationDebtor has 7 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                    TblBasketVerification $tblBasketVerification,
                                    TblPerson $tblPersonDebtor,
                                    TblPaymentType $tblPaymentType,
                                    $Value = '0',
                                    TblItemVariant $tblItemVariant = null,
                            Severity: Major
                            Found in Application/Billing/Bookkeeping/Basket/Service/Data.php - About 50 mins to fix

                              Method setTableStudent has 7 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                      Schema &$Schema,
                                      Table $tblStudentMedicalRecord,
                                      Table $tblStudentTransport,
                                      Table $tblStudentBilling,
                                      Table $tblStudentLocker,
                              Severity: Major
                              Found in Application/People/Meta/Student/Service/Setup.php - About 50 mins to fix

                                Method updateStudentField has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        TblStudent $tblStudent,
                                        TblStudentMedicalRecord $tblStudentMedicalRecord = null,
                                        TblStudentTransport $tblStudentTransport = null,
                                        TblStudentBilling $tblStudentBilling = null,
                                        TblStudentLocker $tblStudentLocker = null,
                                Severity: Major
                                Found in Application/People/Meta/Student/Service/Data/Student.php - About 50 mins to fix

                                  Method formRelationshipToPerson has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                          $PersonId,
                                          $ToPersonId = null,
                                          $setPost = false,
                                          $Search = '',
                                          IMessageInterface $message = null,
                                  Severity: Major
                                  Found in Application/People/Relationship/Frontend.php - About 50 mins to fix

                                    Method updateTest has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                            TblTest $tblTest,
                                            $Description = '',
                                            $Date = null,
                                            $CorrectionDate = null,
                                            $ReturnDate = null,
                                    Severity: Major
                                    Found in Application/Education/Graduation/Evaluation/Service/Data.php - About 50 mins to fix

                                      Method isEditGrade has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          private function isEditGrade(TblGrade $tblGrade, $Comment, $grade, $trend, $date, $text, $publicComment)
                                      Severity: Major
                                      Found in Application/Education/Graduation/Gradebook/Service.php - About 50 mins to fix

                                        Method updateGradeToTest has 7 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                                IFormInterface $Stage = null,
                                                $TestId = null,
                                                $Grade = null,
                                                $BasicRoute,
                                                TblScoreType $tblScoreType = null,
                                        Severity: Major
                                        Found in Application/Education/Graduation/Gradebook/Service.php - About 50 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language