DerDu/SPHERE-Framework

View on GitHub

Showing 5,014 of 7,620 total issues

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

        IFormInterface $Form,
        TblSerialLetter $tblSerialLetter,
        TblPerson $tblPerson,
        $Check,
        $Route = '/Reporting/SerialLetter/Address'
Severity: Minor
Found in Application/Reporting/SerialLetter/Service.php - About 35 mins to fix

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

        public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
    Severity: Minor
    Found in Application/Reporting/Individual/Service/Entity/ViewEducationStudent.php - About 35 mins to fix

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

          public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
      Severity: Minor
      Found in Application/Reporting/Individual/Service/Entity/ViewGroupTeacher.php - About 35 mins to fix

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

                TblSerialLetter $tblSerialLetter,
                TblPerson $tblPerson,
                TblPerson $tblPersonToAddress,
                TblToPerson $tblToPerson = null,
                TblToCompany $tblToCompany = null
        Severity: Minor
        Found in Application/Reporting/SerialLetter/Service.php - About 35 mins to fix

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

              public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )

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

                public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )

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

                  public function addWorkSpaceField($Field, $View, $Position, $ViewType, TblPreset $tblPreset = null)
              Severity: Minor
              Found in Application/Reporting/Individual/Service.php - About 35 mins to fix

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

                    public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )

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

                      public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                  Severity: Minor
                  Found in Application/Reporting/Individual/Service/Entity/ViewGroup.php - About 35 mins to fix

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

                        public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )

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

                              TblSerialLetter $tblSerialLetter,
                              TblPerson $tblPerson,
                              TblPerson $tblPersonToAddress,
                              TblToPerson $tblToPerson = null,
                              TblToCompany $tblToCompany = null
                      Severity: Minor
                      Found in Application/Reporting/SerialLetter/Service/Data.php - About 35 mins to fix

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

                            public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                        Severity: Minor
                        Found in Application/Reporting/Individual/Service/Entity/ViewStudent.php - About 35 mins to fix

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

                              public function getFormField( $PropertyName, $Placeholder = null, $Label = null, IIconInterface $Icon = null, $doResetCount = false )
                          Severity: Minor
                          Found in Application/Reporting/Individual/Service/Entity/ViewPerson.php - About 35 mins to fix

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

                                public function createPreset(TblAccount $tblAccount, $Name, $IsPublic = false, $PersonCreator = '', $Post = array())
                            Severity: Minor
                            Found in Application/Reporting/Individual/Service/Data.php - About 35 mins to fix

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

                                      TblList $tblList,
                                      TblObjectType $tblObjectType,
                                      TblListElementList $tblListElementList,
                                      Element $tblObject,
                                      $Value
                              Severity: Minor
                              Found in Application/Reporting/CheckList/Service/Data.php - About 35 mins to fix

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

                                    public function filterObjectList($objectList, $filterYear, $filterLevel, $filterSchoolOption1, $filterSchoolOption2)
                                Severity: Minor
                                Found in Application/Reporting/CheckList/Service.php - About 35 mins to fix

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

                                          TblList $tblList,
                                          $YearPersonId = null,
                                          $LevelPersonId = null,
                                          $SchoolOption1Id = null,
                                          $SchoolOption2Id = null
                                  Severity: Minor
                                  Found in Application/Reporting/CheckList/Service.php - About 35 mins to fix

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

                                            TblSerialLetter $tblSerialLetter = null,
                                            $FilterGroupList = array(),
                                            $FilterStudentList = array(),
                                            $FilterYearList = array(),
                                            &$IsTimeout = false
                                    Severity: Minor
                                    Found in Application/Reporting/SerialLetter/SerialLetterFilter.php - About 35 mins to fix

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

                                              TblSerialLetter $tblSerialLetter = null,
                                              $FilterGroupList = array(),
                                              $FilterCompanyList = array(),
                                              $FilterRelationshipList = array(),
                                              &$IsTimeout = false
                                      Severity: Minor
                                      Found in Application/Reporting/SerialLetter/SerialLetterFilter.php - About 35 mins to fix

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

                                            public function insertAccount($Username, $Password, TblToken $tblToken = null, TblConsumer $tblConsumer = null, $SaveInitialPW = false)
                                        Severity: Minor
                                        Found in Application/Platform/Gatekeeper/Authorization/Account/Service.php - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language